Modules

  • index
  • AIBalancer
  • Airbase
  • AirbasePolice
  • Base
  • CARGO
  • CleanUp
  • Client
  • Controllable
  • DCSAirbase
  • DCSCoalitionObject
  • DCSCommand
  • DCSController
  • DCSGroup
  • DCSObject
  • DCSTask
  • DCSTypes
  • DCSUnit
  • DCSWorld
  • DCScountry
  • DCStimer
  • DEPLOYTASK
  • DESTROYBASETASK
  • DESTROYGROUPSTASK
  • DESTROYRADARSTASK
  • DESTROYUNITTYPESTASK
  • Database
  • Detection
  • DetectionManager
  • Escort
  • Event
  • GOHOMETASK
  • Group
  • Identifiable
  • MOVEMENT
  • Menu
  • Message
  • MissileTrainer
  • Mission
  • NOTASK
  • Object
  • PICKUPTASK
  • PatrolZone
  • Point
  • Positionable
  • Process
  • Process_CAS
  • Process_SEAD
  • ROUTETASK
  • STAGE
  • Scheduler
  • Scoring
  • Sead
  • Set
  • Spawn
  • StateMachine
  • Static
  • StaticObject
  • TASK
  • Task
  • Task_Assign
  • Task_CAS
  • Task_Client_Menu
  • Task_Route
  • Task_SEAD
  • Unit
  • Zone
  • env
  • land
  • routines

Module land

Global(s)

land

Type land

land.SurfaceType
land.getHeight(point)

Returns altitude MSL of the point.

land.getSurfaceType(point)

returns surface type at the given point.

Type land.SurfaceType

land.SurfaceType.LAND
land.SurfaceType.ROAD
land.SurfaceType.RUNWAY
land.SurfaceType.SHALLOW_WATER
land.SurfaceType.WATER

Global(s)

#land land

Type land

Field(s)

#land.SurfaceType land.SurfaceType
land.getHeight(point)

Returns altitude MSL of the point.

Parameter

  • #Vec2 point : point on the ground.

Return value

DCSTypes#Distance:

land.getSurfaceType(point)

returns surface type at the given point.

Parameter

  • #Vec2 point : Point on the land.

Return value

#land.SurfaceType:

Type Vec2

Type land.SurfaceType

Field(s)

land.SurfaceType.LAND
land.SurfaceType.ROAD
land.SurfaceType.RUNWAY
land.SurfaceType.SHALLOW_WATER
land.SurfaceType.WATER