Go to the source code of this file.
Functions | |
void | tank_refire_rocket (edict_t *self) |
void | tank_doattack_rocket (edict_t *self) |
void | tank_reattack_blaster (edict_t *self) |
void | tank_sight (edict_t *self, edict_t *other) |
void | tank_footstep (edict_t *self) |
void | tank_thud (edict_t *self) |
void | tank_windup (edict_t *self) |
void | tank_idle (edict_t *self) |
void | tank_stand (edict_t *self) |
void | tank_walk (edict_t *self) |
void | tank_run (edict_t *self) |
void | tank_pain (edict_t *self, edict_t *other, float kick, int damage) |
void | TankBlaster (edict_t *self) |
void | TankStrike (edict_t *self) |
void | TankRocket (edict_t *self) |
void | TankMachineGun (edict_t *self) |
void | tank_poststrike (edict_t *self) |
void | tank_attack (edict_t *self) |
void | tank_dead (edict_t *self) |
void | tank_die (edict_t *self, edict_t *inflictor, edict_t *attacker, int damage, vec3_t point) |
void | SP_monster_tank (edict_t *self) |
Definition at line 70 of file m_tank.c.
Referenced by SP_monster_tank().
Definition at line 49 of file m_tank.c.
Referenced by SP_monster_tank().
Definition at line 115 of file m_tank.c.
Referenced by SP_monster_tank().
Definition at line 167 of file m_tank.c.
Referenced by SP_monster_tank().
Definition at line 387 of file m_tank.c.
|
static |
Definition at line 39 of file m_tank.c.
Referenced by SP_monster_tank(), and tank_die().
|
static |
Definition at line 38 of file m_tank.c.
Referenced by SP_monster_tank(), and tank_idle().
|
static |
Definition at line 37 of file m_tank.c.
Referenced by SP_monster_tank(), and tank_pain().
|
static |
Definition at line 41 of file m_tank.c.
Referenced by SP_monster_tank(), and tank_sight().
|
static |
Definition at line 40 of file m_tank.c.
Referenced by SP_monster_tank(), and tank_footstep().
|
static |
Definition at line 43 of file m_tank.c.
Referenced by SP_monster_tank(), and TankStrike().
|
static |
Definition at line 36 of file m_tank.c.
Referenced by SP_monster_tank(), and tank_thud().
|
static |
Definition at line 42 of file m_tank.c.
Referenced by SP_monster_tank(), and tank_windup().
mframe_t tank_frames_attack_blast[] |
mframe_t tank_frames_attack_fire_rocket[] |
mframe_t tank_frames_attack_post_blast[] |
mframe_t tank_frames_attack_post_rocket[] |
mframe_t tank_frames_attack_pre_rocket[] |
mframe_t tank_frames_pain1[] |
mframe_t tank_frames_pain2[] |
mframe_t tank_frames_pain3[] |
mframe_t tank_frames_reattack_blast[] |
mframe_t tank_frames_run[] |
mframe_t tank_frames_start_run[] |
mframe_t tank_frames_start_walk[] |
mframe_t tank_frames_stop_run[] |
mframe_t tank_frames_stop_walk[] |
mframe_t tank_frames_walk[] |
mmove_t tank_move_attack_blast = {FRAME_attak101, FRAME_attak116, tank_frames_attack_blast, tank_reattack_blaster} |
Definition at line 443 of file m_tank.c.
Referenced by tank_attack().
mmove_t tank_move_attack_chain = {FRAME_attak401, FRAME_attak429, tank_frames_attack_chain, tank_run} |
Definition at line 634 of file m_tank.c.
Referenced by tank_attack().
mmove_t tank_move_attack_fire_rocket = {FRAME_attak322, FRAME_attak330, tank_frames_attack_fire_rocket, tank_refire_rocket} |
Definition at line 570 of file m_tank.c.
Referenced by tank_doattack_rocket(), and tank_refire_rocket().
mmove_t tank_move_attack_post_blast = {FRAME_attak117, FRAME_attak122, tank_frames_attack_post_blast, tank_run} |
Definition at line 465 of file m_tank.c.
Referenced by tank_reattack_blaster().
mmove_t tank_move_attack_post_rocket = {FRAME_attak331, FRAME_attak353, tank_frames_attack_post_rocket, tank_run} |
Definition at line 600 of file m_tank.c.
Referenced by tank_refire_rocket().
mmove_t tank_move_attack_pre_rocket = {FRAME_attak301, FRAME_attak321, tank_frames_attack_pre_rocket, tank_doattack_rocket} |
Definition at line 556 of file m_tank.c.
Referenced by tank_attack().
mmove_t tank_move_attack_strike = {FRAME_attak201, FRAME_attak238, tank_frames_attack_strike, tank_poststrike} |
Definition at line 528 of file m_tank.c.
Referenced by tank_attack().
mmove_t tank_move_death = {FRAME_death101, FRAME_death132, tank_frames_death1, tank_dead} |
Definition at line 751 of file m_tank.c.
Referenced by tank_die().
mmove_t tank_move_pain1 = {FRAME_pain101, FRAME_pain104, tank_frames_pain1, tank_run} |
Definition at line 254 of file m_tank.c.
Referenced by tank_pain().
mmove_t tank_move_pain2 = {FRAME_pain201, FRAME_pain205, tank_frames_pain2, tank_run} |
Definition at line 264 of file m_tank.c.
Referenced by tank_pain().
mmove_t tank_move_pain3 = {FRAME_pain301, FRAME_pain316, tank_frames_pain3, tank_run} |
Definition at line 285 of file m_tank.c.
Referenced by tank_pain().
mmove_t tank_move_reattack_blast = {FRAME_attak111, FRAME_attak116, tank_frames_reattack_blast, tank_reattack_blaster} |
Definition at line 454 of file m_tank.c.
Referenced by tank_reattack_blaster().
mmove_t tank_move_run = {FRAME_walk05, FRAME_walk20, tank_frames_run, NULL} |
Definition at line 207 of file m_tank.c.
Referenced by tank_run().
mmove_t tank_move_stand = {FRAME_stand01, FRAME_stand30, tank_frames_stand, NULL} |
Definition at line 113 of file m_tank.c.
Referenced by SP_monster_tank(), tank_run(), and tank_stand().
mmove_t tank_move_start_run = {FRAME_walk01, FRAME_walk04, tank_frames_start_run, tank_run} |
Definition at line 186 of file m_tank.c.
Referenced by tank_run().
mmove_t tank_move_start_walk = {FRAME_walk01, FRAME_walk04, tank_frames_start_walk, tank_walk} |
mmove_t tank_move_stop_run = {FRAME_walk21, FRAME_walk25, tank_frames_stop_run, tank_walk} |
mmove_t tank_move_stop_walk = {FRAME_walk21, FRAME_walk25, tank_frames_stop_walk, tank_stand} |
mmove_t tank_move_walk = {FRAME_walk05, FRAME_walk20, tank_frames_walk, NULL} |
Definition at line 155 of file m_tank.c.
Referenced by tank_run(), and tank_walk().