BIS fnc helicopterType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " {2,}\}\}" to " }}")
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *H([a-z ])" to "$1 - h$2")
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function
{{RV|type=function


| tkoh
|game1= tkoh
|version1= 1.00


|1.00
|game2= arma3
|version2= 0.50


|gr1 = Helicopters
|gr1= Helicopters


|Returns helicopter type.
|descr= Returns helicopter type.


|[object] call '''BIS_fnc_helicopterType'''
|s1= [object] call [[BIS_fnc_helicopterType]]


|p1= start: [[Object]] - Helicopter to be checked.
|p1= start: [[Object]] - helicopter to be checked.


|[[Number]]<br>-1 - Unkown <br>0 - Light <br>1 - Medium<br>2 - Heavy
|r1= [[Number]] - one of:
}}
* -1 - Unknown
* &nbsp;0 - Light
* &nbsp;1 - Medium
* &nbsp;2 - Heavy


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


 
|seealso= [[typeOf]]
 
}}
[[Category:Functions|{{uc:helicopterType}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:helicopterType}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:helicopterType}}]]

Latest revision as of 16:32, 8 November 2023

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