flyInHeight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
<h2 style="color:#000066">''helicopter '''''flyInHeight ''height'''''</h2>
back to [[Scripting_Reference#F|COMREF]]
 
<h2 style="color:#000066">'''''helicopter'' flyInHeight ''height'''''</h2>
 


'''Operand types:'''
'''Operand types:'''


helicopter: [[Object]]
'''helicopter:''' [[Object]]


height: [[Number]]
'''height:''' [[Number]]


'''Type of returned value:'''
'''Type of returned value:'''


Nothing
[[Nothing]]


'''Description:'''
'''Description:'''


Set flying height level for helicopter.
Set flying '''height''' level for '''helicopter'''.
 
Accepted range is 50 to 1000.
Accepted range is 50 to 1000.


'''Example:'''
'''Example:'''


cobraOne '''flyInHeight''' 150
cobraOne '''flyInHeight''' 150


'''Comments'''
'''Comments'''


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.

Revision as of 11:33, 16 April 2006

back to COMREF

helicopter flyInHeight height


Operand types:

helicopter: Object

height: Number

Type of returned value:

Nothing

Description:

Set flying height level for helicopter.

Accepted range is 50 to 1000.


Example:

cobraOne flyInHeight 150


Comments

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