landResult

From Bohemia Interactive Community
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Return the result of helicopter landing position searching (performed after the 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 progress
  • "" - empty string when the provided helicopter is invalid

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