AI_CARGO_DISPATCHER

APCs and helos will now obey speeds set by SetPickupSpeed() and SetDeploySpeed().
This commit is contained in:
funkyfranky
2018-07-21 16:32:25 +02:00
parent 53c0599075
commit 6991550d1b
4 changed files with 40 additions and 27 deletions
@@ -25,7 +25,6 @@ AI_CARGO_AIRPLANE = {
-- @param #AI_CARGO_AIRPLANE self
-- @param Wrapper.Group#GROUP Airplane
-- @param Core.Set#SET_CARGO CargoSet
-- @param #number CombatRadius
-- @return #AI_CARGO_AIRPLANE
function AI_CARGO_AIRPLANE:New( Airplane, CargoSet )