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

◆ ProducedStack

override int System.Linq.Expressions.Interpreter.MethodInfoCallInstruction.ProducedStack
get

Definition at line 14 of file MethodInfoCallInstruction.cs.

15 {
16 get
17 {
18 if (!(_target.ReturnType == typeof(void)))
19 {
20 return 1;
21 }
22 return 0;
23 }
24 }