Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getDuration
Method
getDuration
Engine/source/ts/tsThread.cpp:333–336 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
331
}
332
333
F32 TSThread::getDuration()
334
{
335
return transitionData.inTransition ? transitionData.duration : getSequence()->duration;
336
}
337
338
F32 TSThread::getScaledDuration()
339
{
Callers
11
onAdd
Method · 0.45
prepEffect
Method · 0.45
deltaGround
Method · 0.45
_requestNext
Method · 0.45
advanceTime
Method · 0.45
updateAnimThread
Method · 0.45
setState
Method · 0.45
onImageStateAnimation
Method · 0.45
setTurretState
Method · 0.45
onImageStateAnimation
Method · 0.45
updateThreads
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected