C# Class Nexus.Client.ModManagement.Scripting.ModScript.ModScript

Represents a Mod Script script.
Inheritance: ObservableObject, IScript
ファイルを表示 Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
ModScript ( ModScriptType p_mstScripType, string p_strCode ) : Nexus.Client.Util

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

Method Details

ModScript() public method

A simple constructor that initializes the object with the given values.
public ModScript ( ModScriptType p_mstScripType, string p_strCode ) : Nexus.Client.Util
p_mstScripType ModScriptType The script's type.
p_strCode string The mod script code.
return Nexus.Client.Util