| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Classes | |
| class | AddOvfInt16 | 
| class | AddOvfInt32 | 
| class | AddOvfInt64 | 
| class | AddOvfUInt16 | 
| class | AddOvfUInt32 | 
| class | AddOvfUInt64 | 
Public Member Functions | |
| int | Run (InterpretedFrame frame) | 
| override string | ToString () | 
| virtual string | ToDebugString (int instructionIndex, object cookie, Func< int, int > labelIndexer, IReadOnlyList< object > objects) | 
Static Public Member Functions | |
| static Instruction | Create (Type type) | 
Static Protected Member Functions | |
| static void | NullCheck (object o) | 
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] | 
Private Member Functions | |
| AddOvfInstruction () | |
Static Private Attributes | |
| static Instruction | s_Int16 | 
| static Instruction | s_Int32 | 
| static Instruction | s_Int64 | 
| static Instruction | s_UInt16 | 
| static Instruction | s_UInt32 | 
| static Instruction | s_UInt64 | 
Definition at line 5 of file AddOvfInstruction.cs.