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

◆ ShouldExitLoop() [1/2]

bool System.Threading.Tasks.ParallelLoopStateFlags64.ShouldExitLoop ( )
inlinepackage

Definition at line 53 of file ParallelLoopStateFlags64.cs.

54 {
55 int loopStateFlags = base.LoopStateFlags;
56 if (loopStateFlags != 0)
57 {
58 return (loopStateFlags & 9) != 0;
59 }
60 return false;
61 }