Home
last modified time | relevance | path

Searched defs:GetPlayingSoundCount (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_ExternalSoundPlayer.h54 int GetPlayingSoundCount() const { return static_cast<int>( m_SoundList.GetSize()); } in GetPlayingSoundCount() function
Dsnd_SoundPlayer.h305 int GetPlayingSoundCount() const { return static_cast<int>( m_SoundList.GetSize()); } in GetPlayingSoundCount() function
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundActor.cpp137 int SoundActor::GetPlayingSoundCount( int actorPlayerId ) const in GetPlayingSoundCount() function in nw::snd::SoundActor