|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "plasma_weapon.qh"Go to the source code of this file.
Classes | |
| class | DualPlasmaTurret |
| class | PlasmaDualAttack |
Macros | |
| #define | X(BEGIN, P, END, class, prefix) |
Functions | |
| REGISTER_TURRET (PLASMA_DUAL, NEW(DualPlasmaTurret)) | |
| REGISTER_WEAPON (PLASMA_DUAL, NEW(PlasmaDualAttack)) | |
| #define X | ( | BEGIN, | |
| P, | |||
| END, | |||
| class, | |||
| prefix ) |
Definition at line 23 of file plasma_dual.qh.
| REGISTER_TURRET | ( | PLASMA_DUAL | , |
| NEW(DualPlasmaTurret) | ) |
References NEW, and REGISTER_TURRET.
| REGISTER_WEAPON | ( | PLASMA_DUAL | , |
| NEW(PlasmaDualAttack) | ) |
References NEW, and REGISTER_WEAPON.