Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
InstructionArray.cs
Go to the documentation of this file.
4
6
7[DebuggerTypeProxy(typeof(DebugView))]
static void RequiresNotNull(object value, string paramName)
InstructionList.DebugView.InstructionView[] GetInstructionViews(bool includeDebugCookies=false)
InstructionView[] GetInstructionViews(bool includeDebugCookies=false)
readonly List< KeyValuePair< int, object > > DebugCookies
InstructionArray(int maxStackDepth, int maxContinuationDepth, Instruction[] instructions, object[] objects, RuntimeLabel[] labels, List< KeyValuePair< int, object > > debugCookies)