mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
6b995f8b13
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user