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

Method setForegroundThreshold

Engine/source/platform/platformTimer.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void TimeManager::setForegroundThreshold(const S32 msInterval)
67{
68 AssertFatal(msInterval > 0, "TimeManager::setForegroundThreshold - should have at least 1 ms between time events to avoid math problems!");
69 mForegroundThreshold = msInterval;
70}
71
72const S32 TimeManager::getForegroundThreshold() const
73{

Callers 1

doMainLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected