|
Xonotic
|
Include dependency graph for jetpack.qh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Jetpack |
| class | JetpackRegen |
Functions | |
| REGISTER_ITEM (Jetpack, Jetpack) | |
| REGISTER_ITEM (JetpackFuel, Ammo) | |
| REGISTER_ITEM (JetpackRegen, JetpackRegen) | |
Variables | |
| int | m_itemid |
Definition at line 30 of file jetpack.qh.
References ITEM_FLAG_NORMAL, m_itemid, m_name, netname, and spawnflags.
| REGISTER_ITEM | ( | JetpackFuel | , |
| Ammo | |||
| ) |
Definition at line 64 of file jetpack.qh.
References ITEM_FLAG_NORMAL, ITEM_FLAG_RESOURCE, m_name, netname, and spawnflags.
| REGISTER_ITEM | ( | JetpackRegen | , |
| JetpackRegen | |||
| ) |
Definition at line 89 of file jetpack.qh.
References ITEM_FLAG_NORMAL, m_name, netname, and spawnflags.
| int m_itemid |
Definition at line 11 of file jetpack.qh.
Referenced by REGISTER_ITEM().