]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - data/qcsrc/server/g_grabber.qh
Set good crosshair defaults for the new crosshairs
[voretournament/voretournament.git] / data / qcsrc / server / g_grabber.qh
1 // Wazat's grabber\r
2 .entity         grabber;\r
3 void GrabberFrame();\r
4 void RemoveGrabber(entity pl);\r
5 void SetGrabberBindings();\r
6 // (note: you can change the grabber impulse #'s to whatever you please)\r
7 .float grabber_time;\r
8 \r
9 float GRABBER_FIRING = 1;\r
10 float GRABBER_REMOVING = 2;\r
11 float GRABBER_PULLING = 4;\r
12 float GRABBER_RELEASING = 8;\r
13 float GRABBER_WAITING_FOR_RELEASE = 16;\r
14 .float grabber_state;\r
15 \r
16 void GrabberInit();\r
17 vector grabber_shotorigin;\r