C# 클래스 Nexus.Client.Games.Oblivion.Tools.AI.ArchiveInvalidation

Controls ArchiveInvalidation.
상속: Nexus.Client.Games.Gamebryo.Tools.AI.ArchiveInvalidationBase
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
ArchiveInvalidation ( OblivionGameMode p_gmdGameMode ) : System

Initialized the object with the given values.

IsActive ( ) : bool

Gets whether AI is enabled.

보호된 메소드들

메소드 설명
ApplyAI ( ) : void

Enables AI.

RemoveAI ( ) : void

Disables AI.

비공개 메소드들

메소드 설명
GetBSAList ( bool p_booInsertAI ) : string

Gets the list of BSA files in the INI file.

메소드 상세

ApplyAI() 보호된 메소드

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

ArchiveInvalidation() 공개 메소드

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

IsActive() 공개 메소드

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

RemoveAI() 보호된 메소드

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