Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dnnexts.h256 int randomGetDataValue(XSPRITE* pXSprite, int randType);
H A Dnnexts.cpp762 int randomGetDataValue(XSPRITE* pXSprite, int randType) { in randomGetDataValue() function
807 …while ((selected = randomGetDataValue(pXSource, kRandomizeItem)) == prevItem) if (maxRetries-- <= … in randomDropPickupObject()
842 if ((selected = randomGetDataValue(pXSource, kRandomizeDude)) > 0) in randomSpawnDude()
4787 if ((tx = randomGetDataValue(pXSource, kRandomizeTX)) > 0 && tx != pXSource->txID) in useRandomTx()