Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_ExternalSoundPlayer.cpp200 bool ExternalSoundPlayer::detail_CanPlaySound( int startPriority ) in detail_CanPlaySound() argument
208 if ( startPriority < dropSound->CalcCurrentPlayerPriority() ) return false; in detail_CanPlaySound()
Dsnd_SoundPlayer.cpp409 bool SoundPlayer::detail_CanPlaySound( int startPriority ) in detail_CanPlaySound() argument
417 if ( startPriority < dropSound->CalcCurrentPlayerPriority() ) return false; in detail_CanPlaySound()
/NW4C-1.2.23/include/nw/snd/
Dsnd_ExternalSoundPlayer.h57 bool detail_CanPlaySound( int startPriority );
Dsnd_SoundPlayer.h401 bool detail_CanPlaySound( int startPriority );