Searched refs:m_pSoundActor (Results 1 – 2 of 2) sorted by relevance
63 m_pSoundActor = NULL; in Initialize()469 if ( m_pSoundActor != NULL ) in Update()471 m_ActorParam = m_pSoundActor->detail_GetActorParam(); in Update()700 NW_ASSERT( m_pSoundActor == NULL ); in AttachSoundActor()702 m_pSoundActor = actor; in AttachSoundActor()717 NW_ASSERT( actor == m_pSoundActor ); in DetachSoundActor()720 m_pSoundActor = NULL; in DetachSoundActor()
389 SoundActor* m_pSoundActor; variable