Xonotic
vectormamamam.qh
Go to the documentation of this file.
1 #pragma once
2 
3 const int PROJECT_ON_TARGETNORMAL = BIT(0);
7 
8 const float VECTORMAMAMAM_TIMESTEP = 0.1;
const float VECTORMAMAMAM_TIMESTEP
Definition: vectormamamam.qh:8
const int PROJECT_ON_TARGET3NORMAL
Definition: vectormamamam.qh:5
#define BIT(n)
Only ever assign into the first 24 bits in QC (so max is BIT(23)).
Definition: bits.qh:8
const int PROJECT_ON_TARGETNORMAL
Definition: vectormamamam.qh:3
const int PROJECT_ON_TARGET2NORMAL
Definition: vectormamamam.qh:4
const int PROJECT_ON_TARGET4NORMAL
Definition: vectormamamam.qh:6