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

A helper class that encapsulates unparsing of Fallout 3 specific XML Script features.
This class encapsulates functionality that is used by several unparsers, so as to prevent code duplication.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

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

Unparses the given ICondition.

This method provides Fallout 3-specific unparsing of the condition. If the given condition is not Fallout 3-specific, nothing in done.

메소드 상세

UnparseCondition() 공개 정적인 메소드

Unparses the given ICondition.
This method provides Fallout 3-specific unparsing of the condition. If the given condition is not Fallout 3-specific, nothing in done.
public static UnparseCondition ( ICondition p_cndCondition ) : System.Xml.Linq.XElement
p_cndCondition ICondition The for which to generate XML.
리턴 System.Xml.Linq.XElement