Latest Updates

This commit is contained in:
FlightControl
2016-03-25 14:36:48 +01:00
parent ca4d9f1464
commit 8eab8622c6
11 changed files with 353 additions and 70 deletions

View File

@@ -1,3 +1,6 @@
-------------------------------------------------------------------------------
--- @module DCSTypes
--- Time is given in seconds.
-- @type Time
@@ -228,4 +231,5 @@ AI = {} --#AI
--- An angle type
-- @type Angle
env.info( 'AI types created' )
env.info( 'AI types created' )

20
DCS/land.doclua 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