GROUO correction in class self line 3205

This commit is contained in:
Applevangelist 2025-08-31 13:27:24 +02:00
parent 42ecdd3b14
commit 6c1907f7e0

View File

@ -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