Created
July 31, 2016 02:35
-
-
Save marchbold/80d0c6c7bacfc61e57abb4413b53d6e9 to your computer and use it in GitHub Desktop.
Unmounting an OBB file using the ExpansionFiles ANE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var obbFile:ExpansionFile = new ExpansionFile( ExpansionFile.MAIN, 1001003, 93147195 ); | |
if (ExpansionFiles.service.obbUtils.isMounted( obbFile )) | |
{ | |
ExpansionFiles.service.obbUtils.unmount( obbFile ); | |
} | |
// com.distriqt.ExpansionFiles |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment