BIS_fnc_helicopterSeatMove

From Bohemia Interactive Community
Revision as of 00:00, 17 June 2021 by Lou Montana (talk | contribs) (Text replacement - " \[\[Category:\{\{Name|[a-z0-9]+\}\}: Functions\|\{\{uc:[a-zA-Z0-9]+\}\}\]\]" to "")
Jump to navigation Jump to search
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:
switchMoveBIS_fnc_helicopterSeatBIS_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

||