Updated documentation

This commit is contained in:
FlightControl
2016-04-02 11:13:22 +02:00
parent f806c7c4a5
commit c947f34b0d
71 changed files with 3 additions and 35960 deletions

20
Dcs/DCSland.lua Normal file
View File

@@ -0,0 +1,20 @@
-------------------------------------------------------------------------------
-- @module land
--- @type land
-- @field #land.SurfaceType SurfaceType
--- @type land.SurfaceType
-- @field LAND
-- @field SHALLOW_WATER
-- @field WATER
-- @field ROAD
-- @field RUNWAY
--- Returns altitude MSL of the point.
-- @function [parent=#land] getHeight
-- @param #Vec2 point point on the ground.
-- @return DCSTypes#Distance
land = {} --#land