Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
NewInstruction (ConstructorInfo constructor, int argumentCount) | |
override int | Run (InterpretedFrame frame) |
override string | ToString () |
virtual string | ToDebugString (int instructionIndex, object cookie, Func< int, int > labelIndexer, IReadOnlyList< object > objects) |
Protected Member Functions | |
object[] | GetArgs (InterpretedFrame frame, int first) |
Static Protected Member Functions | |
static void | NullCheck (object o) |
Protected Attributes | |
readonly ConstructorInfo | _constructor |
readonly int | _argumentCount |
Properties | |
override int | ConsumedStack [get] |
override int | ProducedStack [get] |
override string | InstructionName [get] |
virtual int | ConsumedContinuations [get] |
virtual int | ProducedContinuations [get] |
int | StackBalance [get] |
int | ContinuationsBalance [get] |
Definition at line 6 of file NewInstruction.cs.