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

◆ CanJumpInto

bool System.Linq.Expressions.Interpreter.LabelScopeInfo.CanJumpInto
getpackage

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 }