mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
New revised CLEANUP class
This commit is contained in:
@@ -279,6 +279,14 @@ do -- COORDINATE
|
||||
|
||||
return RandomVec3
|
||||
end
|
||||
|
||||
--- Return the height of the land at the coordinate.
|
||||
-- @param #COORDINATE self
|
||||
-- @return #number
|
||||
function COORDINATE:GetLandHeight()
|
||||
local Vec2 = { x = self.x, y = self.z }
|
||||
return land.getHeight( Vec2 )
|
||||
end
|
||||
|
||||
|
||||
function COORDINATE:SetHeading( Heading )
|
||||
|
||||
Reference in New Issue
Block a user