]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon.qh
Add a mutator hook to grappling hook drawing, to allow customising the hook texture...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon.qh
index 99ff42367fe14bbb38e330f2143425e055ea9676..4de39db1772f31ab462467f55a0b76e9f3eeb3ec 100644 (file)
@@ -201,7 +201,7 @@ string W_UndeprecateName(string s);
 string W_NameWeaponOrder(string order);
 string W_NumberWeaponOrder(string order);
 string W_FixWeaponOrder_BuildImpulseList(string o);
-string W_FixWeaponOrder_AllowIncomplete(string order);
+string W_FixWeaponOrder_AllowIncomplete(entity this, string order);
 string W_FixWeaponOrder_ForceComplete(string order);
 void W_RandomWeapons(entity e, float n);