Go to the source code of this file.
Functions | |
void | insane_fist (edict_t *self) |
void | insane_shake (edict_t *self) |
void | insane_moan (edict_t *self) |
void | insane_scream (edict_t *self) |
void | insane_stand (edict_t *self) |
void | insane_dead (edict_t *self) |
void | insane_cross (edict_t *self) |
void | insane_walk (edict_t *self) |
void | insane_run (edict_t *self) |
void | insane_checkdown (edict_t *self) |
void | insane_checkup (edict_t *self) |
void | insane_onground (edict_t *self) |
void | insane_pain (edict_t *self, edict_t *other, float kick, int damage) |
void | insane_die (edict_t *self, edict_t *inflictor, edict_t *attacker, int damage, vec3_t point) |
void | SP_misc_insane (edict_t *self) |
Definition at line 524 of file m_insane.c.
Definition at line 538 of file m_insane.c.
Definition at line 434 of file m_insane.c.
void insane_die | ( | edict_t * | self, |
edict_t * | inflictor, | ||
edict_t * | attacker, | ||
int | damage, | ||
vec3_t | point | ||
) |
Definition at line 583 of file m_insane.c.
Referenced by SP_misc_insane().
Definition at line 37 of file m_insane.c.
Definition at line 47 of file m_insane.c.
Definition at line 519 of file m_insane.c.
Definition at line 477 of file m_insane.c.
Referenced by SP_misc_insane().
Definition at line 52 of file m_insane.c.
Definition at line 42 of file m_insane.c.
Definition at line 623 of file m_insane.c.
mframe_t insane_frames_crawl[] |
mframe_t insane_frames_crawl_death[] |
mframe_t insane_frames_crawl_pain[] |
mframe_t insane_frames_cross[] |
Definition at line 394 of file m_insane.c.
mframe_t insane_frames_down[] |
Definition at line 198 of file m_insane.c.
mframe_t insane_frames_downtoup[] |
Definition at line 163 of file m_insane.c.
mframe_t insane_frames_jumpdown[] |
mframe_t insane_frames_stand_death[] |
Definition at line 331 of file m_insane.c.
mframe_t insane_frames_stand_insane[] |
Definition at line 79 of file m_insane.c.
mframe_t insane_frames_stand_normal[] |
mframe_t insane_frames_stand_pain[] |
mframe_t insane_frames_struggle_cross[] |
Definition at line 414 of file m_insane.c.
mframe_t insane_frames_uptodown[] |
Definition at line 114 of file m_insane.c.
mframe_t insane_frames_walk_insane[] |
Definition at line 283 of file m_insane.c.
mframe_t insane_frames_walk_normal[] |
Definition at line 264 of file m_insane.c.
mmove_t insane_move_crawl = {FRAME_crawl1, FRAME_crawl9, insane_frames_crawl, NULL} |
Definition at line 365 of file m_insane.c.
Referenced by insane_walk().
mmove_t insane_move_crawl_death = {FRAME_cr_death10, FRAME_cr_death16, insane_frames_crawl_death, insane_dead} |
Definition at line 392 of file m_insane.c.
Referenced by insane_die().
mmove_t insane_move_crawl_pain = {FRAME_cr_pain2, FRAME_cr_pain10, insane_frames_crawl_pain, insane_run} |
Definition at line 380 of file m_insane.c.
Referenced by insane_pain().
mmove_t insane_move_cross = {FRAME_cross1, FRAME_cross15, insane_frames_cross, insane_cross} |
Definition at line 412 of file m_insane.c.
Referenced by insane_cross(), and insane_stand().
mmove_t insane_move_down = {FRAME_stand100, FRAME_stand160, insane_frames_down, insane_onground} |
Definition at line 262 of file m_insane.c.
Referenced by insane_onground(), insane_run(), insane_stand(), and insane_walk().
mmove_t insane_move_downtoup = {FRAME_stand41, FRAME_stand59, insane_frames_downtoup, insane_stand} |
Definition at line 185 of file m_insane.c.
Referenced by insane_checkup().
mmove_t insane_move_jumpdown = {FRAME_stand96, FRAME_stand100, insane_frames_jumpdown, insane_onground} |
Definition at line 195 of file m_insane.c.
Referenced by insane_checkdown().
mmove_t insane_move_run_insane = {FRAME_walk1, FRAME_walk26, insane_frames_walk_insane, insane_run} |
Definition at line 313 of file m_insane.c.
Referenced by insane_run().
mmove_t insane_move_run_normal = {FRAME_walk27, FRAME_walk39, insane_frames_walk_normal, insane_run} |
Definition at line 281 of file m_insane.c.
Referenced by insane_run().
mmove_t insane_move_runcrawl = {FRAME_crawl1, FRAME_crawl9, insane_frames_crawl, NULL} |
Definition at line 366 of file m_insane.c.
Referenced by insane_run().
mmove_t insane_move_stand_death = {FRAME_st_death2, FRAME_st_death18, insane_frames_stand_death, insane_dead} |
Definition at line 351 of file m_insane.c.
Referenced by insane_die().
mmove_t insane_move_stand_insane = {FRAME_stand65, FRAME_stand94, insane_frames_stand_insane, insane_stand} |
Definition at line 112 of file m_insane.c.
Referenced by insane_stand().
mmove_t insane_move_stand_normal = {FRAME_stand60, FRAME_stand65, insane_frames_stand_normal, insane_stand} |
Definition at line 77 of file m_insane.c.
Referenced by insane_stand(), and SP_misc_insane().
mmove_t insane_move_stand_pain = {FRAME_st_pain2, FRAME_st_pain12, insane_frames_stand_pain, insane_run} |
Definition at line 329 of file m_insane.c.
Referenced by insane_pain().
mmove_t insane_move_struggle_cross = {FRAME_cross16, FRAME_cross30, insane_frames_struggle_cross, insane_cross} |
Definition at line 432 of file m_insane.c.
Referenced by insane_cross(), and insane_pain().
mmove_t insane_move_uptodown = {FRAME_stand1, FRAME_stand40, insane_frames_uptodown, insane_onground} |
Definition at line 160 of file m_insane.c.
Referenced by insane_checkdown().
mmove_t insane_move_walk_insane = {FRAME_walk1, FRAME_walk26, insane_frames_walk_insane, insane_walk} |
Definition at line 312 of file m_insane.c.
Referenced by insane_walk().
mmove_t insane_move_walk_normal = {FRAME_walk27, FRAME_walk39, insane_frames_walk_normal, insane_walk} |
Definition at line 280 of file m_insane.c.
Referenced by insane_walk().
|
static |
Definition at line 32 of file m_insane.c.
Referenced by insane_fist(), and SP_misc_insane().
|
static |
Definition at line 34 of file m_insane.c.
Referenced by insane_moan(), and SP_misc_insane().
|
static |
Definition at line 35 of file m_insane.c.
Referenced by insane_scream(), and SP_misc_insane().
|
static |
Definition at line 33 of file m_insane.c.
Referenced by insane_shake(), and SP_misc_insane().