BIS fnc helicopterSeatMove: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{TKOH" to "{{tkoh") |
Lou Montana (talk | contribs) 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 23:14, 16 January 2021
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
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