Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dgrid.cpp149 bool hasLadderSupport; /**< Indicates if there is a ladder present providing support. */ member in Step
181 …flier(false), hasLadderToClimb(false), hasLadderSupport(false), actorHeight(0), actorCrouchedHeigh… in Step()
361 if (heightChange < -fallingHeight && !hasLadderSupport) { in checkWalkingDirections()
424 } else if (hasLadderSupport) { in checkVerticalDirections()