BIS fnc helicopterSeatMove: Difference between revisions
Jump to navigation
Jump to search
m (template:command argument fix) |
m (template:command argument fix) |
||
Line 13: | Line 13: | ||
| [unit, gesture] call [[BIS_fnc_helicopterSeatMove]] |SYNTAX= | | [unit, gesture] call [[BIS_fnc_helicopterSeatMove]] |SYNTAX= | ||
|p1= unit: [[Object]] |= | |p1= unit: [[Object]] |PARAMETER1= | ||
|p2= gesture: [[String]] - can be one of: | |p2= gesture: [[String]] - can be one of: | ||
Line 20: | Line 20: | ||
* "point" | * "point" | ||
* "thumbDown" | * "thumbDown" | ||
* "thumbUp" |= | * "thumbUp" |PARAMETER2= | ||
| [[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> |= | |x1= <code>[instructor, "thumbUp"] [[call]] [[BIS_fnc_helicopterSeatMove]];</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 14:30, 7 April 2019
Description
- Description:
- Plays cockpit animation. Template:TKOH only.
- Execution:
- call
- Groups:
- Uncategorised
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