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

Controls ArchiveInvalidation.
Inheritance: ITool
Afficher le fichier Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Méthodes publiques

Свойство Type Description
ConfirmAiReset Func

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
ApplyAI ( ) : void

Enables AI.

Method Details

ApplyAI() protected méthode

Enables AI.
protected ApplyAI ( ) : void
Résultat void

ArchiveInvalidation() public méthode

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

ResetArchiveInvalidation() public méthode

Resets archive invalidation.
public ResetArchiveInvalidation ( ) : void
Résultat void

SetToolView() public méthode

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

Property Details

ConfirmAiReset public_oe property

Confirms that AI should be reset.
public Func ConfirmAiReset
Résultat Func