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

Method getElapsedPlayTime

Engine/source/sfx/sfxSource.cpp:460–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458//-----------------------------------------------------------------------------
459
460F32 SFXSource::getElapsedPlayTime() const
461{
462 return F32( mPlayTimer.getPosition() ) / 1000.f;
463}
464
465//-----------------------------------------------------------------------------
466

Callers

nothing calls this directly

Calls 1

getPositionMethod · 0.45

Tested by

no test coverage detected