Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ProducedStack
override int System.Linq.Expressions.Interpreter.ThrowInstruction.ProducedStack
get
Definition at line
21
of file
ThrowInstruction.cs
.
22
{
23
get
24
{
25
if
(!
_hasResult
)
26
{
27
return
0;
28
}
29
return
1;
30
}
31
}
System.Linq.Expressions.Interpreter.ThrowInstruction._hasResult
readonly bool _hasResult
Definition
ThrowInstruction.cs:15
System
Linq
Expressions
Interpreter
ThrowInstruction
Generated by
1.10.0