Home
last modified time | relevance | path

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

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