Home
last modified time | relevance | path

Searched defs:IsPause (Results 1 – 8 of 8) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundHandle.h209 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
Dsnd_WaveSoundHandle.h211 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
Dsnd_StreamSoundHandle.h208 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
Dsnd_BasicSoundPlayer.h71 bool IsPause() const { return m_PauseFlag; } in IsPause() function
Dsnd_Voice.h145 bool IsPause() const { return m_IsPause == true; } in IsPause() function
Dsnd_SequenceSoundHandle.h206 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
Dsnd_Channel.h130 bool IsPause() const { return m_PauseFlag != 0; } in IsPause() function
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_BasicSound.cpp366 bool BasicSound::IsPause() const in IsPause() function in nw::snd::internal::BasicSound