This commit is contained in:
Applevangelist
2022-11-17 13:21:57 +01:00
parent 416ea2490c
commit 45b78a2e26
5 changed files with 62 additions and 9 deletions

View File

@@ -6814,7 +6814,7 @@ do -- SET_SCENERY
-- @param Core.Zone#ZONE Zone The zone to be scanned. Can be a ZONE_RADIUS (round) or a ZONE_POLYGON (e.g. Quad-Point)
-- @return #SET_SCENERY
function SET_SCENERY:NewFromZone(Zone)
local zone = Zone -- Core.Zone#ZONE_POLYGON
local zone = Zone -- Core.Zone#ZONE_RADIUS
if type(Zone) == "string" then
zone = ZONE:FindByName(Zone)
end