BIS fnc helicopterSeatMove: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= ?\[\[([^ ]+)\]\], *\[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Text replacement - " |s1=[" to " |s1= [")
 
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:
|descr= Plays cockpit animation. '''{{tkoh}} only'''.
|descr= Plays cockpit animation. '''{{tkoh}} only'''.


|s1=[unit, gesture] call [[BIS_fnc_helicopterSeatMove]]
|s1= [unit, gesture] call [[BIS_fnc_helicopterSeatMove]]


|p1= unit: [[Object]]
|p1= unit: [[Object]]
Line 24: Line 24:
|r1= [[String]] - animation full name - "" if animation not found
|r1= [[String]] - animation full name - "" if animation not found


|x1= <code>[instructor, "thumbUp"] [[call]] [[BIS_fnc_helicopterSeatMove]];</code>
|x1= <sqf>[instructor, "thumbUp"] call BIS_fnc_helicopterSeatMove;</sqf>


|seealso= [[switchMove]] [[BIS_fnc_helicopterSeat]], [[BIS_fnc_helicopterType]]
|seealso= [[switchMove]] [[BIS_fnc_helicopterSeat]] [[BIS_fnc_helicopterType]]
}}
}}

Latest revision as of 00:11, 13 July 2022

Hover & click on the images for description

Description

Description:
Plays cockpit animation. Take On Helicopters only.
Execution:
call
Groups:
Helicopters

Syntax

Syntax:
[unit, gesture] call BIS_fnc_helicopterSeatMove
Parameters:
unit: Object
gesture: String - can be one of:
  • "greet"
  • "look"
  • "point"
  • "thumbDown"
  • "thumbUp"
Return Value:
String - animation full name - "" if animation not found

Examples

Example 1:
[instructor, "thumbUp"] call BIS_fnc_helicopterSeatMove;

Additional Information

See also:
switchMove BIS_fnc_helicopterSeat BIS_fnc_helicopterType

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