|
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 () |
| void (Pickup def, entity item) m_iteminit | |
Public Attributes | |
| int | m_botvalue = 11000 |
| string | m_canonical_spawnfunc = "item_invisibility" |
| vector | m_color = '0.5 0.5 1' |
| bool | m_glow = true |
| string | m_icon = "buff_invisible" |
| int | m_id = 0 |
| int | m_itemflags = FL_POWERUP |
| int | m_itemid = IT_INVISIBILITY |
| vector | m_maxs = ITEM_L_MAXS |
| vector | m_mins = ITEM_D_MINS |
| Model | m_model = MDL_BUFF |
| string | m_name = _("Invisibility") |
| Sound | m_respawnsound = SND_STRENGTH_RESPAWN |
| float | m_respawntime = autocvar_g_pickup_respawntime_powerup |
| float | m_respawntimejitter = autocvar_g_pickup_respawntimejitter_powerup |
| int | m_skin = 12 |
| Sound | m_sound = SND_Invisibility |
| string | m_waypoint = _("Invisibility") |
| int | m_waypointblink = 2 |
| string | netname = "invisibility" |
| int | spawnflags = ITEM_FLAG_NORMAL |
Definition at line 32 of file invisibility.qh.
References entity().
|
inlinevirtualinherited |
Reimplemented from GameItem.
Definition at line 19 of file powerups.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 |
References entity(), and powerup_invisibility_init().
|
inherited |
Definition at line 13 of file powerups.qh.
| string InvisibilityItem::m_canonical_spawnfunc = "item_invisibility" |
Definition at line 33 of file invisibility.qh.
| vector InvisibilityItem::m_color = '0.5 0.5 1' |
Definition at line 49 of file invisibility.qh.
Definition at line 43 of file invisibility.qh.
| string InvisibilityItem::m_icon = "buff_invisible" |
Definition at line 48 of file invisibility.qh.
|
inherited |
Definition at line 127 of file item.qh.
Referenced by GetAmmoResource(), Item_ItemsTime_SetTime(), and NET_HANDLE().
|
inherited |
Definition at line 14 of file powerups.qh.
| int InvisibilityItem::m_itemid = IT_INVISIBILITY |
Definition at line 39 of file invisibility.qh.
|
inherited |
Definition at line 12 of file powerups.qh.
|
inherited |
| Model InvisibilityItem::m_model = MDL_BUFF |
Definition at line 40 of file invisibility.qh.
| string InvisibilityItem::m_name = _("Invisibility") |
Definition at line 47 of file invisibility.qh.
| Sound InvisibilityItem::m_respawnsound = SND_STRENGTH_RESPAWN |
Definition at line 44 of file invisibility.qh.
|
inherited |
Definition at line 15 of file powerups.qh.
|
inherited |
Definition at line 16 of file powerups.qh.
| int InvisibilityItem::m_skin = 12 |
Definition at line 41 of file invisibility.qh.
| Sound InvisibilityItem::m_sound = SND_Invisibility |
Definition at line 42 of file invisibility.qh.
| string InvisibilityItem::m_waypoint = _("Invisibility") |
Definition at line 50 of file invisibility.qh.
| int InvisibilityItem::m_waypointblink = 2 |
Definition at line 51 of file invisibility.qh.
| string InvisibilityItem::netname = "invisibility" |
Definition at line 46 of file invisibility.qh.
| int InvisibilityItem::spawnflags = ITEM_FLAG_NORMAL |
Definition at line 38 of file invisibility.qh.