]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/weaponsystem.qh
Merge branch 'master' into Mario/vehicles
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / weaponsystem.qh
index 20370d1b834c28283fc126f575005cfca9d09f47..e466449e6e841f2d93a3fa2d86540d508652a2c6 100644 (file)
@@ -18,7 +18,7 @@ void CL_SpawnWeaponentity();
 
 vector CL_Weapon_GetShotOrg(float wpn);
 
-float forbidWeaponUse();
+float forbidWeaponUse(entity player);
 
 void W_AttachToShotorg(entity flash, vector offset);
 
@@ -32,6 +32,8 @@ void W_WeaponFrame();
 
 float W_WeaponRateFactor();
 
+float W_WeaponSpeedFactor();
+
 float weapon_prepareattack(float secondary, float attacktime);
 
 float weapon_prepareattack_check(float secondary, float attacktime);
@@ -40,4 +42,4 @@ float weapon_prepareattack_do(float secondary, float attacktime);
 
 void weapon_thinkf(float fr, float t, void() func);
 
-#endif
\ No newline at end of file
+#endif