Home
last modified time | relevance | path

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

/dports/games/vavoom/vavoom-1.33/progs/common/linespec/
H A DOracle.vc75 MaxDropoffHeight = 32.0;
H A DEntityEx.AiUtils.vc1066 if (FloorZ - DropOffZ > MaxDropoffHeight &&
/dports/games/vavoom/vavoom-1.33/source/
H A Dp_entity_world.cpp1348 if ((floorz - tmtrace.DropOffZ > MaxDropoffHeight) && in TryMove()
1359 if (FloorZ - tmtrace.FloorZ > MaxDropoffHeight || in TryMove()
1360 DropOffZ - tmtrace.DropOffZ > MaxDropoffHeight) in TryMove()
2134 front < Origin.z - MaxDropoffHeight) in CheckDropOff()
2140 back < Origin.z - MaxDropoffHeight) in CheckDropOff()
H A Dp_entity.h260 float MaxDropoffHeight; variable
/dports/games/vavoom/vavoom-1.33/progs/common/engine/
H A DEntity.vc318 float MaxDropoffHeight;
842 MaxDropoffHeight = 24.0;