Preparing search index...
The search index is not available
DCS World Typescript
DCS World Typescript
@flying-dice/tslua-dcs-mission-types
exports/land.export
_land
Interface _land
Version
2.9.10.4160
No Self
interface
_land
{
SurfaceType
:
{
LAND
:
number
;
ROAD
:
number
;
RUNWAY
:
number
;
SHALLOW_WATER
:
number
;
WATER
:
number
;
}
;
findPathOnRoads
(
...
args
:
any
[]
)
:
unknown
;
getClosestPointOnRoads
(
...
args
:
any
[]
)
:
unknown
;
getHeight
(
...
args
:
any
[]
)
:
unknown
;
getIP
(
...
args
:
any
[]
)
:
unknown
;
getSurfaceHeightWithSeabed
(
...
args
:
any
[]
)
:
unknown
;
getSurfaceType
(
...
args
:
any
[]
)
:
unknown
;
isVisible
(
...
args
:
any
[]
)
:
unknown
;
profile
(
...
args
:
any
[]
)
:
unknown
;
}
Hierarchy (
View Summary
)
_land
l_land
Index
Properties
Surface
Type
Methods
find
Path
On
Roads
get
Closest
Point
On
Roads
get
Height
getIP
get
Surface
Height
With
Seabed
get
Surface
Type
is
Visible
profile
Properties
Surface
Type
SurfaceType
:
{
LAND
:
number
;
ROAD
:
number
;
RUNWAY
:
number
;
SHALLOW_WATER
:
number
;
WATER
:
number
;
}
Methods
find
Path
On
Roads
findPathOnRoads
(
...
args
:
any
[]
)
:
unknown
Parameters
...
args
:
any
[]
Returns
unknown
get
Closest
Point
On
Roads
getClosestPointOnRoads
(
...
args
:
any
[]
)
:
unknown
Parameters
...
args
:
any
[]
Returns
unknown
get
Height
getHeight
(
...
args
:
any
[]
)
:
unknown
Parameters
...
args
:
any
[]
Returns
unknown
getIP
getIP
(
...
args
:
any
[]
)
:
unknown
Parameters
...
args
:
any
[]
Returns
unknown
get
Surface
Height
With
Seabed
getSurfaceHeightWithSeabed
(
...
args
:
any
[]
)
:
unknown
Parameters
...
args
:
any
[]
Returns
unknown
get
Surface
Type
getSurfaceType
(
...
args
:
any
[]
)
:
unknown
Parameters
...
args
:
any
[]
Returns
unknown
is
Visible
isVisible
(
...
args
:
any
[]
)
:
unknown
Parameters
...
args
:
any
[]
Returns
unknown
profile
profile
(
...
args
:
any
[]
)
:
unknown
Parameters
...
args
:
any
[]
Returns
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Surface
Type
Methods
find
Path
On
Roads
get
Closest
Point
On
Roads
get
Height
getIP
get
Surface
Height
With
Seabed
get
Surface
Type
is
Visible
profile
DCS World Typescript
Loading...
Version
2.9.10.4160
No Self