]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/constants.qh
Merge remote-tracking branch 'origin/terencehill/color_picker_carets'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / constants.qh
1 const float FL_WEAPON = 8192;
2 const float FL_POWERUP = 16384;
3 const float FL_PROJECTILE = 32768;
4 const float FL_TOSSED = 65536;
5 const float FL_NO_WEAPON_STAY = 131072;
6 const float FL_SPAWNING = 262144;
7
8 const float SVC_SOUND = 6;
9 const float SVC_STOPSOUND = 16;
10 const float SVC_SETVIEW = 5;
11
12 const float RESPAWN_FORCE = 1;
13 const float RESPAWN_SILENT = 2;
14
15 #define EFMASK_CHEAP (EF_ADDITIVE | EF_DOUBLESIDED | EF_FULLBRIGHT | EF_NODEPTHTEST | EF_NODRAW | EF_NOGUNBOB | EF_NOSHADOW | EF_LOWPRECISION | EF_SELECTABLE | EF_TELEPORT_BIT)
16
17 const float MSG_ENTITY = 5; // csqc
18
19 const float NUM_PLAYERSKINS_TEAMPLAY = 3;
20
21 const float ASSAULT_VALUE_INACTIVE = 1000;
22
23 const float DOOR_NOSPLASH = 256; // generic anti-splashdamage spawnflag