Home
last modified time | relevance | path

Searched refs:m_PlayableLimit (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundPlayer.cpp42 m_PlayableLimit( INT_MAX ), in SoundPlayer()
372 NW_WARNING( count <= m_PlayableLimit, "playable sound count is over limit." ); in SetPlayableSoundCount()
373 count = ut::Clamp( count, 0, m_PlayableLimit ); in SetPlayableSoundCount()
399 m_PlayableLimit = limit; in detail_SetPlayableSoundLimit()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundPlayer.h450 int m_PlayableLimit; variable