Home
last modified time | relevance | path

Searched refs:m_pSoundActor (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_BasicSound.cpp63 m_pSoundActor = NULL; in Initialize()
480 if ( m_pSoundActor != NULL ) in Update()
482 m_ActorParam = m_pSoundActor->detail_GetActorParam(); in Update()
711 NW_ASSERT( m_pSoundActor == NULL ); in AttachSoundActor()
713 m_pSoundActor = actor; in AttachSoundActor()
728 NW_ASSERT( actor == m_pSoundActor ); in DetachSoundActor()
731 m_pSoundActor = NULL; in DetachSoundActor()
/NW4C-1.3.3/include/nw/snd/
Dsnd_BasicSound.h410 SoundActor* m_pSoundActor; variable