]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/cl_impulse.qh
Merge branch 'master' into Mario/bulldozer
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_impulse.qh
1 #ifndef CL_IMPULSE_H
2 #define CL_IMPULSE_H
3
4 /*
5  * Impulse map:
6  *
7  * 0 reserved (no input)
8  * 1 to 9, 14: weapon shortcuts
9  * 10: next weapon according to linear list
10  * 11: most recently used weapon
11  * 12: previous weapon according to linear list
12  * 13: best weapon according to priority list
13  * 15: next weapon according to priority list
14  * 16: previous weapon according to priority list
15  * 17: throw weapon
16  * 18: next weapon according to sbar_hudselector 1 list
17  * 19: previous weapon according to sbar_hudselector 1 list
18  * 20: reload if needed
19  *
20  * 30 to 39: create waypoints
21  * 47: clear personal waypoints
22  * 48: clear team waypoints
23  *
24  * 99: loaded
25  *
26  * 140: moving clone
27  * 141: ctf speedrun
28  * 142: fixed clone
29  * 143: emergency teleport
30  * 148: unfairly eliminate
31  *
32  * TODO:
33  * 200 to 209: prev weapon shortcuts
34  * 210 to 219: best weapon shortcuts
35  * 220 to 229: next weapon shortcuts
36  * 230 to 253: individual weapons (up to 24)
37  */
38
39 void ImpulseCommands ();
40 #endif