mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Warehouse v0.2.6
Several fixes including BoundZone. Warehouse ID is not number not string. Updated Documentation. Fixed bug that invalid requests are not recognized.
This commit is contained in:
parent
b8a83aadb2
commit
64355fb772
File diff suppressed because it is too large
Load Diff
@ -661,8 +661,9 @@ function GROUP:GetDCSUnits()
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
--- Activates a GROUP.
|
--- Activates a late activated GROUP.
|
||||||
-- @param #GROUP self
|
-- @param #GROUP self
|
||||||
|
-- @return #GROUP self
|
||||||
function GROUP:Activate()
|
function GROUP:Activate()
|
||||||
self:F2( { self.GroupName } )
|
self:F2( { self.GroupName } )
|
||||||
trigger.action.activateGroup( self:GetDCSObject() )
|
trigger.action.activateGroup( self:GetDCSObject() )
|
||||||
|
|||||||
@ -54,8 +54,7 @@ end
|
|||||||
|
|
||||||
--- Returns the unit's unique identifier.
|
--- Returns the unit's unique identifier.
|
||||||
-- @param Wrapper.Object#OBJECT self
|
-- @param Wrapper.Object#OBJECT self
|
||||||
-- @return DCS#Object.ID ObjectID
|
-- @return DCS#Object.ID ObjectID or #nil if the DCS Object is not existing or alive. Note that the ID is passed as a string and not a number.
|
||||||
-- @return #nil The DCS Object is not existing or alive.
|
|
||||||
function OBJECT:GetID()
|
function OBJECT:GetID()
|
||||||
|
|
||||||
local DCSObject = self:GetDCSObject()
|
local DCSObject = self:GetDCSObject()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user