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

Go to the source code of this file.

Macros

#define TARGET_TELEPORTER_KEEP_SPEED   BIT(0)
#define TELEPORT_KEEP_SPEED   BIT(1)
#define TELEPORT_OBSERVERS_ONLY   BIT(0)

Macro Definition Documentation

◆ TARGET_TELEPORTER_KEEP_SPEED

#define TARGET_TELEPORTER_KEEP_SPEED   BIT(0)

Definition at line 11 of file teleport.qh.

◆ TELEPORT_KEEP_SPEED

#define TELEPORT_KEEP_SPEED   BIT(1)

Definition at line 8 of file teleport.qh.

◆ TELEPORT_OBSERVERS_ONLY

#define TELEPORT_OBSERVERS_ONLY   BIT(0)

Definition at line 7 of file teleport.qh.

Referenced by Teleport_Active().