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

◆ ShouldExitLoop() [1/2]

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

Definition at line 44 of file ParallelLoopStateFlags32.cs.

45 {
46 int loopStateFlags = base.LoopStateFlags;
47 if (loopStateFlags != 0)
48 {
49 return (loopStateFlags & 9) != 0;
50 }
51 return false;
52 }