Xonotic
all.qh File Reference
#include "vehicle.qh"
#include "vehicle/_mod.qh"
+ Include dependency graph for all.qh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define REGISTER_VEHICLE(id, inst)   REGISTER(Vehicles, VEH, id, vehicleid, inst)
 
#define VEH_LAST   (REGISTRY_COUNT(Vehicles) - 1)
 

Functions

 REGISTER_VEHICLE (Null, NEW(Vehicle))
 

Variables

const int VEH_FIRST = 1
 

Macro Definition Documentation

◆ REGISTER_VEHICLE

#define REGISTER_VEHICLE (   id,
  inst 
)    REGISTER(Vehicles, VEH, id, vehicleid, inst)

Definition at line 12 of file all.qh.

◆ VEH_LAST

#define VEH_LAST   (REGISTRY_COUNT(Vehicles) - 1)

Definition at line 10 of file all.qh.

Function Documentation

◆ REGISTER_VEHICLE()

REGISTER_VEHICLE ( Null  ,
NEW(Vehicle  
)

Variable Documentation

◆ VEH_FIRST

const int VEH_FIRST = 1

Definition at line 9 of file all.qh.