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

Method getElapsedPlayTime

Engine/source/sfx/sfxSource.cpp:459–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getPositionMethod · 0.45

Tested by

no test coverage detected