|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Macros | |
| #define | REGISTER_ITEM(id, inst) |
Functions | |
| void | Dump_Items () |
| GENERIC_COMMAND (dumpitems, "Dump all items to the console", false) | |
| string | Item_Model (string item_mdl) |
| STATIC_INIT (default_order_items) | |
| STATIC_INIT (Items) | |
Variables | |
| IntrusiveList | default_order_items |
| #define REGISTER_ITEM | ( | id, | |
| inst ) |
Definition at line 13 of file all.qh.
Referenced by REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), and REGISTER_ITEM().
| void Dump_Items | ( | ) |
Definition at line 3 of file all.qc.
References FOREACH, and ITEM_HANDLE.
Referenced by GENERIC_COMMAND().
Definition at line 36 of file all.qh.
References CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, Dump_Items(), GetProgramCommandPrefix, and LOG_HELP.
Definition at line 8 of file all.qc.
References M_ARGV, MUTATOR_CALLHOOK, and strcat().
| STATIC_INIT | ( | default_order_items | ) |
Definition at line 19 of file all.qh.
References default_order_items, FOREACH, IL_NEW, and IL_PUSH().
| STATIC_INIT | ( | Items | ) |
| IntrusiveList default_order_items |
Definition at line 18 of file all.qh.
Referenced by Scoreboard_ItemStats_Draw(), Scoreboard_ItemStats_WouldDraw(), and STATIC_INIT().