Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_ExternalSoundPlayer.h54 int GetPlayableSoundCount() const { return m_PlayableCount; } in GetPlayableSoundCount()
73 int m_PlayableCount; variable
Dsnd_SoundPlayer.h333 int GetPlayableSoundCount() const { return m_PlayableCount; } in GetPlayableSoundCount()
441 int m_PlayableCount; variable
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_ExternalSoundPlayer.cpp37 : m_PlayableCount( 1 ) in ExternalSoundPlayer()
164 m_PlayableCount = count; in SetPlayableSoundCount()
Dsnd_SoundPlayer.cpp39 : m_PlayableCount( 1 ), in SoundPlayer()
373 m_PlayableCount = count; in SetPlayableSoundCount()