Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
BranchInstruction (bool hasResult, bool hasValue) | |
override int | Run (InterpretedFrame frame) |
Instruction | Fixup (int offset) |
override string | ToDebugString (int instructionIndex, object cookie, Func< int, int > labelIndexer, IReadOnlyList< object > objects) |
override string | ToString () |
Static Protected Member Functions | |
static void | NullCheck (object o) |
Protected Attributes | |
int | _offset = int.MinValue |
Package Functions | |
BranchInstruction () | |
Package Attributes | |
readonly bool | _hasResult |
readonly bool | _hasValue |
Properties | |
override Instruction[] | Cache [get] |
override string | InstructionName [get] |
override int | ConsumedStack [get] |
override int | ProducedStack [get] |
virtual int | ConsumedContinuations [get] |
virtual int | ProducedContinuations [get] |
int | StackBalance [get] |
int | ContinuationsBalance [get] |
Static Private Attributes | |
static Instruction[][][] | s_caches |
Definition at line 3 of file BranchInstruction.cs.