Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_BasicSound.cpp63 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()
/NW4C-1.2.23/include/nw/snd/
Dsnd_BasicSound.h389 SoundActor* m_pSoundActor; variable