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
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
Fallout3Unparser10 ( Nexus p_xscScript ) : System.Xml.Linq

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

Méthodes protégées

Méthode 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 méthode

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.
Résultat System.Xml.Linq

UnparseCondition() protected méthode

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.
Résultat System.Xml.Linq.XElement