mirror of
https://github.com/omltcat/dcs-lua-definitions.git
synced 2025-11-10 15:48:52 +00:00
39 lines
1.2 KiB
Lua
39 lines
1.2 KiB
Lua
---@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
|