Method | Description | |
---|---|---|
BsaManager ( GamebryoGameModeBase p_gmdGameMode ) : System |
A simple constructor the initializes the object with the given values.
|
|
Dispose ( ) : void |
Disposes the BSA manager. This method ensures that all BSAs have been released. |
|
GetBSAFileList ( string p_strBsa ) : string[] |
Retrieves the list of files in the specified BSA.
|
|
GetDataFileFromBSA ( string p_strBsa, string p_strFile ) : byte[] |
Gets the specified file from the specified BSA.
|
public BsaManager ( GamebryoGameModeBase p_gmdGameMode ) : System | ||
p_gmdGameMode | GamebryoGameModeBase | The game mode currently being managed. |
return | System |
public GetBSAFileList ( string p_strBsa ) : string[] | ||
p_strBsa | string | The BSA whose file listing is requested. |
return | string[] |
public GetDataFileFromBSA ( string p_strBsa, string p_strFile ) : byte[] | ||
p_strBsa | string | The BSA from which to extract the specified file. |
p_strFile | string | The files to extract form the specified BSA. |
return | byte[] |