C# Class 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.
Show file 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 3-specific unparsing of the condition. If the given condition is not Fallout 3-specific, nothing in done.

Method Details

UnparseCondition() public static method

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.
return System.Xml.Linq.XElement