Home
last modified time | relevance | path

Searched refs:GetRemainingPauseFadeFrames (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundHandle.h277 int GetRemainingPauseFadeFrames() const in GetRemainingPauseFadeFrames() function
279 if ( IsAttachedSound() ) return m_pSound->GetRemainingPauseFadeFrames(); in GetRemainingPauseFadeFrames()
Dsnd_BasicSound.h325 int GetRemainingPauseFadeFrames() const;
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_BasicSound.cpp799 int BasicSound::GetRemainingPauseFadeFrames() const in GetRemainingPauseFadeFrames() function in nw::snd::internal::BasicSound