Searched refs:m_pTempSpecialHandle (Results 1 – 9 of 9) sorted by relevance
72 m_pSound->m_pTempSpecialHandle = this; in detail_AttachSoundAsTempHandle()88 if ( m_pSound->m_pTempSpecialHandle == this ) m_pSound->m_pTempSpecialHandle = NULL; in DetachSound()
61 m_pSound->m_pTempSpecialHandle = this; in detail_AttachSoundAsTempHandle()77 if ( m_pSound->m_pTempSpecialHandle == this ) m_pSound->m_pTempSpecialHandle = NULL; in DetachSound()
62 m_pSound->m_pTempSpecialHandle = this; in detail_AttachSoundAsTempHandle()78 if ( m_pSound->m_pTempSpecialHandle == this ) m_pSound->m_pTempSpecialHandle = NULL; in DetachSound()
55 m_pTempSpecialHandle = NULL; in Initialize()179 return m_pTempSpecialHandle != NULL; in IsAttachedTempSpecialHandle()
61 m_pTempSpecialHandle = NULL; in Initialize()252 return m_pTempSpecialHandle != NULL; in IsAttachedTempSpecialHandle()257 m_pTempSpecialHandle->DetachSound(); in DetachTempSpecialHandle()
58 m_pTempSpecialHandle = NULL; in Initialize()820 return m_pTempSpecialHandle != NULL; in IsAttachedTempSpecialHandle()825 m_pTempSpecialHandle->DetachSound(); in DetachTempSpecialHandle()
89 WaveSoundHandle* m_pTempSpecialHandle; variable
97 StreamSoundHandle* m_pTempSpecialHandle; variable
177 SequenceSoundHandle* m_pTempSpecialHandle; variable