|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Public Member Functions | |
| ATTRIB (Monster, m_icon, string) | |
| icon | |
| ATTRIB (Monster, m_model, entity) | |
| model | |
| virtual void | describe () |
| virtual void | display () |
| virtual void | mr_anim () |
| (BOTH?) sets animations for monster | |
| virtual void | mr_deadthink () |
| (SERVER) logic to run every frame after the monster has died | |
| virtual void | mr_death () |
| (SERVER) called when monster dies | |
| virtual void | mr_pain () |
| (SERVER) called when monster is damaged | |
| virtual void | mr_setup () |
| (SERVER) setup monster data | |
| virtual void | mr_think () |
| (SERVER) logic to run every frame | |
Public Attributes | |
| vector | m_color = '1 1 1' |
| color | |
| bool | m_hidden = true |
| vector | m_maxs = '0 0 0' |
| hitbox size | |
| vector | m_mins = '-0 -0 -0' |
| hitbox size | |
| string | m_name = _("Monster") |
| human readable name | |
| int | monsterid = 0 |
| string | netname = "" |
| short name | |
| int | spawnflags = 0 |
| attributes | |
|
inlinevirtualinherited |
Definition at line 67 of file monster.qh.
References describe(), SUPER, and TC.
Referenced by describe().
|
inlinevirtualinherited |
|
inlinevirtualinherited |
(BOTH?) sets animations for monster
Definition at line 65 of file monster.qh.
References entity(), mr_anim(), and TC.
Referenced by Monster_UpdateModel(), monsters_animoverride(), and mr_anim().
|
inlinevirtualinherited |
(SERVER) logic to run every frame after the monster has died
Definition at line 59 of file monster.qh.
References entity(), mr_deadthink(), and TC.
Referenced by Monster_Dead_Think(), and mr_deadthink().
|
inlinevirtualinherited |
(SERVER) called when monster dies
Definition at line 61 of file monster.qh.
References entity(), mr_death(), and TC.
Referenced by Monster_Dead(), and mr_death().
|
inlinevirtualinherited |
(SERVER) called when monster is damaged
Definition at line 63 of file monster.qh.
References entity(), mr_pain(), and TC.
Referenced by Monster_Damage(), and mr_pain().
|
inlinevirtualinherited |
(SERVER) setup monster data
Definition at line 55 of file monster.qh.
References entity(), METHOD, mr_setup(), TC, and this.
Referenced by Monster_Spawn_Setup(), and mr_setup().
|
inlinevirtualinherited |
(SERVER) logic to run every frame
Definition at line 57 of file monster.qh.
References entity(), mr_think(), and TC.
Referenced by Monster_Think(), and mr_think().
|
inherited |
color
Definition at line 44 of file monster.qh.
|
inherited |
hitbox size
Definition at line 52 of file monster.qh.
Referenced by invasion_SpawnChosenMonster(), and Monster_Spawn().
|
inherited |
hitbox size
Definition at line 50 of file monster.qh.
Referenced by invasion_SpawnChosenMonster(), and Monster_Spawn().
|
inherited |
human readable name
Definition at line 40 of file monster.qh.
Referenced by display(), and Monster_Spawn().
|
inherited |
Definition at line 36 of file monster.qh.
|
inherited |
|
inherited |