BIS fnc helicopterSeatMove: Difference between revisions
m (Text replacement - "\[\[[cC]ategory:\{\{Name\|arma3\}\}: [fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "")  | 
				Lou Montana (talk | contribs)  m (Text replacement - " |s1=[" to " |s1= [")  | 
				||
| (16 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{RV|type=function  | {{RV|type=function  | ||
| tkoh  | |game1= tkoh  | ||
|version1= 1.00  | |||
|  | |game2= arma3  | ||
|version2= 0.50  | |||
|gr1 = Helicopters  | |gr1= Helicopters  | ||
| Plays cockpit animation. '''{{tkoh}} only'''.  | |descr= Plays cockpit animation. '''{{tkoh}} only'''.  | ||
| [unit, gesture] call [[BIS_fnc_helicopterSeatMove]]  | |s1= [unit, gesture] call [[BIS_fnc_helicopterSeatMove]]  | ||
|p1= unit: [[Object]]  | |p1= unit: [[Object]]  | ||
| Line 20: | Line 22: | ||
* "thumbUp"  | * "thumbUp"  | ||
| [[String]] - animation full name - "" if animation not found  | |r1= [[String]] - animation full name - "" if animation not found  | ||
|x1= <  | |x1= <sqf>[instructor, "thumbUp"] call BIS_fnc_helicopterSeatMove;</sqf>  | ||
| [[switchMove]]  | |seealso= [[switchMove]] [[BIS_fnc_helicopterSeat]] [[BIS_fnc_helicopterType]]  | ||
}}  | }}  | ||
Latest revision as of 23:11, 12 July 2022
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:
 
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