BIS fnc helicopterSeatMove: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Lou Montana (talk | contribs) (Page filling) |
||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Plays cockpit animation. '''{{TKOH}} only'''. |= Description | ||
____________________________________________________________________________________________ | |||
| [unit, gesture] call [[BIS_fnc_helicopterSeatMove]] |= Syntax | |||
| | |p1= unit: [[Object]] |= Parameter 1 | ||
| | |p2= gesture: [[String]] - can be one of: | ||
* "greet" | |||
* "look" | |||
* "point" | |||
* "thumbDown" | |||
* "thumbUp" |= Parameter 2 | |||
| |= Return value | | [[String]] - animation full name - "" if animation not found |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>[instructor, "thumbUp"] [[call]] [[BIS_fnc_helicopterSeatMove]];</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[switchMove]], [[BIS_fnc_helicopterSeat]], [[BIS_fnc_helicopterType]] |= See also | ||
}} | }} | ||
Revision as of 19:00, 26 April 2018
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