Xonotic
|
Go to the source code of this file.
Functions | |
vector | steerlib_arrive (entity this, vector point, float maximal_distance) |
Pull toward a point, The further away, the stronger the pull. More... | |
vector | steerlib_attract2 (entity this, vector point, float min_influense, float max_distance, float max_influense) |
Variables | |
vector | steerto |
Pull toward a point, The further away, the stronger the pull.
Definition at line 27 of file steerlib.qc.
References bound(), direction, normalize(), origin, vector(), and vlen().
Referenced by steerlib_flock(), steerlib_flock2d(), and steerlib_swarm().
vector steerlib_attract2 | ( | entity | this, |
vector | point, | ||
float | min_influense, | ||
float | max_distance, | ||
float | max_influense | ||
) |
Definition at line 45 of file steerlib.qc.
References bound(), direction, normalize(), origin, vector(), and vlen().
Referenced by Monster_Move().
vector steerto |
Definition at line 3 of file steerlib.qh.
Referenced by Monster_Move().