Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Applevangelist 2023-01-05 10:59:23 +01:00
commit 6b995f8b13

View File

@ -225,3 +225,10 @@ function SCENERY:FindAllByZoneName( ZoneName )
end end
end end
end end
--- SCENERY objects cannot be destroyed via the API (at the punishment of game crash).
--@param #SCENERY self
--@return #SCENERY self
function SCENERY:Destroy()
return self
end