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

Go to the source code of this file.

Functions

 spawnfunc (turret_machinegun)

Function Documentation

◆ spawnfunc()

spawnfunc ( turret_machinegun )

Definition at line 5 of file machinegun.qc.

6{
7 if (!turret_initialize(this, TUR_MACHINEGUN))
8 delete(this);
9}
bool turret_initialize(entity this, Turret tur)

References turret_initialize().