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