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 = '41 41 65' |
vector | m_mins = '-41 -41 -31' |
string | monster_name = _("Shambler") |
int | monsterid = 0 |
string | netname = "shambler" |
int | spawnflags = MONSTER_SIZE_BROKEN | MON_FLAG_SUPERMONSTER | MON_FLAG_MELEE | MON_FLAG_RANGED |
Definition at line 9 of file shambler.qh.
|
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.
vector Shambler::m_maxs = '41 41 65' |
Definition at line 12 of file shambler.qh.
vector Shambler::m_mins = '-41 -41 -31' |
Definition at line 11 of file shambler.qh.
string Shambler::monster_name = _("Shambler") |
Definition at line 17 of file shambler.qh.
|
inherited |
Definition at line 32 of file monster.qh.
string Shambler::netname = "shambler" |
Definition at line 16 of file shambler.qh.
int Shambler::spawnflags = MONSTER_SIZE_BROKEN | MON_FLAG_SUPERMONSTER | MON_FLAG_MELEE | MON_FLAG_RANGED |
Definition at line 10 of file shambler.qh.