Merge branch 'master' into develop

This commit is contained in:
kaltokri 2024-02-29 19:00:55 +01:00
commit 50e55e1df2

View File

@ -1830,6 +1830,7 @@ end
--- Randomize the positions of the units of the respawned group within the @{Core.Zone}. --- Randomize the positions of the units of the respawned group within the @{Core.Zone}.
-- When a Respawn happens, the units of the group will be placed at random positions within the Zone (selected). -- When a Respawn happens, the units of the group will be placed at random positions within the Zone (selected).
-- NOTE: InitRandomizePositionZone will not ensure, that every unit is placed within the zone!
-- @param #GROUP self -- @param #GROUP self
-- @param #boolean PositionZone true will randomize the positions within the Zone. -- @param #boolean PositionZone true will randomize the positions within the Zone.
-- @return #GROUP self -- @return #GROUP self