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

◆ ProducedStack

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

Definition at line 23 of file LeaveExceptionHandlerInstruction.cs.

24 {
25 get
26 {
27 if (!_hasValue)
28 {
29 return 0;
30 }
31 return 1;
32 }
33 }