Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
ForState (LocalBuilder indexVar, Label beginLabel, Label testLabel, object end) | |
Properties | |
LocalBuilder | Index [get] |
Label | BeginLabel [get] |
Label | TestLabel [get] |
Label | EndLabel [get, set] |
bool | RequiresEndLabel [get, set] |
object | End [get] |
Private Attributes | |
readonly LocalBuilder | _indexVar |
readonly Label | _beginLabel |
readonly Label | _testLabel |
Label | _endLabel |
bool | _requiresEndLabel |
readonly object | _end |
Definition at line 5 of file ForState.cs.