Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getScaledDuration
Method
getScaledDuration
Engine/source/ts/tsThread.cpp:338–341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
}
337
338
F32 TSThread::getScaledDuration()
339
{
340
return getDuration() / mFabs(timeScale);
341
}
342
343
F32 TSThread::getTimeScale()
344
{
Callers
1
explode
Method · 0.80
Calls
1
mFabs
Function · 0.85
Tested by
no test coverage detected