메소드 | 설명 | |
---|---|---|
Fallout3Unparser30 ( Nexus p_xscScript ) : System.Xml.Linq |
A simple constructor that initializes the object with the given values.
|
메소드 | 설명 | |
---|---|---|
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. |
public Fallout3Unparser30 ( Nexus p_xscScript ) : System.Xml.Linq | ||
p_xscScript | Nexus | The script to unparse. |
리턴 | System.Xml.Linq |
protected UnparseCondition ( ICondition p_cndCondition ) : System.Xml.Linq.XElement | ||
p_cndCondition | ICondition | The |
리턴 | System.Xml.Linq.XElement |