Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override int | Run (InterpretedFrame frame) |
RuntimeLabel | GetLabel (InterpretedFrame frame) |
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) |
Package Functions | |
EnterTryFaultInstruction (int targetIndex) | |
void | SetTryHandler (TryFaultHandler tryHandler) |
Package Attributes | |
readonly int | _labelIndex |
Properties | |
override string | InstructionName [get] |
override int | ProducedContinuations [get] |
TryFaultHandler | Handler [get] |
virtual int | ConsumedStack [get] |
virtual int | ProducedStack [get] |
virtual int | ConsumedContinuations [get] |
int | StackBalance [get] |
int | ContinuationsBalance [get] |
Private Attributes | |
TryFaultHandler | _tryHandler |
Definition at line 3 of file EnterTryFaultInstruction.cs.