|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| LoopExpressionProxy (LoopExpression node) | |
Properties | |
| Expression | Body [get] |
| LabelTarget | BreakLabel [get] |
| bool | CanReduce [get] |
| LabelTarget | ContinueLabel [get] |
| string | DebugView [get] |
| ExpressionType | NodeType [get] |
| Type | Type [get] |
Private Attributes | |
| readonly LoopExpression | _node |
Definition at line 351 of file Expression.cs.