C# 클래스 Nexus.Client.Games.Fallout3.Scripting.XmlScript.Unparsers.Fallout3Unparser40

Unparses the Fallout 3 variety of the version 4.0 XML scripts.
상속: Nexus.Client.ModManagement.Scripting.XmlScript.Unparsers.Unparser40
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
Fallout3Unparser40 ( Nexus p_xscScript ) : System.Xml.Linq

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

보호된 메소드들

메소드 설명
UnparseCondition ( ICondition p_cndCondition ) : System.Xml.Linq.XElement

Unparses the given ICondition.

This checks the see if the given ICondition is a FoseCondition. If it is, it is unparsed, otherwise unparsing is delegated to the base class.

메소드 상세

Fallout3Unparser40() 공개 메소드

A simple constructor that initializes the object with the given values.
public Fallout3Unparser40 ( Nexus p_xscScript ) : System.Xml.Linq
p_xscScript Nexus The script to unparse.
리턴 System.Xml.Linq

UnparseCondition() 보호된 메소드

Unparses the given ICondition.
This checks the see if the given ICondition is a FoseCondition. If it is, it is unparsed, otherwise unparsing is delegated to the base class.
protected UnparseCondition ( ICondition p_cndCondition ) : System.Xml.Linq.XElement
p_cndCondition ICondition The for which to generate XML.
리턴 System.Xml.Linq.XElement