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

Go to the source code of this file.

Variables

const int GRAVITY_START_DISABLED = BIT(1)
const int GRAVITY_STICKY = BIT(0)

Variable Documentation

◆ GRAVITY_START_DISABLED

const int GRAVITY_START_DISABLED = BIT(1)

Definition at line 5 of file gravity.qh.

Referenced by spawnfunc().

◆ GRAVITY_STICKY

const int GRAVITY_STICKY = BIT(0)

Definition at line 4 of file gravity.qh.

Referenced by trigger_gravity_touch().