Xonotic
|
Public Member Functions | |
ATTRIB (Monster, m_model, entity) | |
model More... | |
virtual void | Monster ::mr_anim () |
(BOTH?) sets animations for monster More... | |
virtual void | Monster ::mr_death () |
(SERVER) called when monster dies More... | |
virtual void | Monster ::mr_pain () |
(SERVER) called when monster is damaged More... | |
virtual void | Monster ::mr_setup () |
(SERVER) setup monster data More... | |
virtual void | Monster ::mr_think () |
(SERVER) logic to run every frame More... | |
Public Attributes | |
vector | m_maxs = '20 20 20' |
vector | m_mins = '-20 -20 -58' |
string | monster_name = _("Wyvern") |
int | monsterid = 0 |
string | netname = "wyvern" |
int | spawnflags = MONSTER_TYPE_FLY | MONSTER_SIZE_BROKEN | MON_FLAG_RANGED | MON_FLAG_RIDE |
|
inlinevirtualinherited |
(BOTH?) sets animations for monster
Definition at line 55 of file monster.qh.
References ENDCLASS, entity(), TC, and vector().
|
inlinevirtualinherited |
(SERVER) called when monster dies
Definition at line 51 of file monster.qh.
References TC.
|
inlinevirtualinherited |
(SERVER) called when monster is damaged
Definition at line 53 of file monster.qh.
References TC.
|
inlinevirtualinherited |
(SERVER) setup monster data
Definition at line 47 of file monster.qh.
References TC.
|
inlinevirtualinherited |
(SERVER) logic to run every frame
Definition at line 49 of file monster.qh.
References TC.
|
inherited |
Definition at line 32 of file monster.qh.
int Wyvern::spawnflags = MONSTER_TYPE_FLY | MONSTER_SIZE_BROKEN | MON_FLAG_RANGED | MON_FLAG_RIDE |