Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marchbold/80d0c6c7bacfc61e57abb4413b53d6e9 to your computer and use it in GitHub Desktop.
Save marchbold/80d0c6c7bacfc61e57abb4413b53d6e9 to your computer and use it in GitHub Desktop.
Unmounting an OBB file using the ExpansionFiles ANE
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