MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / initEventQueue

Function initEventQueue

Engine/source/console/simManager.cpp:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65// event queue init/shutdown
66
67static void initEventQueue()
68{
69 gCurrentTime = 0;
70 gTargetTime = 0;
71 gEventSequence = 1;
72 gEventQueue = NULL;
73 gEventQueueMutex = Mutex::createMutex();
74}
75
76static void shutdownEventQueue()
77{

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected