Home
last modified time | relevance | path

Searched refs:detail_GetAttachedSound (Results 1 – 10 of 10) sorted by relevance

/NW4C-1.2.23/include/nw/snd/
Dsnd_WaveSoundHandle.h626 internal::WaveSound* detail_GetAttachedSound() { return m_pSound; } in detail_GetAttachedSound() function
629 const internal::WaveSound* detail_GetAttachedSound() const { return m_pSound; } in detail_GetAttachedSound() function
Dsnd_SoundHandle.h627 internal::BasicSound* detail_GetAttachedSound() { return m_pSound; } in detail_GetAttachedSound() function
629 const internal::BasicSound* detail_GetAttachedSound() const { return m_pSound; } in detail_GetAttachedSound() function
Dsnd_StreamSoundHandle.h766 internal::StreamSound* detail_GetAttachedSound() { return m_pSound; } in detail_GetAttachedSound() function
769 const internal::StreamSound* detail_GetAttachedSound() const { return m_pSound; } in detail_GetAttachedSound() function
Dsnd_SequenceSoundHandle.h1041 internal::SequenceSound* detail_GetAttachedSound() { return m_pSound; } in detail_GetAttachedSound() function
1044 const internal::SequenceSound* detail_GetAttachedSound() const { return m_pSound; } in detail_GetAttachedSound() function
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundStartable.cpp144 handle->detail_GetAttachedSound()->SetAutoStopCounter( 1 ); in HoldSound()
157 handle->detail_GetAttachedSound()->SetAutoStopCounter( 1 ); in HoldSound()
Dsnd_Sound3DActor.cpp178 handle->detail_GetAttachedSound()->SetPanCurve( PAN_CURVE_SINCOS ); in SetupSound()
264 handle.detail_GetAttachedSound()->ClearAmbientArgUpdateCallback(); in ClearUpdateCallback()
Dsnd_SequenceSoundHandle.cpp43 ut::DynamicCast<internal::SequenceSound*>( handle->detail_GetAttachedSound() ); in SequenceSoundHandle()
Dsnd_StreamSoundHandle.cpp32 ut::DynamicCast<internal::StreamSound*>( pHandle->detail_GetAttachedSound() ); in StreamSoundHandle()
Dsnd_WaveSoundHandle.cpp33 ut::DynamicCast<internal::WaveSound*>( handle->detail_GetAttachedSound() ); in WaveSoundHandle()
Dsnd_SoundHandle.cpp47 internal::BasicSound* sound = handle->detail_GetAttachedSound(); in detail_DuplicateHandle()