Searched refs:m_pTempGeneralHandle (Results 1 – 3 of 3) sorted by relevance
75 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()
61 m_pTempGeneralHandle = NULL; in Initialize()1110 return m_pTempGeneralHandle != NULL; in IsAttachedTempGeneralHandle()1120 m_pTempGeneralHandle->DetachSound(); in DetachTempGeneralHandle()
408 SoundHandle* m_pTempGeneralHandle; variable