From 04f8f6d512fa7e297fa9ac829ff01514ea8cfa97 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Mon, 6 Jan 2025 17:32:29 +0100 Subject: [PATCH] xx --- Moose Development/Moose/Core/Spawn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moose Development/Moose/Core/Spawn.lua b/Moose Development/Moose/Core/Spawn.lua index 887da36a8..89ff4d9fa 100644 --- a/Moose Development/Moose/Core/Spawn.lua +++ b/Moose Development/Moose/Core/Spawn.lua @@ -3817,7 +3817,7 @@ end --- Private method that randomizes the @{Core.Zone}s where the Group will be spawned. -- @param #SPAWN self -- @param #number SpawnIndex -.. @param #boolean RandomizePositionInZone If nil or true, also the position inside the selected random zone will be randomized. Set to false to use the center of the zone. +-- @param #boolean RandomizePositionInZone If nil or true, also the position inside the selected random zone will be randomized. Set to false to use the center of the zone. -- @return #SPAWN self function SPAWN:_RandomizeZones( SpawnIndex, RandomizePositionInZone) --self:F( { self.SpawnTemplatePrefix, SpawnIndex, self.SpawnRandomizeZones } )