MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / setBackgroundThreshold

Method setBackgroundThreshold

Engine/source/platform/platformTimer.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void TimeManager::setBackgroundThreshold(const S32 msInterval)
78{
79 AssertFatal(msInterval > 0, "TimeManager::setBackgroundThreshold - should have at least 1 ms between time events to avoid math problems!");
80 mBackgroundThreshold = msInterval;
81}
82
83const S32 TimeManager::getBackgroundThreshold() const
84{

Callers 1

doMainLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected