Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
sys-post.qh
Go to the documentation of this file.
1#pragma once
2
3#undef sound
4
5var void delete_fn(entity e);
6
7#undef IT_SHOTGUN
8#undef IT_SUPER_SHOTGUN
9#undef IT_NAILGUN
10#undef IT_SUPER_NAILGUN
11#undef IT_GRENADE_LAUNCHER
12#undef IT_ROCKET_LAUNCHER
13#undef IT_LIGHTNING
14#undef IT_EXTRA_WEAPON
15#undef IT_SHELLS
16#undef IT_NAILS
17#undef IT_ROCKETS
18#undef IT_CELLS
19#undef IT_AXE
20#undef IT_ARMOR1
21#undef IT_ARMOR2
22#undef IT_ARMOR3
23#undef IT_SUPERHEALTH
24#undef IT_KEY1
25#undef IT_KEY2
26#undef IT_INVISIBILITY
27#undef IT_INVULNERABILITY
28#undef IT_SUIT
29#undef IT_QUAD
30
31#undef STATE_TOP
32#undef STATE_BOTTOM
33#undef STATE_UP
34#undef STATE_DOWN
35
36#pragma noref 0
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
var void delete_fn(entity e)