Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundHandle.h201 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
Dsnd_WaveSoundHandle.h204 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
Dsnd_StreamSoundHandle.h200 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
Dsnd_BasicSoundPlayer.h68 bool IsPause() const { return m_PauseFlag; } in IsPause() function
Dsnd_Voice.h143 bool IsPause() const { return m_IsPause == true; } in IsPause() function
Dsnd_SequenceSoundHandle.h198 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
Dsnd_Channel.h128 bool IsPause() const { return m_PauseFlag != 0; } in IsPause() function
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_BasicSound.cpp348 bool BasicSound::IsPause() const in IsPause() function in nw::snd::internal::BasicSound