|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| RuntimeLabel | ToRuntimeLabel () |
| void | Mark (InstructionList instructions) |
| void | AddBranch (InstructionList instructions, int branchIndex) |
| void | FixupBranch (InstructionList instructions, int branchIndex) |
Properties | |
| int | LabelIndex = int.MinValue [get, set] |
| bool | HasRuntimeLabel [get] |
| int | TargetIndex [get] |
Private Attributes | |
| int | _targetIndex = int.MinValue |
| int | _stackDepth = int.MinValue |
| int | _continuationStackDepth = int.MinValue |
| List< int > | _forwardBranchFixups |
Definition at line 5 of file BranchLabel.cs.