diff --git a/library/export/always.lua b/library/export/always.lua index dba59c3..0a59866 100644 --- a/library/export/always.lua +++ b/library/export/always.lua @@ -1,5 +1,20 @@ ---@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