|
Xonotic
|
#include <common/weapons/_all.qh>
Include dependency graph for raptor_weapons.qh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | RaptorBomb |
| class | RaptorCannon |
| class | RaptorFlare |
Functions | |
| REGISTER_WEAPON (RAPTOR, NEW(RaptorCannon)) | |
| REGISTER_WEAPON (RAPTOR_BOMB, NEW(RaptorBomb)) | |
| REGISTER_WEAPON (RAPTOR_FLARE, NEW(RaptorFlare)) | |
| REGISTER_WEAPON | ( | RAPTOR | , |
| NEW(RaptorCannon) | |||
| ) |
| REGISTER_WEAPON | ( | RAPTOR_BOMB | , |
| NEW(RaptorBomb) | |||
| ) |
| REGISTER_WEAPON | ( | RAPTOR_FLARE | , |
| NEW(RaptorFlare) | |||
| ) |