MCPcopy 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
338F32 TSThread::getScaledDuration()
339{
340 return getDuration() / mFabs(timeScale);
341}
342
343F32 TSThread::getTimeScale()
344{

Callers 1

explodeMethod · 0.80

Calls 1

mFabsFunction · 0.85

Tested by

no test coverage detected