BIS fnc helicopterSeatMove: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{TKOH" to "{{tkoh")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________


| tkoh |Game name=
| tkoh |Game name=
Line 7: Line 6:


|gr1 = Helicopters |GROUP1=
|gr1 = Helicopters |GROUP1=
____________________________________________________________________________________________


| Plays cockpit animation. '''{{tkoh}} only'''. |DESCRIPTION=
| Plays cockpit animation. '''{{tkoh}} only'''. |DESCRIPTION=
____________________________________________________________________________________________


| [unit, gesture] call [[BIS_fnc_helicopterSeatMove]] |SYNTAX=
| [unit, gesture] call [[BIS_fnc_helicopterSeatMove]] |SYNTAX=
Line 24: Line 21:


| [[String]] - animation full name - "" if animation not found |RETURNVALUE=
| [[String]] - animation full name - "" if animation not found |RETURNVALUE=
____________________________________________________________________________________________


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


| [[switchMove]], [[BIS_fnc_helicopterSeat]], [[BIS_fnc_helicopterType]] |SEEALSO=
| [[switchMove]], [[BIS_fnc_helicopterSeat]], [[BIS_fnc_helicopterType]] |SEEALSO=

Revision as of 00:14, 17 January 2021

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

Notes

Bottom Section