Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dgrid.cpp152 int actorCrouchedHeight; member in Step
181 … hasLadderToClimb(false), hasLadderSupport(false), actorHeight(0), actorCrouchedHeight(0), routing( in Step()
197 actorCrouchedHeight = ModelCeilingToQuant((float)(PLAYER_CROUCHING_HEIGHT)); in init()
280 && passageHeight >= actorCrouchedHeight) { /* and passage is tall enough for crouching ? */ in checkWalkingDirections()