Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundHandle.cpp77 m_pSound->m_pTempGeneralHandle = this; in detail_AttachSoundAsTempHandle()
119 if ( m_pSound->m_pTempGeneralHandle == this ) in DetachSound()
121 m_pSound->m_pTempGeneralHandle = NULL; in DetachSound()
Dsnd_BasicSound.cpp63 m_pTempGeneralHandle = NULL; in Initialize()
1119 return m_pTempGeneralHandle != NULL; in IsAttachedTempGeneralHandle()
1129 m_pTempGeneralHandle->DetachSound(); in DetachTempGeneralHandle()
/NW4C-2.0.3/include/nw/snd/
Dsnd_BasicSound.h410 SoundHandle* m_pTempGeneralHandle; variable