|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Undo () |
| void | Dispose () |
| override bool | Equals ([NotNullWhen(true)] object? obj) |
| bool | Equals (AsyncFlowControl obj) |
| override int | GetHashCode () |
| bool | Equals (T? other) |
Static Public Member Functions | |
| static bool | operator== (AsyncFlowControl a, AsyncFlowControl b) |
| static bool | operator!= (AsyncFlowControl a, AsyncFlowControl b) |
Package Functions | |
| void | Initialize (Thread currentThread) |
Private Attributes | |
| Thread | _thread |
Definition at line 5 of file AsyncFlowControl.cs.