landResult: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " |r1=[[" to " |r1= [[")
m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>")
Line 27: Line 27:
*" " (Empty string when wrong was argument)
*" " (Empty string when wrong was argument)


|x1= <code>_result = [[landResult]] BIS_heli;</code>
|x1= <code>_result = landResult BIS_heli;</code>


|seealso= [[land]]
|seealso= [[land]]
}}
}}

Revision as of 12:10, 12 May 2022

Hover & click on the images for description

Description

Description:
Return the result of helicopter landing position searching (performed, after land command).
Groups:
Unit Control

Syntax

Syntax:
landResult helicopter
Parameters:
helicopter: Object
Return Value:
String - Result, can be:
  • "Found" (Position found)
  • "NotFound" (Position not found)
  • "NotReady" (Position searching is still in progess
  • " " (Empty string when wrong was argument)

Examples

Example 1:
_result = landResult BIS_heli;

Additional Information

See also:
land

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