Home
last modified time | relevance | path

Searched refs:stopAllVoice (Results 1 – 4 of 4) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DSoundManager.h160 void stopAllVoice();
H A DSoundManager.cpp945 stopAllVoice(); in playVoice()
1433 void SoundManager::stopAllVoice() in stopAllVoice() function in SoundManager
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.cpp8451 luaFunc(stopAllVoice) in luaFunc() argument
8453 dsq->sound->stopAllVoice(); in luaFunc()
9926 luaRegister(stopAllVoice),
H A DGame.cpp8197 dsq->sound->stopAllVoice(); in onExitCheckYes()