BIS fnc helicopterType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "= <code>([^<]*)\[\[([a-zA-Z][a-zA-Z0-_]+)\]\]([^<]*)<\/code>" to "= <code>$1$2$3</code>")
m (Text replacement - "= <code>([^<]*)\[\[([a-zA-Z][a-zA-Z0-_]+)\]\]([^<]*)<\/code>" to "= <code>$1$2$3</code>")
Line 21: Line 21:
* &nbsp;2 - Heavy
* &nbsp;2 - Heavy


|x1= <code>private _helicopterType = [vehicle [[player]]] [[call]] [[BIS_fnc_helicopterType]];</code>
|x1= <code>private _helicopterType = [vehicle player] [[call]] [[BIS_fnc_helicopterType]];</code>


|seealso= [[typeOf]]
|seealso= [[typeOf]]
}}
}}

Revision as of 17:56, 13 July 2022

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