SKIPPER v0.0.3

This commit is contained in:
Frank
2019-06-12 22:43:13 +02:00
parent 731517dcf2
commit 23bffd8c1d
2 changed files with 68 additions and 19 deletions
@@ -1391,12 +1391,16 @@ function CONTROLLABLE:TaskFireAtPoint( Vec2, Radius, AmmoCount, WeaponType )
-- }
local DCSTask
DCSTask = { id = 'FireAtPoint',
DCSTask = {
id = 'FireAtPoint',
params = {
point = Vec2,
radius = Radius,
expendQty = 100, -- dummy value
expendQtyEnabled = false,
--point = Vec2,
x=Vec2.x,
y=Vec2.y,
zoneRadius=Radius,
expendQty=100,
expendQtyEnabled=false,
templateId="",
}
}