mirror of
https://github.com/omltcat/dcs-lua-definitions.git
synced 2025-11-10 15:48:52 +00:00
27 lines
817 B
Lua
27 lines
817 B
Lua
---@meta
|
|
|
|
---Returns the value of server.advanced.allow_object_export.
|
|
---___
|
|
---@return boolean isAllowed Is object export allowed.
|
|
function LoIsObjectExportAllowed() end
|
|
|
|
---Returns the value of server.advanced.allow_sensor_export.
|
|
---___
|
|
---@return boolean isAllowed Is sensor export allowed.
|
|
function LoIsSensorExportAllowed() end
|
|
|
|
---Returns the value of server.advanced.allow_ownship_export
|
|
---___
|
|
---@return boolean isAllowed Is ownership export allowed.
|
|
function LoIsOwnshipExportAllowed() end
|
|
|
|
function LoGetPilotName() end
|
|
function LoGetAltitude() end
|
|
function LoGetNameByType() end
|
|
function LoGeoCoordinatesToLoCoordinates() end
|
|
function LoCoordinatesToGeoCoordinates() end
|
|
function LoGetVersionInfo() end
|
|
function LoGetWindAtPoint() end
|
|
function LoGetModelTime() end
|
|
function LoGetMissionStartTime() end
|