Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | DebugView |
Package Functions | |
InstructionArray (int maxStackDepth, int maxContinuationDepth, Instruction[] instructions, object[] objects, RuntimeLabel[] labels, List< KeyValuePair< int, object > > debugCookies) | |
Package Attributes | |
readonly int | MaxStackDepth |
readonly int | MaxContinuationDepth |
readonly Instruction[] | Instructions |
readonly object[] | Objects |
readonly RuntimeLabel[] | Labels |
readonly List< KeyValuePair< int, object > > | DebugCookies |
Definition at line 8 of file InstructionArray.cs.