This commit is contained in:
Frank
2019-09-21 00:02:10 +02:00
parent b0b8d81e5c
commit 8880bf8587
4 changed files with 288 additions and 27 deletions
+1 -1
View File
@@ -562,7 +562,7 @@ do -- COORDINATE
--- Return the height of the land at the coordinate.
-- @param #COORDINATE self
-- @return #number
-- @return #number Land height (ASL) in meters.
function COORDINATE:GetLandHeight()
local Vec2 = { x = self.x, y = self.z }
return land.getHeight( Vec2 )