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

Method _pause

Engine/source/sfx/sfxSound.cpp:428–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426//-----------------------------------------------------------------------------
427
428void SFXSound::_pause()
429{
430 Parent::_pause();
431
432 if( mVoice )
433 mVoice->pause();
434}
435
436//-----------------------------------------------------------------------------
437

Callers

nothing calls this directly

Calls 1

pauseMethod · 0.45

Tested by

no test coverage detected