Method | Description | |
---|---|---|
ArchiveInvalidation ( Fallout3GameMode 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 ( ) : string |
Gets the list of BSA files in the Fallout INI file.
|
public ArchiveInvalidation ( Fallout3GameMode p_gmdGameMode ) : System | ||
p_gmdGameMode | Fallout3GameMode | The current game mode. |
return | System |