Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_AnimSoundFile.h120 nw::ut::ResU8 loopInterval; // loopCount 以降で再生するループ間隔 member
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_AnimSoundImpl.cpp765 if ( info.loopInterval == 0 ) in IsPlayableLoopCount()
778 if ( ( loopCounter - loopOffset ) % info.loopInterval != 0 ) in IsPlayableLoopCount()