Method | Description | |
---|---|---|
ArchiveInvalidation ( OblivionGameMode p_gmdGameMode ) : System |
Initialized the object with the given values.
|
|
IsActive ( ) : bool |
Gets whether AI is enabled.
|
Method | Description | |
---|---|---|
ApplyAI ( ) : void |
Enables AI.
|
|
RemoveAI ( ) : void |
Disables AI.
|
Method | Description | |
---|---|---|
GetBSAList ( bool p_booInsertAI ) : string |
Gets the list of BSA files in the INI file.
|
public ArchiveInvalidation ( OblivionGameMode p_gmdGameMode ) : System | ||
p_gmdGameMode | OblivionGameMode | The current game mode. |
return | System |