Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_ExternalSoundPlayer.cpp110 void ExternalSoundPlayer::DetachSoundActorAll( SoundActor* actor ) in DetachSoundActorAll() argument
117 curItr->DetachSoundActor( actor ); in DetachSoundActorAll()
Dsnd_BasicSound.cpp708 void BasicSound::AttachSoundActor( SoundActor* actor ) in AttachSoundActor() argument
710 NW_NULL_ASSERT( actor ); in AttachSoundActor()
713 m_pSoundActor = actor; in AttachSoundActor()
725 void BasicSound::DetachSoundActor( SoundActor* actor ) in DetachSoundActor() argument
727 NW_NULL_ASSERT( actor ); in DetachSoundActor()
728 NW_ASSERT( actor == m_pSoundActor ); in DetachSoundActor()
729 (void)actor; in DetachSoundActor()
Dsnd_SoundArchivePlayer.cpp765 SoundActor* actor, in detail_SetupSoundImpl() argument
840 if ( actor != NULL ) { in detail_SetupSoundImpl()
841 extPlayer = actor->detail_GetActorPlayer( actorPlayerId ); in detail_SetupSoundImpl()
1086 if ( actor != NULL ) in detail_SetupSoundImpl()
1088 sound->AttachSoundActor( actor ); in detail_SetupSoundImpl()
/NW4C-1.3.3/include/nw/snd/
Dsnd_ExternalSoundPlayer.h67 void DetachSoundActorAll( SoundActor* actor );
Dsnd_BasicSound.h349 void AttachSoundActor( SoundActor* actor );
350 void DetachSoundActor( SoundActor* actor );
Dsnd_SoundArchivePlayer.h449 SoundActor* actor,