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

Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
ModScriptSelectOption ( string p_strName, bool p_booIsDefault, string p_strDescription, string p_strImagePath ) : System

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

Method Details

ModScriptSelectOption() public méthode

A simple constructor that initializes the object with the given values.
public ModScriptSelectOption ( string p_strName, bool p_booIsDefault, string p_strDescription, string p_strImagePath ) : System
p_strName string The name of the option.
p_booIsDefault bool Whether the option is a default.
p_strDescription string The description of the option.
p_strImagePath string The path in the mod of the option's image.
Résultat System