land: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (moved notes)
Line 34: Line 34:
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->


Helos will land at the nearest "H" or "Invisible H", if there is one around.
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
Old Notes (temporary):


Helos will land at the nearest "H" or "Invisible H", if there is one around.
[[Category:Scripting Commands|LAND]]
[[Category:Scripting Commands|LAND]]
[[Category:Scripting Commands OFP 1.96|LAND]]
[[Category:Scripting Commands OFP 1.96|LAND]]
[[Category:Scripting Commands OFP 1.46|LAND]]
[[Category:Scripting Commands OFP 1.46|LAND]]
[[Category:Scripting Commands ArmA|LAND]]
[[Category:Scripting Commands ArmA|LAND]]

Revision as of 16:51, 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

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

Bottom Section