flyInHeight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (rem. see also to VBS2 command)
m (Text replace - "</dt>" to "")
Line 35: Line 35:


<dd class="notedate">Posted on August 4, 2006 - 10:50</dd>
<dd class="notedate">Posted on August 4, 2006 - 10:50</dd>
<dt class="note">'''[[User:Hardrock|hardrock]]'''</dt><dd class="note">''Notes from before the conversion:''
<dt class="note">'''[[User:Hardrock|hardrock]]'''<dd class="note">''Notes from before the conversion:''


From version '''1.80+''' - '''flyInHeight''' now affects not only helicopters, but also planes.
From version '''1.80+''' - '''flyInHeight''' now affects not only helicopters, but also planes.
Line 41: Line 41:


<dd class="notedate">Posted on August 4, 2006 - 12:18</dd>
<dd class="notedate">Posted on August 4, 2006 - 12:18</dd>
<dt class="note">'''[[User:UNN|UNN]]'''</dt><dd class="note">
<dt class="note">'''[[User:UNN|UNN]]'''<dd class="note">
A planes flyInHeight, is restricted to a minimum of 20 meters.
A planes flyInHeight, is restricted to a minimum of 20 meters.
</dd>
</dd>


<dd class="notedate">Posted on December 15, 2008 - 19:04</dd>
<dd class="notedate">Posted on December 15, 2008 - 19:04</dd>
<dt class="note">'''[[User:Kronzky|Kronzky]]'''</dt><dd class="note">
<dt class="note">'''[[User:Kronzky|Kronzky]]'''<dd class="note">
A flyInHeight of 0 will keep the chopper pinned to the ground, even when the engines have been started.
A flyInHeight of 0 will keep the chopper pinned to the ground, even when the engines have been started.
</dd>
</dd>


<dd class="notedate">Posted on 00:53, 11 April 2009 (CEST)</dd>
<dd class="notedate">Posted on 00:53, 11 April 2009 (CEST)</dd>
<dt class="note">'''[[User:Jtgibson|Jtgibson]]'''</dt><dd class="note">
<dt class="note">'''[[User:Jtgibson|Jtgibson]]'''<dd class="note">
If a helo has no waypoints, it will assume a low hover without regard to this setting.
If a helo has no waypoints, it will assume a low hover without regard to this setting.
</dd>
</dd>

Revision as of 14:28, 21 October 2011

Hover & click on the images for description

Description

Description:
Sets the flying altitude for aircraft relatively to the ground surface. Avoid too low altitudes, as helicopters and planes won't evade trees and obstacles on the ground. The default flying altitude is 100 meters.
Groups:
Uncategorised

Syntax

Syntax:
aircraft flyInHeight altitude
Parameters:
aircraft: Object
altitude: Number - flying altitude in meters
Return Value:
Nothing

Examples

Example 1:
_helicopter flyInHeight 40

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Posted on August 4, 2006 - 10:50
hardrock
Notes from before the conversion: From version 1.80+ - flyInHeight now affects not only helicopters, but also planes.
Posted on August 4, 2006 - 12:18
UNN
A planes flyInHeight, is restricted to a minimum of 20 meters.
Posted on December 15, 2008 - 19:04
Kronzky
A flyInHeight of 0 will keep the chopper pinned to the ground, even when the engines have been started.
Posted on 00:53, 11 April 2009 (CEST)
Jtgibson
If a helo has no waypoints, it will assume a low hover without regard to this setting.

Bottom Section