BIS fnc helicopterSeatMove: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Page filling)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Plays cockpit animation. '''{{TKOH}} only'''. |= Description
 
____________________________________________________________________________________________
Description:
Plays cockpit animation.
 
Parameter(s):
_this select 0: OBJECT - Unit
_this select 1: STRING - Animation description
 
Returns:
STRING - animation name
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| [unit, gesture] call [[BIS_fnc_helicopterSeatMove]] |= Syntax
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_helicopterSeatMove]]; --> |= Syntax
|p1= unit: [[Object]] |= Parameter 1


|p1= |= 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 20:00, 26 April 2018


Hover & click on the images for description

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

See also:
switchMoveBIS_fnc_helicopterSeatBIS_fnc_helicopterType

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

Notes

Bottom Section