X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fitems.qh;h=64d7abd644b5f9de2240e4d1779596c19ccd15e0;hb=4fc59bbd7e2d4f25ba21952ed50ae754295a7faa;hp=62f2d8551e7c58716280895cd8c7bbc0ce531745;hpb=aa4c896acf8088d26fcbd5ff4e3f6e7a0acb0600;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/items.qh b/qcsrc/common/items.qh index 62f2d8551..64d7abd64 100644 --- a/qcsrc/common/items.qh +++ b/qcsrc/common/items.qh @@ -53,7 +53,6 @@ float AMMO_COUNT = 4; // amount of ammo types to show in the inventory panel // variables: string weaponorder_byid; -string weaponorder_byimpulse; // functions: entity get_weaponinfo(float id); @@ -111,3 +110,11 @@ float WEPBIT_ALL; #undef REGISTER_WEAPON ACCUMULATE_FUNCTION(RegisterWeapons, register_weapons_done) + + +string W_FixWeaponOrder(string order, float complete); +string W_NumberWeaponOrder(string order); +string W_NameWeaponOrder(string order); +string W_FixWeaponOrder_BuildImpulseList(string o); +string W_FixWeaponOrder_AllowIncomplete(string order); +string W_FixWeaponOrder_ForceComplete(string order);