C# 클래스 Nexus.Client.Games.FalloutNV.Scripting.XmlScript.FalloutNVConditionStateManager

This class manages the state of the installation.
상속: Nexus.Client.ModManagement.Scripting.XmlScript.ConditionStateManager
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
FalloutNVConditionStateManager ( IMod p_modMod, IGameMode p_gmdGameMode, IPluginManager p_pmgPluginManager, IEnvironmentInfo p_eifEnvironmentInfo ) : Nexus.Client.ModManagement.Scripting.XmlScript

A simple constructor that initializes the object with the given values.

메소드 상세

FalloutNVConditionStateManager() 공개 메소드

A simple constructor that initializes the object with the given values.
public FalloutNVConditionStateManager ( IMod p_modMod, IGameMode p_gmdGameMode, IPluginManager p_pmgPluginManager, IEnvironmentInfo p_eifEnvironmentInfo ) : Nexus.Client.ModManagement.Scripting.XmlScript
p_modMod IMod The mod being installed.
p_gmdGameMode IGameMode The current game mode.
p_pmgPluginManager IPluginManager The plugin manager.
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
리턴 Nexus.Client.ModManagement.Scripting.XmlScript