Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dpassable.cpp85 EX bool strictlyAgainstGravity(cell *w, cell *from, bool revdir, flagtype flags) { in strictlyAgainstGravity() function
169 if(from && strictlyAgainstGravity(w, from, vrevdir, flags) in passable()
H A Denvironment.cpp217 if(param == moIvyRoot && strictlyAgainstGravity(c, c2, false, MF_IVY)) continue; in computePathdist()
H A Dpcmove.cpp1188 if(c2->monst != moFriendlyIvy && strictlyAgainstGravity(c2, cwt.at, false, MF_IVY)) { in handle_friendly_ivy()
H A Dorbs.cpp1333 if(strictlyAgainstGravity(c, cf, false, MF_IVY)) continue; in targetRangedOrb()
H A Dmonstermove.cpp1031 … if(c2 && c2->pathdist < pd && passable(c2, c, 0) && !strictlyAgainstGravity(c2, c, false, MF_IVY)) in moveivy()