Home
last modified time | relevance | path

Searched defs:detail_GetAttachedSound (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundHandle.h647 internal::BasicSound* detail_GetAttachedSound() { return m_pSound; } in detail_GetAttachedSound() function
649 const internal::BasicSound* detail_GetAttachedSound() const { return m_pSound; } in detail_GetAttachedSound() function
Dsnd_WaveSoundHandle.h639 internal::WaveSound* detail_GetAttachedSound() { return m_pSound; } in detail_GetAttachedSound() function
642 const internal::WaveSound* detail_GetAttachedSound() const { return m_pSound; } in detail_GetAttachedSound() function
Dsnd_StreamSoundHandle.h782 internal::StreamSound* detail_GetAttachedSound() { return m_pSound; } in detail_GetAttachedSound() function
785 const internal::StreamSound* detail_GetAttachedSound() const { return m_pSound; } in detail_GetAttachedSound() function
Dsnd_SequenceSoundHandle.h1057 internal::SequenceSound* detail_GetAttachedSound() { return m_pSound; } in detail_GetAttachedSound() function
1060 const internal::SequenceSound* detail_GetAttachedSound() const { return m_pSound; } in detail_GetAttachedSound() function