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

Method setTimeScale

Engine/source/ts/tsThread.cpp:348–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348void TSThread::setTimeScale(F32 ts)
349{
350 timeScale = ts;
351}
352
353void TSThread::advancePos(F32 delta)
354{

Callers 4

setSequenceRateFactorMethod · 0.45
onAddMethod · 0.45
setAnimClipMethod · 0.45
resetAnimationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected