Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | Stop () |
void | Break () |
Package Functions | |
ParallelLoopState64 (ParallelLoopStateFlags64 sharedParallelStateFlags) | |
override void | InternalBreak () |
Static Package Functions | |
static void | Break (int iteration, ParallelLoopStateFlags32 pflags) |
static void | Break (long iteration, ParallelLoopStateFlags64 pflags) |
Properties | |
long | 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 ParallelLoopStateFlags64 | _sharedParallelStateFlags |
long | _currentIteration |
readonly ParallelLoopStateFlags | _flagsBase |
Definition at line 3 of file ParallelLoopState64.cs.