|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Types | |
| enum | AstType { Axis , Operator , Filter , ConstantOperand , Function , Group , Root , Variable , Error } |
Public Member Functions | |
| Variable (string name, string prefix) | |
Properties | |
| override AstType | Type [get] |
| override XPathResultType | ReturnType [get] |
| string | Localname [get] |
| string | Prefix [get] |
Private Attributes | |
| readonly string | _localname |
| readonly string | _prefix |
Definition at line 5 of file Variable.cs.