|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Public Member Functions | |
| ATTRIB (Mutator, m_icon, string) | |
| ATTRIB (Mutator, m_name, string) | |
| ATTRIB (Mutator, message, string) | |
| ATTRIB (Mutator, mutatorcheck, bool()) | |
| ATTRIB (Mutator, mutatorfunc, mutatorfunc_t) | |
| virtual void | describe () |
| virtual void | display () |
Public Attributes | |
| vector | m_color = '1 1 1' |
| int | m_id = 0 |
| string | message = _("NIX") |
|
inherited |
References ATTRIB().
|
inlinevirtualinherited |
Definition at line 171 of file base.qh.
References describe(), SUPER, and TC.
Referenced by describe().
|
inlinevirtualinherited |