2024-07-31 21:52:59 -06:00

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