msfs-simconnect-api-wrapper
Advanced tools
Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "msfs-simconnect-api-wrapper", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "A convenient SimConnect API for playing with Microsoft Flight Simulator 2020", | ||
@@ -5,0 +5,0 @@ "main": "msfs-api.js", |
@@ -135,3 +135,3 @@ // see https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Aircraft_SimVars/Aircraft_Control_Variables.htm | ||
units: `number`, | ||
...dataType(`Int32`, SETTABLE), | ||
...dataType(`Int32`), | ||
}, | ||
@@ -141,3 +141,3 @@ "FLAPS HANDLE INDEX:index": { | ||
units: `number`, | ||
...dataType(`Int32`), | ||
...dataType(`Int32`, SETTABLE), | ||
}, | ||
@@ -144,0 +144,0 @@ "FLAPS HANDLE PERCENT": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package