#SCENERY - explain destroy doesn't work

This commit is contained in:
Applevangelist 2023-01-05 10:58:36 +01:00
parent c3fde2b698
commit 8cedd88ce2

View File

@ -225,3 +225,10 @@ function SCENERY:FindAllByZoneName( ZoneName )
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