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

◆ ProducedStack

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

Definition at line 27 of file GotoInstruction.cs.

28 {
29 get
30 {
31 if (!_hasResult)
32 {
33 return 0;
34 }
35 return 1;
36 }
37 }