Home
last modified time | relevance | path

Searched refs:SetPlayableSoundCount (Results 1 – 8 of 8) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundActor.cpp70 m_ActorPlayer[i].SetPlayableSoundCount( playableSoundCount ); in Initialize()
154 void SoundActor::SetPlayableSoundCount( int actorPlayerId, int count ) in SetPlayableSoundCount() function in nw::snd::SoundActor
158 m_ActorPlayer[ actorPlayerId ].SetPlayableSoundCount( count ); in SetPlayableSoundCount()
Dsnd_ExternalSoundPlayer.cpp162 void ExternalSoundPlayer::SetPlayableSoundCount( int count ) in SetPlayableSoundCount() function in nw::snd::internal::ExternalSoundPlayer
Dsnd_SoundPlayer.cpp365 void SoundPlayer::SetPlayableSoundCount( int count ) in SetPlayableSoundCount() function in nw::snd::SoundPlayer
Dsnd_SoundArchivePlayer.cpp435 player->SetPlayableSoundCount( playerInfo.playableSoundMax ); in SetupSoundPlayer()
/NW4C-1.2.23/include/nw/snd/
Dsnd_ExternalSoundPlayer.h53 void SetPlayableSoundCount( int count );
Dsnd_SoundActor.h385 void SetPlayableSoundCount( int actorPlayerId, int count );
Dsnd_SoundPlayer.h321 void SetPlayableSoundCount( int count );
/NW4C-1.2.23/demos/snd/soundActor/sources/
DSoundActorApp.cpp58 m_Actor.SetPlayableSoundCount( 0, 1 ); in OnInitialize()