Home
last modified time | relevance | path

Searched refs:m_pGeneralHandle (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundHandle.cpp99 m_pSound->m_pGeneralHandle = this; in detail_AttachSound()
115 if ( m_pSound->m_pGeneralHandle == this ) in DetachSound()
117 m_pSound->m_pGeneralHandle = NULL; in DetachSound()
Dsnd_BasicSound.cpp62 m_pGeneralHandle = NULL; in Initialize()
1114 return m_pGeneralHandle != NULL; in IsAttachedGeneralHandle()
1124 m_pGeneralHandle->DetachSound(); in DetachGeneralHandle()
/NW4C-2.0.3/include/nw/snd/
Dsnd_BasicSound.h409 SoundHandle* m_pGeneralHandle; variable