Xonotic
|
Go to the source code of this file.
Macros | |
#define | REGISTER_ITEM(id, class) REGISTER(Items, ITEM, id, m_id, NEW(class)) |
Functions | |
void | Dump_Items () |
GENERIC_COMMAND (dumpitems, "Dump all items to the console", false) | |
STATIC_INIT (Items) | |
void Dump_Items | ( | ) |
Definition at line 3 of file all.qc.
References FOREACH, and ITEM_HANDLE.
Referenced by GENERIC_COMMAND(), and STATIC_INIT().
Definition at line 36 of file all.qh.
References CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, Dump_Items(), Item_Model(), and LOG_HELP.
STATIC_INIT | ( | Items | ) |
Definition at line 32 of file all.qh.
References Dump_Items(), and FOREACH.