terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Init()

void System.Threading.Timer.Init ( TimerCallback callback,
object state,
long dueTime,
long period )
inlineprivate

Definition at line 40 of file Timer.cs.

41 {
42 while (callback == null)
43 {
44 }
47 bool flag = this.Change(dueTime, period, true);
48 }
class f__AnonymousType0<< Count > j__TPar
TimerCallback callback
Definition Timer.cs:114
bool Change(int dueTime, int period)
Definition Timer.cs:51

References System.Threading.Timer.callback, System.Threading.Timer.Change(), j__TPar, and System.Threading.Timer.state.