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

Method triggerUpdate

Engine/source/platformWin32/winAsync.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void AsyncUpdateThread::triggerUpdate()
49{
50 SetEvent( ( HANDLE ) mUpdateEvent );
51}
52
53AsyncPeriodicUpdateThread::AsyncPeriodicUpdateThread( String name,
54 AsyncUpdateList* updateList,

Callers 2

_releaseAllResourcesMethod · 0.80
TriggerUpdateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected