Home
last modified time | relevance | path

Searched defs:GetPlayLoopCount (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.3.3/include/nw/snd/
Dsnd_StreamSoundHandle.h702 long GetPlayLoopCount() const in GetPlayLoopCount() function
Dsnd_StreamSoundPlayer.h142 long GetPlayLoopCount() const { return m_ActiveFlag ? m_LoopCounter : -1; } in GetPlayLoopCount() function
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_StreamSound.cpp266 long StreamSound::GetPlayLoopCount() const in GetPlayLoopCount() function in nw::snd::internal::StreamSound