C# Класс Nexus.Client.Games.FalloutNV.Scripting.XmlScript.FalloutNVConditionStateManager

This class manages the state of the installation.
Наследование: Nexus.Client.ModManagement.Scripting.XmlScript.ConditionStateManager
Показать файл Открыть проект

Открытые методы

Метод Описание
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