C# Класс Nexus.Client.Games.Fallout3.Scripting.XmlScript.Parsers.FO3Parser20Helper

A helper class that encapsulates parsing of Fallout 3 specific XML Script features.
This class encapsulates functionality that is used by several parsers, so as to prevent code duplication.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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