mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
d3ba0bbb22
@ -302,8 +302,8 @@
|
|||||||
--
|
--
|
||||||
-- Initial Spawn states is as follows:
|
-- Initial Spawn states is as follows:
|
||||||
-- GROUND: ROE, "Return Fire" Alarm, "Green"
|
-- GROUND: ROE, "Return Fire" Alarm, "Green"
|
||||||
-- AIR: ROE, "Return Fire" Reaction to Threat, "Passive Defense"
|
-- AIR: ROE, "Return Fire" Reaction to Threat, "Passive Defense"
|
||||||
-- NAVAL ROE, "Return Fire" Alarm,"N/A"
|
-- NAVAL ROE, "Return Fire" Alarm,"N/A"
|
||||||
--
|
--
|
||||||
-- A request can be added by the @{#WAREHOUSE.AddRequest}(*warehouse*, *AssetDescriptor*, *AssetDescriptorValue*, *nAsset*, *TransportType*, *nTransport*, *Prio*, *Assignment*) function.
|
-- A request can be added by the @{#WAREHOUSE.AddRequest}(*warehouse*, *AssetDescriptor*, *AssetDescriptorValue*, *nAsset*, *TransportType*, *nTransport*, *Prio*, *Assignment*) function.
|
||||||
-- The parameters are
|
-- The parameters are
|
||||||
|
|||||||
@ -1416,7 +1416,7 @@ end
|
|||||||
-- @param #CONTROLLABLE self
|
-- @param #CONTROLLABLE self
|
||||||
-- @param Core.Zone#ZONE Zone The zone where to land.
|
-- @param Core.Zone#ZONE Zone The zone where to land.
|
||||||
-- @param #number Duration The duration in seconds to stay on the ground.
|
-- @param #number Duration The duration in seconds to stay on the ground.
|
||||||
-- @return #CONTROLLABLE self
|
-- @return DCS#Task The DCS task structure.
|
||||||
function CONTROLLABLE:TaskLandAtZone( Zone, Duration, RandomPoint )
|
function CONTROLLABLE:TaskLandAtZone( Zone, Duration, RandomPoint )
|
||||||
|
|
||||||
-- Get landing point
|
-- Get landing point
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user