|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Run (InterpretedFrame frame) |
Package Functions | |
| Interpreter (string name, LocalVariables locals, InstructionArray instructions, DebugInfo[] debugInfos) | |
Package Attributes | |
| readonly object[] | _objects |
| readonly RuntimeLabel[] | _labels |
| readonly DebugInfo[] | _debugInfos |
Static Package Attributes | |
| static readonly object | NoValue = new object() |
Properties | |
| string | Name [get] |
| int | LocalCount [get] |
| int | ClosureSize [get] |
| InstructionArray | Instructions [get] |
| Dictionary< ParameterExpression, LocalVariable > | ClosureVariables [get] |
Private Attributes | |
| readonly InstructionArray | _instructions |
Definition at line 6 of file Interpreter.cs.