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

Represents a Mod Script script.
Inheritance: ObservableObject, IScript
Afficher le fichier Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat Nexus.Client.Util