Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundHandle.cpp75 m_pSound->m_pTempGeneralHandle = this; in detail_AttachSoundAsTempHandle()
117 if ( m_pSound->m_pTempGeneralHandle == this ) in DetachSound()
119 m_pSound->m_pTempGeneralHandle = NULL; in DetachSound()
Dsnd_BasicSound.cpp61 m_pTempGeneralHandle = NULL; in Initialize()
1052 return m_pTempGeneralHandle != NULL; in IsAttachedTempGeneralHandle()
1062 m_pTempGeneralHandle->DetachSound(); in DetachTempGeneralHandle()
/NW4C-1.2.23/include/nw/snd/
Dsnd_BasicSound.h387 SoundHandle* m_pTempGeneralHandle; variable