Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundHandle.cpp97 m_pSound->m_pGeneralHandle = this; in detail_AttachSound()
113 if ( m_pSound->m_pGeneralHandle == this ) in DetachSound()
115 m_pSound->m_pGeneralHandle = NULL; in DetachSound()
Dsnd_BasicSound.cpp60 m_pGeneralHandle = NULL; in Initialize()
1047 return m_pGeneralHandle != NULL; in IsAttachedGeneralHandle()
1057 m_pGeneralHandle->DetachSound(); in DetachGeneralHandle()
/NW4C-1.2.23/include/nw/snd/
Dsnd_BasicSound.h386 SoundHandle* m_pGeneralHandle; variable