Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
hellion.qh File Reference
#include "hellion_weapon.qh"
Include dependency graph for hellion.qh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Hellion

Macros

#define X(BEGIN, P, END, class, prefix)

Functions

 REGISTER_TURRET (HELLION, NEW(Hellion))

Macro Definition Documentation

◆ X

#define X ( BEGIN,
P,
END,
class,
prefix )
Value:
BEGIN(class) \
TR_PROPS_COMMON(P, class, prefix) \
P(class, prefix, shot_speed_gain, float) \
P(class, prefix, shot_speed_max, float) \
END()

Definition at line 16 of file hellion.qh.

16#define X(BEGIN, P, END, class, prefix) \
17 BEGIN(class) \
18 TR_PROPS_COMMON(P, class, prefix) \
19 P(class, prefix, shot_speed_gain, float) \
20 P(class, prefix, shot_speed_max, float) \
21 END()

Function Documentation

◆ REGISTER_TURRET()

REGISTER_TURRET ( HELLION ,
NEW(Hellion)  )

References NEW, and REGISTER_TURRET.