Home
last modified time | relevance | path

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

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