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

Controls ArchiveInvalidation.
Inheritance: ITool
Datei anzeigen Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Properties

Property Type Description
ConfirmAiReset Func

Public Methods

Method Description
ArchiveInvalidation ( SkyrimGameMode p_gmdGameMode ) : System

Initialized the object with the given values.

ResetArchiveInvalidation ( ) : void

Resets archive invalidation.

SetToolView ( IToolView p_tvwToolView ) : void

Sets the view to use for this tool.

Protected Methods

Method Description
ApplyAI ( ) : void

Enables AI.

Method Details

ApplyAI() protected method

Enables AI.
protected ApplyAI ( ) : void
return void

ArchiveInvalidation() public method

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

ResetArchiveInvalidation() public method

Resets archive invalidation.
public ResetArchiveInvalidation ( ) : void
return void

SetToolView() public method

Sets the view to use for this tool.
public SetToolView ( IToolView p_tvwToolView ) : void
p_tvwToolView IToolView The view to use for this tool.
return void

Property Details

ConfirmAiReset public_oe property

Confirms that AI should be reset.
public Func ConfirmAiReset
return Func