|
Xonotic
|
Include dependency graph for all.qh:
This graph shows which files directly or indirectly include this file: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().
Here is the caller graph for this function:Definition at line 36 of file all.qh.
References CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, Dump_Items(), Item_Model(), and LOG_HELP.
Here is the call graph for this function:| STATIC_INIT | ( | Items | ) |
Definition at line 32 of file all.qh.
References Dump_Items(), and FOREACH.
Here is the call graph for this function: