Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundHandle.h243 int GetRemainingFadeFrames() const in GetRemainingFadeFrames() function
245 if ( IsAttachedSound() ) return m_pSound->GetRemainingFadeFrames(); in GetRemainingFadeFrames()
Dsnd_BasicSound.h322 int GetRemainingFadeFrames() const;
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_BasicSound.cpp778 int BasicSound::GetRemainingFadeFrames() const in GetRemainingFadeFrames() function in nw::snd::internal::BasicSound