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

Method _pause

Engine/source/sfx/sfxSound.cpp:433–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431//-----------------------------------------------------------------------------
432
433void SFXSound::_pause()
434{
435 Parent::_pause();
436
437 if( mVoice )
438 mVoice->pause();
439 mSetPositionValue = getPosition();
440}
441
442//-----------------------------------------------------------------------------
443

Callers

nothing calls this directly

Calls 2

getPositionFunction · 0.85
pauseMethod · 0.45

Tested by

no test coverage detected