Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundPlayer.h398 void detail_SetPlayableSoundLimit( int limit );
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SoundPlayer.cpp393 void SoundPlayer::detail_SetPlayableSoundLimit( int limit ) in detail_SetPlayableSoundLimit() function in nw::snd::SoundPlayer
Dsnd_SoundArchivePlayer.cpp468 player->detail_SetPlayableSoundLimit( playerInfo.playableSoundMax ); in SetupSoundPlayer()