Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_BasicSound.cpp65 m_pSoundActor = NULL; in Initialize()
487 if ( m_pSoundActor != NULL ) in Update()
489 m_ActorParam = m_pSoundActor->detail_GetActorParam(); in Update()
718 NW_ASSERT( m_pSoundActor == NULL ); in AttachSoundActor()
720 m_pSoundActor = actor; in AttachSoundActor()
735 NW_ASSERT( actor == m_pSoundActor ); in DetachSoundActor()
738 m_pSoundActor = NULL; in DetachSoundActor()
/NW4C-2.0.3/include/nw/snd/
Dsnd_BasicSound.h412 SoundActor* m_pSoundActor; variable