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

Go to the source code of this file.

Classes

class  TeslaCoil

Macros

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

Functions

 REGISTER_TURRET (TESLA, NEW(TeslaCoil))

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 tesla.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 ( TESLA ,
NEW(TeslaCoil)  )

References NEW, and REGISTER_TURRET.