BIS fnc helicopterSeat: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(page filling)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| tkoh |= Game name
|tkoh|= Game name


|1.00|= Game version
|1.00|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
|Check if unit sits on right or left seat.|= Description
 
Description:
Check if unit sits on right or left seat
 
Parameter(s):
_this: OBJECT - Unit
 
Returns:
NUMBER
-1 - not in a vehicle
0 - left
1 - right
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_helicopterSeat]]; --> |= Syntax
|object call '''BIS_fnc_helicopterSeat'''|= Syntax


|p1= |= Parameter 1
|p1= object: [[Object]] - Unit which should be checked.|= Parameter 1


| |= Return value
|[[Number]]: <br>-1 - Not in a vehicle<br>0 - left<br>1 - right|= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
 
||= See also
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also
 
}}
}}



Revision as of 17:11, 26 April 2018

Hover & click on the images for description

Description

Description:
Check if unit sits on right or left seat.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
object call BIS_fnc_helicopterSeat
Parameters:
object: Object - Unit which should be checked.
Return Value:
Number:
-1 - Not in a vehicle
0 - left
1 - right

Examples

Examples:
Example needed

Additional Information

See also:
See also needed

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