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

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

공개 메소드들

메소드 설명
ParseCondition ( System.Xml.Linq.XElement p_xelCondition ) : ICondition

Reads the condition from the given node.

메소드 상세

ParseCondition() 공개 정적인 메소드

Reads the condition from the given node.
public static ParseCondition ( System.Xml.Linq.XElement p_xelCondition ) : ICondition
p_xelCondition System.Xml.Linq.XElement The node from which to load the condition.
리턴 ICondition