Page MenuHomeFeedback Tracker

Scripting Command Request: "getFlyInHeight", "getFlyInHeightASL"
New, NormalPublic

Description

This is a request for the addition of scripting commands to get the currently set flying altitude of aircraft. These commands would be the complementary getters to the already existent flyInHeight and flyInHeightASL commands. These commands may work as follows:

getFlyInHeight

Description: Returns the flying altitude of the given aircraft relative to the ground surface. Complementary to flyInHeight.

Syntax: getFlyInHeight aircraft

  • aircraft <OBJECT>

Return Value: Flying altitude of the aircraft. <NUMBER>

getFlyInHeightASL

Description: Returns the minimal ASL flying altitude of the given aircraft. Complementary to flyInHeightASL.

Syntax: getFlyInHeightASL aircraft

  • aircraft <OBJECT>

Return Value: Minimal ASL flying altitude of the aircraft [height - careless/safe/aware, height - combat, height - stealth]. <ARRAY>

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Scripting

Event Timeline