MCPcopy 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
333F32 TSThread::getDuration()
334{
335 return transitionData.inTransition ? transitionData.duration : getSequence()->duration;
336}
337
338F32 TSThread::getScaledDuration()
339{

Callers 11

onAddMethod · 0.45
prepEffectMethod · 0.45
deltaGroundMethod · 0.45
_requestNextMethod · 0.45
advanceTimeMethod · 0.45
updateAnimThreadMethod · 0.45
setStateMethod · 0.45
onImageStateAnimationMethod · 0.45
setTurretStateMethod · 0.45
onImageStateAnimationMethod · 0.45
updateThreadsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected