Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
Key (XmlQualifiedName name, int matchkey, int usekey) | |
void | AddKey (XPathNavigator root, Hashtable table) |
Hashtable | GetKeys (XPathNavigator root) |
Key | Clone () |
Properties | |
XmlQualifiedName | Name [get] |
int | MatchKey [get] |
int | UseKey [get] |
Private Attributes | |
readonly XmlQualifiedName | _name |
readonly int | _matchKey |
readonly int | _useKey |
ArrayList | _keyNodes |