Method | Description | |
---|---|---|
Fallout3Parser30 ( System.Xml.Linq.XElement p_xelScript, |
A simple constructor that initializes the object with the given values.
|
Method | Description | |
---|---|---|
LoadCondition ( System.Xml.Linq.XElement p_xelCondition ) : ICondition |
Reads the condition from the given node.
|
public Fallout3Parser30 ( System.Xml.Linq.XElement p_xelScript, |
||
p_xelScript | System.Xml.Linq.XElement | The xmlscript file. |
p_xstXmlScriptType | The |
|
return | System.Xml.Linq |
protected LoadCondition ( System.Xml.Linq.XElement p_xelCondition ) : ICondition | ||
p_xelCondition | System.Xml.Linq.XElement | The node from which to load the condition. |
return | ICondition |