Xonotic
|
Go to the source code of this file.
Classes | |
class | Monster |
Functions | |
bool (int, entity actor, entity targ,.entity weaponentity) monster_attackfunc | |
Variables | |
vector | anim_blockend |
vector | anim_blockstart |
vector | anim_melee1 |
vector | anim_melee2 |
vector | anim_melee3 |
vector | anim_spawn |
vector | anim_walk |
const int | MON_FLAG_CRUSH = BIT(11) |
const int | MON_FLAG_HIDDEN = BIT(16) |
const int | MON_FLAG_MELEE = BIT(10) |
const int | MON_FLAG_RANGED = BIT(9) |
const int | MON_FLAG_RIDE = BIT(12) |
const int | MON_FLAG_SUPERMONSTER = BIT(8) |
const int | MONSTER_RESPAWN_DEATHPOINT = BIT(4) |
const int | MONSTER_SIZE_BROKEN = BIT(7) |
const int | MONSTER_SIZE_QUAKE = BIT(13) |
const int | MONSTER_TYPE_FLY = BIT(5) |
const int | MONSTER_TYPE_PASSIVE = BIT(14) |
const int | MONSTER_TYPE_SWIM = BIT(6) |
const int | MONSTER_TYPE_UNDEAD = BIT(15) |
entity | monsterdef |
vector anim_blockend |
Definition at line 23 of file monster.qh.
vector anim_blockstart |
Definition at line 24 of file monster.qh.
vector anim_melee1 |
Definition at line 25 of file monster.qh.
vector anim_melee2 |
Definition at line 26 of file monster.qh.
vector anim_melee3 |
Definition at line 27 of file monster.qh.
vector anim_spawn |
Definition at line 29 of file monster.qh.
vector anim_walk |
Definition at line 28 of file monster.qh.
Referenced by Monster_Move(), Monster_Move_2D(), and monsters_animoverride().
Definition at line 11 of file monster.qh.
Definition at line 16 of file monster.qh.
Referenced by getmonsterlist(), invasion_PickMonster(), and spawnmonster().
Definition at line 10 of file monster.qh.
Definition at line 9 of file monster.qh.
Referenced by Monster_ValidTarget().
Definition at line 12 of file monster.qh.
Definition at line 8 of file monster.qh.
Referenced by Invasion_CheckWinner(), invasion_PickMonster(), and MUTATOR_HOOKFUNCTION().
Definition at line 4 of file monster.qh.
Referenced by Monster_Dead_Fade().
Definition at line 7 of file monster.qh.
Referenced by Monster_Spawn().
Definition at line 13 of file monster.qh.
Referenced by invasion_PickMonster(), and Monster_Spawn().
Definition at line 5 of file monster.qh.
Referenced by invasion_PickMonster(), and Monster_Spawn().
Definition at line 14 of file monster.qh.
Referenced by invasion_PickMonster(), and spawnmonster().
Definition at line 6 of file monster.qh.
Referenced by invasion_PickMonster(), and Monster_Spawn().
Definition at line 15 of file monster.qh.
Referenced by invasion_PickMonster().
entity monsterdef |
Definition at line 20 of file monster.qh.
Referenced by Monster_Appear(), Monster_Appear_Check(), Monster_Damage(), Monster_Dead(), Monster_Respawn(), Monster_Sounds_Precache(), Monster_Spawn(), Monster_Spawn_Setup(), Monster_Think(), Monster_UpdateModel(), and Monster_ValidTarget().