Sparfell Posted August 18, 2004 Posted August 18, 2004 Hi everybody ... and sorry for not speaking a russian word :oops:. Because the HSI loses any reference to the last waypoint when switching to a combat mode (except in the A10 :shock: ), some friends and I were wondering about the possibility to build an intermim solution (while waiting for a bug fix ;) ) using Lua script. After reading Config/Export/Export.lua, we have some questions : * Are there other exportable datas than the documented ones : LoGetModelTime() -- returns current model time (args - 0, results - 1 (sec)) LoGetMissionStartTime() -- returns mission start time (args - 0, results - 1 (sec)) LoGetPilotName() -- (args - 0, results - 1 (text string)) LoGetIndicatedAirSpeed() -- (args - 0, results - 1 (knots)) LoGetTrueAirSpeed() -- (args - 0, results - 1 (knots)) LoGetAltitudeAboveSeaLevel() -- (args - 0, results - 1 (feet)) LoGetAltitudeAboveGroundLevel() -- (args - 0, results - 1 (feet)) LoGetAngleOfAttack() -- (args - 0, results - 1 (degrees)) LoGetAccelerationUnits() -- (args - 0, results - 1 (G)) LoGetVerticalVelocity() -- (args - 0, results - 1(feet per sec)) LoGetADIPitchBankYaw() -- (args - 0, results - 3 (degrees)) Positions coordinates would be wonderfull, even if they are not mandatory for our project * Are there other undocumented functions ? Thank you for your attention 8) ! Violence is the last refuge of the incompetent. -Isaac Asimov - Foundation
Recommended Posts