NavyGroup Update

This commit is contained in:
Frank
2020-10-14 00:24:12 +02:00
parent 6c9ce55759
commit 187093fa5a
5 changed files with 204 additions and 80 deletions

View File

@@ -295,7 +295,7 @@ OPSGROUP.version="0.5.0"
--- Create a new OPSGROUP class object.
-- @param #OPSGROUP self
-- @param Wrapper.Group#GROUP Group The group object. Can also be given by its group name as #string.
-- @param Wrapper.Group#GROUP Group The group object. Can also be given by its group name as `#string`.
-- @return #OPSGROUP self
function OPSGROUP:New(Group)
@@ -3167,6 +3167,17 @@ function OPSGROUP:_CheckGroupDone(delay)
end
--- Check ammo is full.
-- @param #OPSGROUP self
-- @return #boolean If true, ammo is full.
function OPSGROUP:_CheckAmmoFull()
for _,_ammo in pairs(self.ammo) do
end
end
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- Status Info Common to Air, Land and Sea
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------