BIS_fnc_helicopterType

From Bohemia Interactive Community
Revision as of 16:32, 8 November 2023 by Lou Montana (talk | contribs) (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *H([a-z ])" to "$1 - h$2")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns helicopter type.
Execution:
call
Groups:
Helicopters

Syntax

Syntax:
[object] call BIS_fnc_helicopterType
Parameters:
start: Object - helicopter to be checked.
Return Value:
Number - one of:
  • -1 - Unknown
  •  0 - Light
  •  1 - Medium
  •  2 - Heavy

Examples

Example 1:
private _helicopterType = [vehicle player] call BIS_fnc_helicopterType;

Additional Information

See also:
typeOf

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