Xonotic
hurt.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #ifdef SVQC
4 const int HURT_SLOW = BIT(4);
5 
6 bool tracebox_hits_trigger_hurt(vector start, vector e_min, vector e_max, vector end);
7 #endif
#define BIT(n)
Only ever assign into the first 24 bits in QC (so max is BIT(23)).
Definition: bits.qh:8
vector(float skel, float bonenum) _skel_get_boneabs_hidden