Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CanJumpInto
bool
System.Linq.Expressions.Interpreter.LabelScopeInfo.CanJumpInto
get
package
Definition at line
13
of file
LabelScopeInfo.cs
.
14
{
15
get
16
{
17
LabelScopeKind
kind =
Kind
;
18
if
((uint)kind <= 3u)
19
{
20
return
true
;
21
}
22
return
false
;
23
}
24
}
System.Linq.Expressions.Interpreter.LabelScopeInfo.Kind
readonly LabelScopeKind Kind
Definition
LabelScopeInfo.cs:9
System.Linq.Expressions.Interpreter.LabelScopeKind
LabelScopeKind
Definition
LabelScopeKind.cs:4
System
Linq
Expressions
Interpreter
LabelScopeInfo
Generated by
1.10.0