mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
NavyGroup Update
This commit is contained in:
@@ -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
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user