Searched refs:actor (Results 1 – 6 of 6) sorted by relevance
110 void ExternalSoundPlayer::DetachSoundActorAll( SoundActor* actor ) in DetachSoundActorAll() argument117 curItr->DetachSoundActor( actor ); in DetachSoundActorAll()
697 void BasicSound::AttachSoundActor( SoundActor* actor ) in AttachSoundActor() argument699 NW_NULL_ASSERT( actor ); in AttachSoundActor()702 m_pSoundActor = actor; in AttachSoundActor()714 void BasicSound::DetachSoundActor( SoundActor* actor ) in DetachSoundActor() argument716 NW_NULL_ASSERT( actor ); in DetachSoundActor()717 NW_ASSERT( actor == m_pSoundActor ); in DetachSoundActor()718 (void)actor; in DetachSoundActor()
753 SoundActor* actor, in detail_SetupSoundImpl() argument828 if ( actor != NULL ) { in detail_SetupSoundImpl()829 extPlayer = actor->detail_GetActorPlayer( actorPlayerId ); in detail_SetupSoundImpl()1071 if ( actor != NULL ) in detail_SetupSoundImpl()1073 sound->AttachSoundActor( actor ); in detail_SetupSoundImpl()
67 void DetachSoundActorAll( SoundActor* actor );
328 void AttachSoundActor( SoundActor* actor );329 void DetachSoundActor( SoundActor* actor );
441 SoundActor* actor,