BIS fnc helicopterSeatMove: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| tkoh | | tkoh | ||
|1.00 | |1.00 | ||
|gr1 = Helicopters | |gr1 = Helicopters | ||
| Plays cockpit animation. '''{{tkoh}} only'''. | | Plays cockpit animation. '''{{tkoh}} only'''. | ||
| [unit, gesture] call [[BIS_fnc_helicopterSeatMove]] | | [unit, gesture] call [[BIS_fnc_helicopterSeatMove]] | ||
|p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
|p2= gesture: [[String]] - can be one of: | |p2= gesture: [[String]] - can be one of: | ||
Line 18: | Line 18: | ||
* "point" | * "point" | ||
* "thumbDown" | * "thumbDown" | ||
* "thumbUp" | * "thumbUp" | ||
| [[String]] - animation full name - "" if animation not found | | [[String]] - animation full name - "" if animation not found | ||
|x1= <code>[instructor, "thumbUp"] [[call]] [[BIS_fnc_helicopterSeatMove]];</code> | |x1= <code>[instructor, "thumbUp"] [[call]] [[BIS_fnc_helicopterSeatMove]];</code> | ||
| [[switchMove]], [[BIS_fnc_helicopterSeat]], [[BIS_fnc_helicopterType]] | | [[switchMove]], [[BIS_fnc_helicopterSeat]], [[BIS_fnc_helicopterType]] | ||
}} | }} | ||
Revision as of 23:09, 17 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