C# Class Nexus.Client.ModManagement.Scripting.XmlScript.ConditionalFlag

Describes the value to which to set a given flag.
ファイルを表示 Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
ConditionalFlag ( string p_strName, string p_strValue ) : System

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

Method Details

ConditionalFlag() public method

A simple constructor that initializes the object with the given values.
public ConditionalFlag ( string p_strName, string p_strValue ) : System
p_strName string The name of the flag to set.
p_strValue string The name of the flag to set.
return System