|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Public Member Functions | |
| ATTRIB (GameItem, m_canonical_spawnfunc, string) | |
| the canonical spawnfunc name | |
| ATTRIB (GameItem, m_icon, string) | |
| ATTRIB (GameItem, m_name, string) | |
| ATTRIB (GameItem, m_waypoint, string) | |
| ATTRIB (Pickup, m_iteminit, void(Pickup this, entity item)) | |
| ATTRIB (Pickup, m_model, Model) | |
| ATTRIB (Pickup, m_name, string) | |
| ATTRIB (Pickup, m_pickupanyway, bool) | |
| ATTRIB (Pickup, m_respawntime, float) | |
| ATTRIB (Pickup, m_respawntimejitter, float) | |
| ATTRIB (Pickup, m_skin, int) | |
| ATTRIB (Pickup, netname, string) | |
| virtual void | describe () |
| float (entity player, entity item) m_pickupevalfunc | |
| float | generic_pickupevalfunc (entity player, entity item) |
| virtual void | giveTo () |
| float | Item_GiveTo (entity item, entity player) |
| void | ITEM_HANDLE (Show, GameItem this) |
| bool | ITEM_HANDLE (Pickup, Pickup this, entity item, entity player) |
| virtual void | m_spawnfunc_hookreplace () |
| virtual void | show () |
Public Attributes | |
| int | m_botvalue = 0 |
| vector | m_color = '1 1 1' |
| bool | m_glow = false |
| int | m_id = 0 |
| int | m_itemflags = 0 |
| int | m_itemid = 0 |
| vector | m_maxs = '53 53 68' |
| vector | m_mins = '-53 -53 -57' |
| Sound | m_respawnsound = SND_ITEMRESPAWN |
| Sound | m_sound = SND_ITEMPICKUP |
| int | m_waypointblink = 1 |
References entity().
|
inlinevirtualinherited |
Reimplemented in Powerup.
Definition at line 141 of file item.qh.
References describe(), SUPER, and TC.
Referenced by describe().
References entity(), and generic_pickupevalfunc().
|
virtualinherited |
Reimplemented in WeaponPickup.
Definition at line 9 of file pickup.qc.
References entity(), giveTo(), Inventory_pickupitem(), Item_GiveTo(), and TC.
Referenced by giveTo(), and Item_GiveTo().
References entity().
|
inlinevirtualinherited |
Definition at line 130 of file item.qh.
References entity(), m_spawnfunc_hookreplace(), METHOD, and this.
Referenced by m_spawnfunc_hookreplace().
|
inlinevirtualinherited |
|
inherited |
Definition at line 23 of file pickup.qh.
Referenced by WeaponPickup::WeaponPickup().
|
inherited |
Definition at line 127 of file item.qh.
Referenced by GetAmmoResource(), Item_ItemsTime_SetTime(), and NET_HANDLE().