|
Xonotic
|
Include dependency graph for nades.qh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Nade |
Macros | |
| #define | REGISTER_NADE(id) REGISTER(Nades, NADE_TYPE, id, m_id, NEW(Nade)) |
Functions | |
| Nade | Nade_FromProjectile (int proj) |
| REGISTER_NADE (Null) | |
Variables | |
| float | orb_lifetime |
| float | orb_radius |
| const int | PROJECTILE_NADE = 71 |
| const int | PROJECTILE_NADE_BURN = 72 |
| const int | PROJECTILE_NADE_ENTRAP = 84 |
| const int | PROJECTILE_NADE_ENTRAP_BURN = 85 |
| const int | PROJECTILE_NADE_HEAL = 80 |
| const int | PROJECTILE_NADE_HEAL_BURN = 81 |
| const int | PROJECTILE_NADE_ICE = 76 |
| const int | PROJECTILE_NADE_ICE_BURN = 77 |
| const int | PROJECTILE_NADE_MONSTER = 82 |
| const int | PROJECTILE_NADE_MONSTER_BURN = 83 |
| const int | PROJECTILE_NADE_NAPALM = 73 |
| const int | PROJECTILE_NADE_NAPALM_BURN = 74 |
| const int | PROJECTILE_NADE_SPAWN = 79 |
| const int | PROJECTILE_NADE_TRANSLOCATE = 78 |
| const int | PROJECTILE_NADE_VEIL = 86 |
| const int | PROJECTILE_NADE_VEIL_BURN = 87 |
| const int | PROJECTILE_NAPALM_FOUNTAIN = 75 |
Definition at line 94 of file nades.qh.
Referenced by Nade::Nade ::display().
| REGISTER_NADE | ( | Null | ) |
| const int PROJECTILE_NADE = 71 |
Definition at line 72 of file nades.qh.
Referenced by REGISTER_NADE().
| const int PROJECTILE_NADE_BURN = 72 |
Definition at line 73 of file nades.qh.
Referenced by REGISTER_NADE().