terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
void | Remove (Timer timer) |
void | Change (Timer timer, long new_next_run) |
Properties | |
static Timer.Scheduler | Instance [get] |
Private Member Functions | |
void | InitScheduler () |
void | WakeupScheduler () |
void | SchedulerThread () |
Scheduler () | |
void | Add (Timer timer) |
void | InternalRemove (Timer timer) |
void | FireTimer (Timer timer) |
int | RunSchedulerLoop () |
Static Private Member Functions | |
static void | TimerCB (object o) |
static | Scheduler () |
Private Attributes | |
bool | needReSort = true |
List< Timer > | list |
long | current_next_run |
ManualResetEvent | changed |
Static Private Attributes | |
static readonly Timer.Scheduler | instance |