|
Xonotic
|
This graph shows which files directly or indirectly include this file: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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| vector steerto |
Definition at line 3 of file steerlib.qh.
Referenced by Monster_Move().