Home
last modified time | relevance | path

Searched refs:actor (Results 1 – 6 of 6) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_ExternalSoundPlayer.cpp104 void ExternalSoundPlayer::Finalize( SoundActor* actor ) in Finalize() argument
111 curItr->DetachSoundActor( actor ); in Finalize()
Dsnd_BasicSound.cpp715 void BasicSound::AttachSoundActor( SoundActor* actor ) in AttachSoundActor() argument
717 NW_NULL_ASSERT( actor ); in AttachSoundActor()
720 m_pSoundActor = actor; in AttachSoundActor()
732 void BasicSound::DetachSoundActor( SoundActor* actor ) in DetachSoundActor() argument
734 NW_NULL_ASSERT( actor ); in DetachSoundActor()
735 NW_ASSERT( actor == m_pSoundActor ); in DetachSoundActor()
736 (void)actor; in DetachSoundActor()
Dsnd_SoundArchivePlayer.cpp767 SoundActor* actor, in detail_SetupSoundImpl() argument
842 if ( actor != NULL ) { in detail_SetupSoundImpl()
843 extPlayer = actor->detail_GetActorPlayer( actorPlayerId ); in detail_SetupSoundImpl()
1088 if ( actor != NULL ) in detail_SetupSoundImpl()
1090 sound->AttachSoundActor( actor ); in detail_SetupSoundImpl()
/NW4C-2.0.3/include/nw/snd/
Dsnd_ExternalSoundPlayer.h69 void Finalize( SoundActor* actor );
Dsnd_BasicSound.h351 void AttachSoundActor( SoundActor* actor );
352 void DetachSoundActor( SoundActor* actor );
Dsnd_SoundArchivePlayer.h477 SoundActor* actor,