mirror of
https://github.com/omltcat/dcs-lua-definitions.git
synced 2025-11-10 15:48:52 +00:00
Added export 'is allowed' functions.
This commit is contained in:
parent
aba46d2578
commit
0e8da8e2b3
@ -1,5 +1,20 @@
|
|||||||
---@meta
|
---@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 LoGetPilotName() end
|
||||||
function LoGetAltitude() end
|
function LoGetAltitude() end
|
||||||
function LoGetNameByType() end
|
function LoGetNameByType() end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user