|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| ToUnderlying (TypeCode to, bool isLiftedToNull) | |
| 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 | |
| override 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 241 of file NumericConvertInstruction.cs.