Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
pickup.qc File Reference
#include "pickup.qh"
#include <common/items/inventory.qh>
Include dependency graph for pickup.qc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool ITEM_HANDLE (Pickup, entity this, entity item, entity player)

Function Documentation

◆ ITEM_HANDLE()

bool ITEM_HANDLE ( Pickup ,
entity this,
entity item,
entity player )

Definition at line 5 of file pickup.qc.

5 {
6 return this.giveTo(this, item, player);
7}

References entity().