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

◆ TimerNode() [1/2]

System.Net.TimerThread.TimerNode.TimerNode ( TimerThread::Callback callback,
object context,
int durationMilliseconds,
object queueLock )
inlinepackage

Definition at line 416 of file TimerThread.cs.

417 {
421 if (callback != null)
422 {
423 this.m_Callback = callback;
424 }
425 }
class f__AnonymousType0<< Count > j__TPar
static int TickCount

References j__TPar, and System.Environment.TickCount.