Home
last modified time | relevance | path

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

/NW4C-1.3.3/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()
1105 return m_pGeneralHandle != NULL; in IsAttachedGeneralHandle()
1115 m_pGeneralHandle->DetachSound(); in DetachGeneralHandle()
/NW4C-1.3.3/include/nw/snd/
Dsnd_BasicSound.h407 SoundHandle* m_pGeneralHandle; variable