Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Run()

override int System.Linq.Expressions.Interpreter.NullCheckInstruction.Run ( InterpretedFrame frame)
inline

Definition at line 17 of file NullCheckInstruction.cs.

18 {
19 Instruction.NullCheck(frame.Peek());
20 return 1;
21 }

References System.Linq.Expressions.Interpreter.Instruction.NullCheck(), and System.Linq.Expressions.Interpreter.InterpretedFrame.Peek().