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

Method _stop

Engine/source/sfx/sfxSound.cpp:422–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420//-----------------------------------------------------------------------------
421
422void SFXSound::_stop()
423{
424 Parent::_stop();
425
426 if( mVoice )
427 mVoice->stop();
428 mSetPositionValue = 0;
429}
430
431//-----------------------------------------------------------------------------
432

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected