land: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|LAND]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|LAND]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|LAND]]
[[Category:Scripting Commands ArmA|LAND]]


| ofp |= Game name


<h2 style="color:#000066">'''''helicopter'' land ''mode'''''</h2>
|1.00|= Game version
____________________________________________________________________________________________


| Force helicopter landing. Landing mode may be:
* '''"LAND"''' (complete stop)
* '''"GET IN"''' (hovering very low, for another unit to get in)
* '''"GET OUT"''' (hovering low,for another unit to get out)
|= Description
____________________________________________________________________________________________


'''Operand types:'''
| helicopter '''land''' mode |= Syntax


'''helicopter:''' [[Object]]
|p1= helicopter: [[Object]] |= Parameter 1


'''mode:''' [[String]]
|p2= mode: [[String]] |= Parameter 2


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>cobraOne land "LAND"</pre> |= Example 1
____________________________________________________________________________________________


[[Nothing]]
|  |= See also


'''Description:'''
}}


Force helicopter landing.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


Landing '''mode''' may be:
<!-- Note Section END -->
</dl>


* '''"LAND"''' (complete stop)
<h3 style="display:none">Bottom Section</h3>
Old Notes (temporary):


* '''"GET IN"''' (hovering very low, for another unit to get in)
Helos will land at the nearest "H" or "Invisible H", if there is one around.
 
[[Category:Scripting Commands|LAND]]
* '''"GET OUT"''' (hovering low,for another unit to get out)
[[Category:Scripting Commands OFP 1.96|LAND]]
 
[[Category:Scripting Commands OFP 1.46|LAND]]
 
[[Category:Scripting Commands ArmA|LAND]]
'''Example:'''
 
cobraOne '''land''' '''"LAND"'''
 
 
'''Comments:'''
 
Helos will land at the nearest '''"H"''' or '''"Invisible H"''', if there is one around.

Revision as of 01:39, 2 August 2006

Hover & click on the images for description

Description

Description:
Force helicopter landing. Landing mode may be:
  • "LAND" (complete stop)
  • "GET IN" (hovering very low, for another unit to get in)
  • "GET OUT" (hovering low,for another unit to get out)
Groups:
Uncategorised

Syntax

Syntax:
helicopter land mode
Parameters:
helicopter: Object
mode: String
Return Value:
Nothing

Examples

Example 1:
cobraOne land "LAND"

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

Bottom Section

Old Notes (temporary):

Helos will land at the nearest "H" or "Invisible H", if there is one around.