C# 클래스 Nexus.Client.ModManagement.Scripting.ModScript.ModScript

Represents a Mod Script script.
상속: ObservableObject, IScript
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
ModScript ( ModScriptType p_mstScripType, string p_strCode ) : Nexus.Client.Util

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

메소드 상세

ModScript() 공개 메소드

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.
리턴 Nexus.Client.Util