C# Class Nexus.Client.Games.Skyrim.Scripting.XmlScript.Unparsers.SkyrimUnparser20Helper

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

Méthodes publiques

Méthode Description
UnparseCondition ( ICondition p_cndCondition ) : System.Xml.Linq.XElement

Unparses the given ICondition.

This method provides Skyrim-specific unparsing of the condition. If the given condition is not Skyrim-specific, nothing in done.

Method Details

UnparseCondition() public static méthode

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