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

A condition that requires a minimum version of NVSE to be installed.
Наследование: Nexus.Client.ModManagement.Scripting.XmlScript.VersionCondition
Показать файл Открыть проект

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

Метод Описание
GetIsFulfilled ( ConditionStateManager p_csmStateManager ) : bool

Gets whether or not the condition is fulfilled.

The dependency is fulfilled if the specified minimum version of NVSE is installed.

GetMessage ( ConditionStateManager p_csmStateManager ) : string

Gets a message describing whether or not the condition is fulfilled.

NvseCondition ( System.Version p_verVersion ) : System

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

Описание методов

GetIsFulfilled() публичный Метод

Gets whether or not the condition is fulfilled.
The dependency is fulfilled if the specified minimum version of NVSE is installed.
public GetIsFulfilled ( ConditionStateManager p_csmStateManager ) : bool
p_csmStateManager Nexus.Client.ModManagement.Scripting.XmlScript.ConditionStateManager The manager that tracks the currect install state.
Результат bool

GetMessage() публичный Метод

Gets a message describing whether or not the condition is fulfilled.
public GetMessage ( ConditionStateManager p_csmStateManager ) : string
p_csmStateManager Nexus.Client.ModManagement.Scripting.XmlScript.ConditionStateManager The manager that tracks the currect install state.
Результат string

NvseCondition() публичный Метод

A simple constructor that initializes the object with the given values.
public NvseCondition ( System.Version p_verVersion ) : System
p_verVersion System.Version The minimum required version of fose.
Результат System