]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/vehicles/vehicles.qh
Fix FL_WEAPON flag overlapping FL_JUMPRELEASED. This unintentional change was introdu...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / vehicles.qh
1 #pragma once
2
3 #ifdef GAMEQC
4 float force_fromtag_power;
5 float force_fromtag_normpower;
6 vector force_fromtag_origin;
7
8 float vehicle_altitude(entity this, float amax);
9
10 vector vehicles_force_fromtag_hover(entity this, string tag_name, float spring_length, float max_power);
11
12 vector vehicles_force_fromtag_maglev(entity this, string tag_name, float spring_length, float max_power);
13 #endif