Searched refs:m_pTempGeneralHandle (Results 1 – 3 of 3) sorted by relevance
77 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()
63 m_pTempGeneralHandle = NULL; in Initialize()1119 return m_pTempGeneralHandle != NULL; in IsAttachedTempGeneralHandle()1129 m_pTempGeneralHandle->DetachSound(); in DetachTempGeneralHandle()
410 SoundHandle* m_pTempGeneralHandle; variable