Searched defs:detail_GetAttachedSound (Results 1 – 4 of 4) sorted by relevance
627 internal::BasicSound* detail_GetAttachedSound() { return m_pSound; } in detail_GetAttachedSound() function629 const internal::BasicSound* detail_GetAttachedSound() const { return m_pSound; } in detail_GetAttachedSound() function
626 internal::WaveSound* detail_GetAttachedSound() { return m_pSound; } in detail_GetAttachedSound() function629 const internal::WaveSound* detail_GetAttachedSound() const { return m_pSound; } in detail_GetAttachedSound() function
766 internal::StreamSound* detail_GetAttachedSound() { return m_pSound; } in detail_GetAttachedSound() function769 const internal::StreamSound* detail_GetAttachedSound() const { return m_pSound; } in detail_GetAttachedSound() function
1041 internal::SequenceSound* detail_GetAttachedSound() { return m_pSound; } in detail_GetAttachedSound() function1044 const internal::SequenceSound* detail_GetAttachedSound() const { return m_pSound; } in detail_GetAttachedSound() function