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 | |
Operand (string val) | |
Operand (double val) | |
Properties | |
override AstType | Type [get] |
override XPathResultType | ReturnType [get] |
object | OperandValue [get] |
Private Attributes | |
readonly XPathResultType | _type |
readonly object | _val |
Definition at line 5 of file Operand.cs.