C# Class 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.
Afficher le fichier Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Méthodes publiques

Méthode Description
ParseCondition ( System.Xml.Linq.XElement p_xelCondition ) : ICondition

Reads the condition from the given node.

Method Details

ParseCondition() public static méthode

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.
Résultat ICondition