Fixed weaponexpend problem for gunterlund in AI_CAS.

-- The attack sequence was commented out. Put it back in.
-- Fixed documentation order glitch.
-- Documented the usage of AI.Task.WeaponExpend
-- Deleted weaponType from Controller Task
This commit is contained in:
FlightControl
2017-03-18 07:42:41 +01:00
parent 80ba6bf40d
commit d216fc96da
18 changed files with 191 additions and 97 deletions

View File

@@ -563,7 +563,6 @@ function CONTROLLABLE:TaskAttackUnit( AttackUnit, GroupAttack, WeaponExpend, Att
altitude = Altitude or 30,
attackQtyLimit = AttackQty and true or false,
attackQty = AttackQty,
weaponType = 1073741822,
},
}