Go to the source code of this file.
Functions | |
qboolean | visible (edict_t *self, edict_t *other) |
void | hover_sight (edict_t *self, edict_t *other) |
void | hover_search (edict_t *self) |
void | hover_run (edict_t *self) |
void | hover_stand (edict_t *self) |
void | hover_dead (edict_t *self) |
void | hover_attack (edict_t *self) |
void | hover_reattack (edict_t *self) |
void | hover_fire_blaster (edict_t *self) |
void | hover_die (edict_t *self, edict_t *inflictor, edict_t *attacker, int damage, vec3_t point) |
void | hover_walk (edict_t *self) |
void | hover_start_attack (edict_t *self) |
void | hover_pain (edict_t *self, edict_t *other, float kick, int damage) |
void | hover_deadthink (edict_t *self) |
void | SP_monster_hover (edict_t *self) |
void hover_die | ( | edict_t * | self, |
edict_t * | inflictor, | ||
edict_t * | attacker, | ||
int | damage, | ||
vec3_t | point | ||
) |
Definition at line 434 of file m_hover.c.
Definition at line 43 of file m_hover.c.
Referenced by SP_monster_hover().
Definition at line 458 of file m_hover.c.
Referenced by SP_monster_hover().
Definition at line 476 of file m_hover.c.
Referenced by SP_monster_hover().
Definition at line 471 of file m_hover.c.
Referenced by SP_monster_hover().
mframe_t hover_frames_attack1[] |
mframe_t hover_frames_backward[] |
mframe_t hover_frames_death1[] |
mframe_t hover_frames_end_attack[] |
mframe_t hover_frames_land[] |
mframe_t hover_frames_pain2[] |
mframe_t hover_frames_pain3[] |
mframe_t hover_frames_start_attack[] |
mframe_t hover_frames_stop1[] |
mframe_t hover_frames_stop2[] |
mmove_t hover_move_attack1 = {FRAME_attak104, FRAME_attak106, hover_frames_attack1, NULL} |
Definition at line 411 of file m_hover.c.
Referenced by hover_attack(), and hover_reattack().
mmove_t hover_move_backward = {FRAME_backwd01, FRAME_backwd24, hover_frames_backward, NULL} |
mmove_t hover_move_death1 = {FRAME_death101, FRAME_death111, hover_frames_death1, hover_dead} |
Definition at line 366 of file m_hover.c.
Referenced by hover_die().
mmove_t hover_move_end_attack = {FRAME_attak107, FRAME_attak108, hover_frames_end_attack, hover_run} |
Definition at line 419 of file m_hover.c.
Referenced by hover_reattack().
mmove_t hover_move_forward = {FRAME_forwrd01, FRAME_forwrd35, hover_frames_forward, NULL} |
mmove_t hover_move_land = {FRAME_land01, FRAME_land01, hover_frames_land, NULL} |
mmove_t hover_move_pain1 = {FRAME_pain101, FRAME_pain128, hover_frames_pain1, hover_run} |
Definition at line 224 of file m_hover.c.
Referenced by hover_pain().
mmove_t hover_move_pain2 = {FRAME_pain201, FRAME_pain212, hover_frames_pain2, hover_run} |
Definition at line 191 of file m_hover.c.
Referenced by hover_pain().
mmove_t hover_move_pain3 = {FRAME_pain301, FRAME_pain309, hover_frames_pain3, hover_run} |
Definition at line 174 of file m_hover.c.
Referenced by hover_pain().
mmove_t hover_move_run = {FRAME_forwrd01, FRAME_forwrd35, hover_frames_run, NULL} |
Definition at line 350 of file m_hover.c.
Referenced by hover_run().
mmove_t hover_move_stand = {FRAME_stand01, FRAME_stand30, hover_frames_stand, NULL} |
Definition at line 98 of file m_hover.c.
Referenced by hover_run(), hover_stand(), and SP_monster_hover().
mmove_t hover_move_start_attack = {FRAME_attak101, FRAME_attak103, hover_frames_start_attack, hover_attack} |
Definition at line 403 of file m_hover.c.
Referenced by hover_start_attack().
mmove_t hover_move_stop1 = {FRAME_stop101, FRAME_stop109, hover_frames_stop1, NULL} |
mmove_t hover_move_stop2 = {FRAME_stop201, FRAME_stop208, hover_frames_stop2, NULL} |
mmove_t hover_move_takeoff = {FRAME_takeof01, FRAME_takeof30, hover_frames_takeoff, NULL} |
mmove_t hover_move_walk = {FRAME_forwrd01, FRAME_forwrd35, hover_frames_walk, NULL} |
Definition at line 310 of file m_hover.c.
Referenced by hover_walk().
|
static |
Definition at line 36 of file m_hover.c.
Referenced by hover_die(), and SP_monster_hover().
|
static |
Definition at line 37 of file m_hover.c.
Referenced by hover_die(), and SP_monster_hover().
|
static |
Definition at line 34 of file m_hover.c.
Referenced by hover_pain(), and SP_monster_hover().
|
static |
Definition at line 35 of file m_hover.c.
Referenced by hover_pain(), and SP_monster_hover().
|
static |
Definition at line 39 of file m_hover.c.
Referenced by hover_search(), and SP_monster_hover().
|
static |
Definition at line 40 of file m_hover.c.
Referenced by hover_search(), and SP_monster_hover().
|
static |
Definition at line 38 of file m_hover.c.
Referenced by hover_sight(), and SP_monster_hover().