Xonotic
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.

Function Documentation

◆ REGISTER_TURRET()

REGISTER_TURRET ( HELLION  ,
NEW(Hellion  
)