Home
last modified time | relevance | path

Searched refs:detail_SetPlayableSoundLimit (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundPlayer.h406 void detail_SetPlayableSoundLimit( int limit );
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundPlayer.cpp395 void SoundPlayer::detail_SetPlayableSoundLimit( int limit ) in detail_SetPlayableSoundLimit() function in nw::snd::SoundPlayer
Dsnd_SoundArchivePlayer.cpp470 player->detail_SetPlayableSoundLimit( playerInfo.playableSoundMax ); in SetupSoundPlayer()