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
2f46a63041
@ -3202,7 +3202,7 @@ end
|
|||||||
--- It will try to find clear ground locations avoiding trees, water, roads, runways, map scenery, statics and other units in the area and modifies the provided positions table.
|
--- It will try to find clear ground locations avoiding trees, water, roads, runways, map scenery, statics and other units in the area and modifies the provided positions table.
|
||||||
--- Maintains the original layout and unit positions as close as possible by searching for the next closest valid position to each unit.
|
--- Maintains the original layout and unit positions as close as possible by searching for the next closest valid position to each unit.
|
||||||
--- Uses UTILS.ValidateAndRepositionGroundUnits.
|
--- Uses UTILS.ValidateAndRepositionGroundUnits.
|
||||||
-- @param #UNIT self
|
-- @param #GROUP self
|
||||||
-- @param #boolean Enabled Enable/disable the feature.
|
-- @param #boolean Enabled Enable/disable the feature.
|
||||||
function GROUP:SetValidateAndRepositionGroundUnits(Enabled)
|
function GROUP:SetValidateAndRepositionGroundUnits(Enabled)
|
||||||
self.ValidateAndRepositionGroundUnits = Enabled
|
self.ValidateAndRepositionGroundUnits = Enabled
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user