Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
bool | ShouldExitLoop (int CallerIteration) |
bool | ShouldExitLoop () |
bool | AtomicLoopStateUpdate (int newState, int illegalStates) |
bool | AtomicLoopStateUpdate (int newState, int illegalStates, ref int oldState) |
void | SetExceptional () |
void | Stop () |
bool | Cancel () |
Package Attributes | |
volatile int | _lowestBreakIteration = int.MaxValue |
Properties | |
int | LowestBreakIteration [get] |
long? | NullableLowestBreakIteration [get] |
int | LoopStateFlags [get] |
Private Attributes | |
volatile int | _loopStateFlags |
Definition at line 3 of file ParallelLoopStateFlags32.cs.