C# Class Nexus.Client.Games.Oblivion.Tools.AI.ArchiveInvalidation

Controls ArchiveInvalidation.
Inheritance: Nexus.Client.Games.Gamebryo.Tools.AI.ArchiveInvalidationBase
Show file Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
ArchiveInvalidation ( OblivionGameMode p_gmdGameMode ) : System

Initialized the object with the given values.

IsActive ( ) : bool

Gets whether AI is enabled.

Protected Methods

Method Description
ApplyAI ( ) : void

Enables AI.

RemoveAI ( ) : void

Disables AI.

Private Methods

Method Description
GetBSAList ( bool p_booInsertAI ) : string

Gets the list of BSA files in the INI file.

Method Details

ApplyAI() protected method

Enables AI.
protected ApplyAI ( ) : void
return void

ArchiveInvalidation() public method

Initialized the object with the given values.
public ArchiveInvalidation ( OblivionGameMode p_gmdGameMode ) : System
p_gmdGameMode OblivionGameMode The current game mode.
return System

IsActive() public method

Gets whether AI is enabled.
public IsActive ( ) : bool
return bool

RemoveAI() protected method

Disables AI.
protected RemoveAI ( ) : void
return void