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

Go to the source code of this file.

Classes

class  MachineGunTurret

Macros

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

Functions

 REGISTER_TURRET (MACHINEGUN, NEW(MachineGunTurret))

Macro Definition Documentation

◆ X

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

Definition at line 16 of file machinegun.qh.

16#define X(BEGIN, P, END, class, prefix) \
17 BEGIN(class) \
18 TR_PROPS_COMMON(P, class, prefix) \
19 END()

Function Documentation

◆ REGISTER_TURRET()

REGISTER_TURRET ( MACHINEGUN ,
NEW(MachineGunTurret)  )

References NEW, and REGISTER_TURRET.