Home
last modified time | relevance | path

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

/dports/games/spring/spring_98.0/rts/Sim/MoveTypes/
H A DMoveType.h45 virtual void SetManeuverLeash(float leashLength) { maneuverLeash = leashLength; } in SetManeuverLeash()
67 float GetManeuverLeash() const { return maneuverLeash; } in GetManeuverLeash()
94 float maneuverLeash; // maximum distance away a target can be and still be chased variable
H A DMoveType.cpp27 CR_MEMBER(maneuverLeash), in CR_BIND_DERIVED_INTERFACE()
49 maneuverLeash(500.0f) in CR_BIND_DERIVED_INTERFACE()