Go to the source code of this file.
Functions | |
qboolean | visible (edict_t *self, edict_t *other) |
void | BossExplode (edict_t *self) |
void | TreadSound (edict_t *self) |
void | supertank_search (edict_t *self) |
void | supertank_dead (edict_t *self) |
void | supertankRocket (edict_t *self) |
void | supertankMachineGun (edict_t *self) |
void | supertank_reattack1 (edict_t *self) |
void | supertank_stand (edict_t *self) |
void | supertank_forward (edict_t *self) |
void | supertank_walk (edict_t *self) |
void | supertank_run (edict_t *self) |
void | supertank_pain (edict_t *self, edict_t *other, float kick, int damage) |
void | supertank_attack (edict_t *self) |
void | supertank_die (edict_t *self, edict_t *inflictor, edict_t *attacker, int damage, vec3_t point) |
void | SP_monster_supertank (edict_t *self) |
Definition at line 594 of file m_supertank.c.
Definition at line 672 of file m_supertank.c.
Definition at line 583 of file m_supertank.c.
void supertank_die | ( | edict_t * | self, |
edict_t * | inflictor, | ||
edict_t * | attacker, | ||
int | damage, | ||
vec3_t | point | ||
) |
Definition at line 190 of file m_supertank.c.
Definition at line 441 of file m_supertank.c.
Definition at line 133 of file m_supertank.c.
Referenced by SP_monster_supertank().
Definition at line 195 of file m_supertank.c.
Referenced by SP_monster_supertank().
Definition at line 520 of file m_supertank.c.
Definition at line 494 of file m_supertank.c.
Definition at line 44 of file m_supertank.c.
Definition at line 287 of file g_ai.c.
Referenced by ai_checkattack(), ClientBeginServerFrame(), FindTarget(), M_ReactToDamage(), PlayerTrail_PickFirst(), supertank_reattack1(), tank_reattack_blaster(), tank_refire_rocket(), and turret_driver_think().
|
static |
Definition at line 36 of file m_supertank.c.
Referenced by SP_monster_supertank(), and supertank_die().
|
static |
Definition at line 33 of file m_supertank.c.
Referenced by SP_monster_supertank(), and supertank_pain().
|
static |
Definition at line 34 of file m_supertank.c.
Referenced by SP_monster_supertank(), and supertank_pain().
|
static |
Definition at line 35 of file m_supertank.c.
Referenced by SP_monster_supertank(), and supertank_pain().
|
static |
Definition at line 37 of file m_supertank.c.
Referenced by SP_monster_supertank(), and supertank_search().
|
static |
Definition at line 38 of file m_supertank.c.
Referenced by SP_monster_supertank(), and supertank_search().
mframe_t supertank_frames_attack1[] |
Definition at line 409 of file m_supertank.c.
mframe_t supertank_frames_attack2[] |
Definition at line 377 of file m_supertank.c.
mframe_t supertank_frames_attack3[] |
Definition at line 345 of file m_supertank.c.
mframe_t supertank_frames_attack4[] |
mframe_t supertank_frames_backward[] |
Definition at line 311 of file m_supertank.c.
mframe_t supertank_frames_death1[] |
Definition at line 282 of file m_supertank.c.
mframe_t supertank_frames_end_attack1[] |
Definition at line 421 of file m_supertank.c.
mframe_t supertank_frames_forward[] |
Definition at line 167 of file m_supertank.c.
mframe_t supertank_frames_pain1[] |
mframe_t supertank_frames_pain2[] |
mframe_t supertank_frames_pain3[] |
mframe_t supertank_frames_run[] |
Definition at line 139 of file m_supertank.c.
mframe_t supertank_frames_stand[] |
Definition at line 68 of file m_supertank.c.
mframe_t supertank_frames_turn_left[] |
Definition at line 231 of file m_supertank.c.
mframe_t supertank_frames_turn_right[] |
Definition at line 208 of file m_supertank.c.
mmove_t supertank_move_attack1 = {FRAME_attak1_1, FRAME_attak1_6, supertank_frames_attack1, supertank_reattack1} |
Definition at line 419 of file m_supertank.c.
Referenced by supertank_attack(), and supertank_reattack1().
mmove_t supertank_move_attack2 = {FRAME_attak2_1, FRAME_attak2_27, supertank_frames_attack2, supertank_run} |
Definition at line 407 of file m_supertank.c.
Referenced by supertank_attack().
mmove_t supertank_move_attack3 = {FRAME_attak3_1, FRAME_attak3_27, supertank_frames_attack3, supertank_run} |
Definition at line 375 of file m_supertank.c.
mmove_t supertank_move_attack4 = {FRAME_attak4_1, FRAME_attak4_6, supertank_frames_attack4, supertank_run} |
Definition at line 343 of file m_supertank.c.
mmove_t supertank_move_backward = {FRAME_backwd_1, FRAME_backwd_18, supertank_frames_backward, NULL} |
Definition at line 332 of file m_supertank.c.
mmove_t supertank_move_death = {FRAME_death_1, FRAME_death_24, supertank_frames_death1, supertank_dead} |
Definition at line 309 of file m_supertank.c.
Referenced by supertank_die().
mmove_t supertank_move_end_attack1 = {FRAME_attak1_7, FRAME_attak1_20, supertank_frames_end_attack1, supertank_run} |
Definition at line 438 of file m_supertank.c.
Referenced by supertank_reattack1().
mmove_t supertank_move_forward = {FRAME_forwrd_1, FRAME_forwrd_18, supertank_frames_forward, NULL} |
Definition at line 188 of file m_supertank.c.
Referenced by supertank_forward(), and supertank_walk().
mmove_t supertank_move_pain1 = {FRAME_pain1_1, FRAME_pain1_4, supertank_frames_pain1, supertank_run} |
Definition at line 280 of file m_supertank.c.
Referenced by supertank_pain().
mmove_t supertank_move_pain2 = {FRAME_pain2_5, FRAME_pain2_8, supertank_frames_pain2, supertank_run} |
Definition at line 271 of file m_supertank.c.
Referenced by supertank_pain().
mmove_t supertank_move_pain3 = {FRAME_pain3_9, FRAME_pain3_12, supertank_frames_pain3, supertank_run} |
Definition at line 262 of file m_supertank.c.
Referenced by supertank_pain().
mmove_t supertank_move_run = {FRAME_forwrd_1, FRAME_forwrd_18, supertank_frames_run, NULL} |
Definition at line 160 of file m_supertank.c.
Referenced by supertank_run().
mmove_t supertank_move_stand = {FRAME_stand_1, FRAME_stand_60, supertank_frames_stand, NULL} |
Definition at line 131 of file m_supertank.c.
Referenced by SP_monster_supertank(), supertank_run(), and supertank_stand().
mmove_t supertank_move_turn_left = {FRAME_left_1, FRAME_left_18, supertank_frames_turn_left, supertank_run} |
Definition at line 252 of file m_supertank.c.
mmove_t supertank_move_turn_right = {FRAME_right_1, FRAME_right_18, supertank_frames_turn_right, supertank_run} |
Definition at line 229 of file m_supertank.c.
|
static |
Definition at line 40 of file m_supertank.c.
Referenced by SP_monster_supertank(), and TreadSound().