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 = '36 36 50' |
vector | m_mins = '-36 -36 -24' |
string | monster_name = _("Mage") |
int | monsterid = 0 |
string | netname = "mage" |
int | spawnflags = MON_FLAG_MELEE | MON_FLAG_RANGED |
|
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 Mage::spawnflags = MON_FLAG_MELEE | MON_FLAG_RANGED |