|
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] |
| object | End [get] |
Private Attributes | |
| readonly LocalBuilder | _indexVar |
| readonly Label | _beginLabel |
| readonly Label | _testLabel |
| readonly object | _end |
Definition at line 5 of file ForState.cs.