Home
last modified time | relevance | path

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

/NW4C-1.3.3/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()
1110 return m_pTempGeneralHandle != NULL; in IsAttachedTempGeneralHandle()
1120 m_pTempGeneralHandle->DetachSound(); in DetachTempGeneralHandle()
/NW4C-1.3.3/include/nw/snd/
Dsnd_BasicSound.h408 SoundHandle* m_pTempGeneralHandle; variable