C# 클래스 Nexus.Client.Games.FalloutNV.Scripting.XmlScript.XmlScript40NodeAdapter

Adapts a version 4.0 XmlScript to an XML script editor.
상속: Nexus.Client.Games.Fallout3.Scripting.XmlScript.XmlScript40NodeAdapter
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
GetInstallStepEditor ( InstallStep p_ispStep, IList p_lstModFiles ) : NodeEditor

Gets the editor to use to edit an InstallStep.

XmlScript40NodeAdapter ( XmlScriptType p_xstScripType ) : System.Collections.Generic

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

메소드 상세

GetInstallStepEditor() 공개 메소드

Gets the editor to use to edit an InstallStep.
public GetInstallStepEditor ( InstallStep p_ispStep, IList p_lstModFiles ) : NodeEditor
p_ispStep InstallStep The to edit.
p_lstModFiles IList The list of files in the mod to which the /// being edited belongs.
리턴 Nexus.Client.ModManagement.Scripting.XmlScript.UI.Controls.NodeEditor

XmlScript40NodeAdapter() 공개 메소드

A simple constructor that initializes the object with the given values.
public XmlScript40NodeAdapter ( XmlScriptType p_xstScripType ) : System.Collections.Generic
p_xstScripType Nexus.Client.ModManagement.Scripting.XmlScript.XmlScriptType The current xml script type.
리턴 System.Collections.Generic