Go to the source code of this file.
Functions | |
void | SP_monster_makron (edict_t *self) |
qboolean | visible (edict_t *self, edict_t *other) |
void | BossExplode (edict_t *self) |
void | MakronToss (edict_t *self) |
void | jorg_search (edict_t *self) |
void | jorg_dead (edict_t *self) |
void | jorgBFG (edict_t *self) |
void | jorgMachineGun (edict_t *self) |
void | jorg_firebullet (edict_t *self) |
void | jorg_reattack1 (edict_t *self) |
void | jorg_attack1 (edict_t *self) |
void | jorg_idle (edict_t *self) |
void | jorg_step_left (edict_t *self) |
void | jorg_step_right (edict_t *self) |
void | jorg_death_hit (edict_t *self) |
void | jorg_stand (edict_t *self) |
void | jorg_walk (edict_t *self) |
void | jorg_run (edict_t *self) |
void | jorg_pain (edict_t *self, edict_t *other, float kick, int damage) |
void | jorg_firebullet_right (edict_t *self) |
void | jorg_firebullet_left (edict_t *self) |
void | jorg_attack (edict_t *self) |
void | jorg_die (edict_t *self, edict_t *inflictor, edict_t *attacker, int damage, vec3_t point) |
qboolean | Jorg_CheckAttack (edict_t *self) |
void | MakronPrecache (void) |
void | SP_monster_jorg (edict_t *self) |
void BossExplode | ( | edict_t * | self | ) |
Definition at line 569 of file m_supertank.c.
void jorg_attack | ( | edict_t * | self | ) |
void jorg_attack1 | ( | edict_t * | self | ) |
Definition at line 394 of file m_boss31.c.
qboolean Jorg_CheckAttack | ( | edict_t * | self | ) |
Definition at line 567 of file m_boss31.c.
Referenced by SP_monster_jorg().
void jorg_dead | ( | edict_t * | self | ) |
Definition at line 528 of file m_boss31.c.
void jorg_death_hit | ( | edict_t * | self | ) |
Definition at line 141 of file m_boss31.c.
void jorg_firebullet | ( | edict_t * | self | ) |
Definition at line 510 of file m_boss31.c.
void jorg_firebullet_left | ( | edict_t * | self | ) |
Definition at line 494 of file m_boss31.c.
Referenced by jorg_firebullet().
void jorg_firebullet_right | ( | edict_t * | self | ) |
Definition at line 478 of file m_boss31.c.
Referenced by jorg_firebullet().
void jorg_idle | ( | edict_t * | self | ) |
Definition at line 136 of file m_boss31.c.
void jorg_reattack1 | ( | edict_t * | self | ) |
Definition at line 379 of file m_boss31.c.
void jorg_run | ( | edict_t * | self | ) |
void jorg_search | ( | edict_t * | self | ) |
void jorg_stand | ( | edict_t * | self | ) |
Definition at line 158 of file m_boss31.c.
Referenced by SP_monster_jorg().
void jorg_step_left | ( | edict_t * | self | ) |
Definition at line 147 of file m_boss31.c.
void jorg_step_right | ( | edict_t * | self | ) |
Definition at line 152 of file m_boss31.c.
void jorg_walk | ( | edict_t * | self | ) |
Definition at line 222 of file m_boss31.c.
Referenced by SP_monster_jorg().
void jorgBFG | ( | edict_t * | self | ) |
Definition at line 452 of file m_boss31.c.
void jorgMachineGun | ( | edict_t * | self | ) |
Definition at line 762 of file m_boss32.c.
Referenced by SP_monster_jorg(), and SP_monster_makron().
void MakronToss | ( | edict_t * | self | ) |
Definition at line 857 of file m_boss32.c.
void SP_monster_jorg | ( | edict_t * | self | ) |
Definition at line 649 of file m_boss31.c.
void SP_monster_makron | ( | edict_t * | self | ) |
qboolean visible | ( | edict_t * | self, |
edict_t * | other | ||
) |
mframe_t jorg_frames_attack1[] |
Definition at line 361 of file m_boss31.c.
mframe_t jorg_frames_attack2[] |
Definition at line 332 of file m_boss31.c.
mframe_t jorg_frames_death1[] |
Definition at line 278 of file m_boss31.c.
mframe_t jorg_frames_end_attack1[] |
mframe_t jorg_frames_end_walk[] |
mframe_t jorg_frames_pain1[] |
Definition at line 271 of file m_boss31.c.
mframe_t jorg_frames_pain2[] |
Definition at line 264 of file m_boss31.c.
mframe_t jorg_frames_pain3[] |
Definition at line 235 of file m_boss31.c.
mframe_t jorg_frames_run[] |
Definition at line 163 of file m_boss31.c.
mframe_t jorg_frames_stand[] |
Definition at line 81 of file m_boss31.c.
mframe_t jorg_frames_start_attack1[] |
mframe_t jorg_frames_start_walk[] |
mframe_t jorg_frames_walk[] |
Definition at line 194 of file m_boss31.c.
mmove_t jorg_move_attack1 = {FRAME_attak109, FRAME_attak114, jorg_frames_attack1, jorg_reattack1} |
Definition at line 369 of file m_boss31.c.
Referenced by jorg_attack1(), and jorg_reattack1().
mmove_t jorg_move_attack2 = {FRAME_attak201, FRAME_attak213, jorg_frames_attack2, jorg_run} |
Definition at line 347 of file m_boss31.c.
Referenced by jorg_attack().
mmove_t jorg_move_death = {FRAME_death01, FRAME_death50, jorg_frames_death1, jorg_dead} |
Definition at line 330 of file m_boss31.c.
Referenced by jorg_die().
mmove_t jorg_move_end_attack1 = {FRAME_attak115, FRAME_attak118, jorg_frames_end_attack1, jorg_run} |
Definition at line 377 of file m_boss31.c.
Referenced by jorg_reattack1().
mmove_t jorg_move_end_walk = {FRAME_walk20, FRAME_walk25, jorg_frames_end_walk, NULL} |
Definition at line 220 of file m_boss31.c.
mmove_t jorg_move_pain1 = {FRAME_pain101, FRAME_pain103, jorg_frames_pain1, jorg_run} |
Definition at line 276 of file m_boss31.c.
Referenced by jorg_pain().
mmove_t jorg_move_pain2 = {FRAME_pain201, FRAME_pain203, jorg_frames_pain2, jorg_run} |
Definition at line 269 of file m_boss31.c.
Referenced by jorg_pain().
mmove_t jorg_move_pain3 = {FRAME_pain301, FRAME_pain325, jorg_frames_pain3, jorg_run} |
Definition at line 262 of file m_boss31.c.
Referenced by jorg_pain().
mmove_t jorg_move_run = {FRAME_walk06, FRAME_walk19, jorg_frames_run, NULL} |
Definition at line 179 of file m_boss31.c.
Referenced by jorg_run().
mmove_t jorg_move_stand = {FRAME_stand01, FRAME_stand51, jorg_frames_stand, NULL} |
Definition at line 134 of file m_boss31.c.
Referenced by jorg_run(), jorg_stand(), and SP_monster_jorg().
mmove_t jorg_move_start_attack1 = {FRAME_attak101, FRAME_attak108, jorg_frames_start_attack1, jorg_attack1} |
Definition at line 359 of file m_boss31.c.
Referenced by jorg_attack().
mmove_t jorg_move_start_walk = {FRAME_walk01, FRAME_walk05, jorg_frames_start_walk, NULL} |
Definition at line 192 of file m_boss31.c.
mmove_t jorg_move_walk = {FRAME_walk06, FRAME_walk19, jorg_frames_walk, NULL} |
Definition at line 210 of file m_boss31.c.
Referenced by jorg_walk().
|
static |
Definition at line 40 of file m_boss31.c.
Referenced by jorg_attack(), and SP_monster_jorg().
|
static |
Definition at line 41 of file m_boss31.c.
Referenced by jorg_attack(), jorgBFG(), and SP_monster_jorg().
|
static |
Definition at line 36 of file m_boss31.c.
Referenced by jorg_die(), and SP_monster_jorg().
|
static |
Definition at line 45 of file m_boss31.c.
Referenced by jorg_death_hit(), and SP_monster_jorg().
|
static |
Definition at line 42 of file m_boss31.c.
Referenced by SP_monster_jorg().
|
static |
Definition at line 35 of file m_boss31.c.
Referenced by jorg_idle(), and SP_monster_jorg().
|
static |
Definition at line 32 of file m_boss31.c.
Referenced by jorg_pain(), and SP_monster_jorg().
|
static |
Definition at line 33 of file m_boss31.c.
Referenced by jorg_pain(), and SP_monster_jorg().
|
static |
Definition at line 34 of file m_boss31.c.
Referenced by jorg_pain(), and SP_monster_jorg().
|
static |
Definition at line 37 of file m_boss31.c.
Referenced by jorg_search(), and SP_monster_jorg().
|
static |
Definition at line 38 of file m_boss31.c.
Referenced by jorg_search(), and SP_monster_jorg().
|
static |
Definition at line 39 of file m_boss31.c.
Referenced by jorg_search(), and SP_monster_jorg().
|
static |
Definition at line 43 of file m_boss31.c.
Referenced by jorg_step_left(), and SP_monster_jorg().
|
static |
Definition at line 44 of file m_boss31.c.
Referenced by jorg_step_right(), and SP_monster_jorg().