Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | Checked |
class | ToUnderlying |
class | Unchecked |
Public Member Functions | |
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 | |
NumericConvertInstruction (TypeCode from, TypeCode to, bool isLiftedToNull) | |
object | Convert (object obj) |
Static Protected Member Functions | |
static void | NullCheck (object o) |
Package Attributes | |
readonly TypeCode | _from |
readonly TypeCode | _to |
Properties | |
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] |
Private Attributes | |
readonly bool | _isLiftedToNull |
Definition at line 5 of file NumericConvertInstruction.cs.