Home
last modified time | relevance | path

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

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