Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | Stop () |
void | Break () |
Package Functions | |
ParallelLoopState32 (ParallelLoopStateFlags32 sharedParallelStateFlags) | |
override void | InternalBreak () |
Static Package Functions | |
static void | Break (int iteration, ParallelLoopStateFlags32 pflags) |
static void | Break (long iteration, ParallelLoopStateFlags64 pflags) |
Properties | |
int | CurrentIteration [get, set] |
override bool | InternalShouldExitCurrentIteration [get] |
override? long | InternalLowestBreakIteration [get] |
bool | ShouldExitCurrentIteration [get] |
bool | IsStopped [get] |
bool | IsExceptional [get] |
long? | LowestBreakIteration [get] |
Private Attributes | |
readonly ParallelLoopStateFlags32 | _sharedParallelStateFlags |
int | _currentIteration |
readonly ParallelLoopStateFlags | _flagsBase |
Definition at line 3 of file ParallelLoopState32.cs.