C# Class Nexus.Client.Games.Fallout3.Scripting.XmlScript.Unparsers.Fallout3Unparser10

Unparses the Fallout 3 variety of the version 1.0 XML scripts.
Inheritance: Nexus.Client.ModManagement.Scripting.XmlScript.Unparsers.Unparser10
Show file Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
Fallout3Unparser10 ( Nexus p_xscScript ) : System.Xml.Linq

A simple constructor that initializes the object with the given values.

Protected Methods

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

Unparses the given ICondition.

This checks the see if the given ICondition is a FoseCondition. If it is, it is unparsed, otherwise unparsing is delegated to the base class.

Method Details

Fallout3Unparser10() public method

A simple constructor that initializes the object with the given values.
public Fallout3Unparser10 ( Nexus p_xscScript ) : System.Xml.Linq
p_xscScript Nexus The script to unparse.
return System.Xml.Linq

UnparseCondition() protected method

Unparses the given ICondition.
This checks the see if the given ICondition is a FoseCondition. If it is, it is unparsed, otherwise unparsing is delegated to the base class.
protected UnparseCondition ( ICondition p_cndCondition ) : System.Xml.Linq.XElement
p_cndCondition ICondition The for which to generate XML.
return System.Xml.Linq.XElement