C# 클래스 Nexus.Client.Games.Gamebryo.Tools.AI.ArchiveInvalidationBase

UI.Controls ArchiveInvalidation.
상속: ITool
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 프로퍼티들

프로퍼티 타입 설명
ConfirmAiDisabling Func
ConfirmAiEnabling Func

공개 메소드들

메소드 설명
ArchiveInvalidationBase ( GamebryoGameModeBase p_gmdGameMode ) : System

Initialized the object with the given values.

IsActive ( ) : bool

Gets whether AI is enabled.

SetToolView ( IToolView p_tvwToolView ) : void

Sets the view to use for this tool.

ToggleArchiveInvalidation ( ) : void

Toggles archive invalidation.

보호된 메소드들

메소드 설명
ApplyAI ( ) : void

Enables AI.

RemoveAI ( ) : void

Disables AI.

비공개 메소드들

메소드 설명
Update ( ) : bool

Updates AI by toggling its status.

메소드 상세

ApplyAI() 보호된 추상적인 메소드

Enables AI.
protected abstract ApplyAI ( ) : void
리턴 void

ArchiveInvalidationBase() 공개 메소드

Initialized the object with the given values.
public ArchiveInvalidationBase ( GamebryoGameModeBase p_gmdGameMode ) : System
p_gmdGameMode GamebryoGameModeBase The current game mode.
리턴 System

IsActive() 공개 추상적인 메소드

Gets whether AI is enabled.
public abstract IsActive ( ) : bool
리턴 bool

RemoveAI() 보호된 추상적인 메소드

Disables AI.
protected abstract RemoveAI ( ) : void
리턴 void

SetToolView() 공개 메소드

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

ToggleArchiveInvalidation() 공개 메소드

Toggles archive invalidation.
public ToggleArchiveInvalidation ( ) : void
리턴 void

프로퍼티 상세

ConfirmAiDisabling 공개적으로 프로퍼티

Confirms that AI should be disabled.
public Func ConfirmAiDisabling
리턴 Func

ConfirmAiEnabling 공개적으로 프로퍼티

Confirms that AI should be enabled.
public Func ConfirmAiEnabling
리턴 Func