Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/demos/
DFFConsoleDemo.cpp651 for (size_t nEffInd = 0; nEffInd < _vecEffects.size(); nEffInd++) in checkPlayableEffects() local
653 const Effect::EForce eForce = _vecEffects[nEffInd]->getFFEffect()->force; in checkPlayableEffects()
654 const Effect::EType eType = _vecEffects[nEffInd]->getFFEffect()->type; in checkPlayableEffects()
657 _vecPlayableEffectInd.push_back(nEffInd); in checkPlayableEffects()
725 void printEffect(size_t nEffInd) in printEffect() argument
727 cout << "* #" << nEffInd << " : " << _vecEffects[nEffInd]->getDescription() << endl; in printEffect()
732 for (size_t nEffInd = 0; nEffInd < _vecEffects.size(); nEffInd++) in printEffects() local
733 printEffect(nEffInd); in printEffects()