]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/sys-post.qh
Merge branch 'master' into Mario/killsound
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / sys-post.qh
1 #pragma once
2
3 #undef droptofloor
4 #undef sound
5 #undef cvar_set
6 #undef cvar_string
7 #undef cvar
8
9 var float(string name) cvar;
10 var string(string name) cvar_string;
11 var void(string name, string value) cvar_set;
12 var void delete_fn(entity e);
13
14 #undef IT_SHOTGUN
15 #undef IT_SUPER_SHOTGUN
16 #undef IT_NAILGUN
17 #undef IT_SUPER_NAILGUN
18 #undef IT_GRENADE_LAUNCHER
19 #undef IT_ROCKET_LAUNCHER
20 #undef IT_LIGHTNING
21 #undef IT_EXTRA_WEAPON
22 #undef IT_SHELLS
23 #undef IT_NAILS
24 #undef IT_ROCKETS
25 #undef IT_CELLS
26 #undef IT_AXE
27 #undef IT_ARMOR1
28 #undef IT_ARMOR2
29 #undef IT_ARMOR3
30 #undef IT_SUPERHEALTH
31 #undef IT_KEY1
32 #undef IT_KEY2
33 #undef IT_INVISIBILITY
34 #undef IT_INVULNERABILITY
35 #undef IT_SUIT
36 #undef IT_QUAD
37
38 #pragma noref 0