Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
IndexedBranchInstruction (int labelIndex) | |
RuntimeLabel | GetLabel (InterpretedFrame frame) |
override string | ToDebugString (int instructionIndex, object cookie, Func< int, int > labelIndexer, IReadOnlyList< object > objects) |
override string | ToString () |
int | Run (InterpretedFrame frame) |
Static Protected Member Functions | |
static void | NullCheck (object o) |
Package Attributes | |
readonly int | _labelIndex |
Properties | |
virtual int | ConsumedStack [get] |
virtual int | ProducedStack [get] |
virtual int | ConsumedContinuations [get] |
virtual int | ProducedContinuations [get] |
int | StackBalance [get] |
int | ContinuationsBalance [get] |
string | InstructionName [get] |
Definition at line 5 of file IndexedBranchInstruction.cs.