Method | Description | |
---|---|---|
Unparser50 ( XmlScript p_xscScript ) : System.Xml.Linq |
A simple constructor that initializes the object with the given values.
|
Method | Description | |
---|---|---|
UnparseCondition ( ICondition p_cndCondition, string p_strNodeName ) : System.Xml.Linq.XElement |
Unparses the given ICondition, giving the generated mod the specified name. This method can be overidden to provide game-specific or newer-version unparsing. |
protected UnparseCondition ( ICondition p_cndCondition, string p_strNodeName ) : System.Xml.Linq.XElement | ||
p_cndCondition | ICondition | The |
p_strNodeName | string | The name to give to the generated node. |
return | System.Xml.Linq.XElement |
public Unparser50 ( XmlScript p_xscScript ) : System.Xml.Linq | ||
p_xscScript | XmlScript | The script to unparse. |
return | System.Xml.Linq |