Home
last modified time | relevance | path

Searched refs:GetLoopCount (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_AnimSound.h401 int detail_GetLoopCount() const { return m_Impl.GetLoopCount(); } in detail_GetLoopCount()
Dsnd_AnimSoundImpl.h89 int GetLoopCount() const { return IsAvailable() ? m_LoopCounter : 0; } in GetLoopCount() function