mirror of
https://github.com/omltcat/dcs-lua-definitions.git
synced 2025-11-10 15:48:52 +00:00
Initial commit
This commit is contained in:
11
library/export/always.lua
Normal file
11
library/export/always.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
---@meta
|
||||
|
||||
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
|
||||
4
library/export/object.lua
Normal file
4
library/export/object.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
---@meta
|
||||
|
||||
function LoGetObjectById() end
|
||||
function LoGetWorldObjects() end
|
||||
38
library/export/ownship.lua
Normal file
38
library/export/ownship.lua
Normal file
@@ -0,0 +1,38 @@
|
||||
---@meta
|
||||
|
||||
function LoGetPlayerPlaneId() end
|
||||
function LoGetIndicatedAirSpeed() end
|
||||
function LoGetAngleOfAttack() end
|
||||
function LoGetAngleOfSideSlip() end
|
||||
function LoGetAccelerationUnits() end
|
||||
function LoGetVerticalVelocity() end
|
||||
function LoGetADIPitchBankYaw() end
|
||||
function LoGetTrueAirSpeed() end
|
||||
function LoGetAltitudeAboveSeaLevel() end
|
||||
function LoGetAltitudeAboveGroundLevel() end
|
||||
function LoGetMachNumber() end
|
||||
function LoGetRadarAltimeter() end
|
||||
function LoGetMagneticYaw() end
|
||||
function LoGetGlideDeviation() end
|
||||
function LoGetSideDeviation() end
|
||||
function LoGetSlipBallPosition() end
|
||||
function LoGetBasicAtmospherePressure() end
|
||||
function LoGetControlPanel_HSI() end
|
||||
function LoGetEngineInfo() end
|
||||
function LoGetSelfData() end
|
||||
function LoGetCameraPosition() end
|
||||
function LoSetCameraPosition() end
|
||||
function LoSetCommand() end
|
||||
function LoGetMCPState() end
|
||||
function LoGetRoute() end
|
||||
function LoGetNavigationInfo() end
|
||||
function LoGetPayloadInfo() end
|
||||
function LoGetWingInfo() end
|
||||
function LoGetMechInfo() end
|
||||
function LoGetRadioBeaconsStatus() end
|
||||
function LoGetVectorVelocity() end
|
||||
function LoGetVectorWindVelocity() end
|
||||
function LoGetSnares() end
|
||||
function LoGetAngularVelocity() end
|
||||
function LoGetHeightWithObjects() end
|
||||
function LoGetFMData() end
|
||||
8
library/export/sensor.lua
Normal file
8
library/export/sensor.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
---@meta
|
||||
|
||||
function LoGetTWSInfo() end
|
||||
function LoGetTargetInformation() end
|
||||
function LoGetLockedTargetInformation() end
|
||||
function LoGetF15_TWS_Contacts() end
|
||||
function LoGetSightingSystemInfo() end
|
||||
function LoGetWingTargets() end
|
||||
Reference in New Issue
Block a user