|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Functions | |
| void | ewheel_draw (entity this) |
| void | ewheel_findtarget (entity this) |
| void | ewheel_move_enemy (entity this) |
| void | ewheel_move_idle (entity this) |
| void | ewheel_move_path (entity this) |
| spawnfunc (turret_ewheel) | |
Definition at line 217 of file ewheel.qc.
References angles, entity(), fixedmakevectors(), GetResource(), move_time, origin, random(), randomvec(), time, tur_head, and velocity.
Definition at line 112 of file ewheel.qc.
References entity(), find(), LOG_TRACE, NULL, origin, pathcurrent, pathgoal, pathlib_astar(), target, and targetname.
Definition at line 59 of file ewheel.qc.
References autocvar_g_turrets_unit_ewheel_speed_fast, autocvar_g_turrets_unit_ewheel_speed_slow, autocvar_g_turrets_unit_ewheel_speed_slower, autocvar_g_turrets_unit_ewheel_speed_stop, enemy, entity(), ewheel_anim_bck_slow, ewheel_anim_fwd_fast, ewheel_anim_fwd_slow, ewheel_anim_stop, movelib_brake_simple(), movelib_move_simple, moveto, origin, steerlib_arrive(), steerto, tur_dist_enemy, tur_head, turrets_setframe(), and v_forward.
Definition at line 99 of file ewheel.qc.
References anim_start_time, autocvar_g_turrets_unit_ewheel_speed_stop, entity(), frame, movelib_brake_simple(), SendFlags, time, TNSF_ANIM, and velocity.
Definition at line 17 of file ewheel.qc.
References autocvar_g_turrets_unit_ewheel_speed_fast, entity(), movelib_move_simple, moveto, NULL, pathcurrent, pathgoal, pathlib_astar(), pathlib_deletepath(), steerlib_attract2(), steerto, turret_closetotarget(), and v_forward.
| spawnfunc | ( | turret_ewheel | ) |
| float autocvar_g_turrets_unit_ewheel_speed_fast |
Definition at line 5 of file ewheel.qc.
Referenced by ewheel_move_enemy(), and ewheel_move_path().
| float autocvar_g_turrets_unit_ewheel_speed_slow |
Definition at line 6 of file ewheel.qc.
Referenced by ewheel_move_enemy().
| float autocvar_g_turrets_unit_ewheel_speed_slower |
Definition at line 7 of file ewheel.qc.
Referenced by ewheel_move_enemy().
| float autocvar_g_turrets_unit_ewheel_speed_stop |
Definition at line 8 of file ewheel.qc.
Referenced by ewheel_move_enemy(), and ewheel_move_idle().
| const int ewheel_anim_bck_slow = 3 |
Definition at line 14 of file ewheel.qc.
Referenced by ewheel_move_enemy().
| const int ewheel_anim_fwd_fast = 2 |
Definition at line 13 of file ewheel.qc.
Referenced by ewheel_move_enemy().
| const int ewheel_anim_fwd_slow = 1 |
Definition at line 12 of file ewheel.qc.
Referenced by ewheel_move_enemy().
| const int ewheel_anim_stop = 0 |
Definition at line 11 of file ewheel.qc.
Referenced by ewheel_move_enemy().