C# Class Nexus.Client.Games.FalloutNV.Scripting.XmlScript.Unparsers.FONVUnparser20Helper

A helper class that encapsulates unparsing of Fallout: New Vegas specific XML Script features.
This class encapsulates functionality that is used by several unparsers, so as to prevent code duplication.
Datei anzeigen Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
UnparseCondition ( ICondition p_cndCondition ) : System.Xml.Linq.XElement

Unparses the given ICondition.

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

Method Details

UnparseCondition() public static method

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