gunner: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|GUNNER]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|GUNNER]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|GUNNER]]
[[Category:Scripting Commands ArmA|GUNNER]]


| ofp |= Game name


<h2 style="color:#000066"> '''gunner ''vehicle'''''</h2>
|1.00|= Game version


|arg= global |= Arguments in MP
____________________________________________________________________________________________


'''Operand types:'''
| Returns the gunner of a vehicle. |= Description
____________________________________________________________________________________________


'''vehicle:''' [[Object]]
| '''gunner''' vehicle |= Syntax


'''Type of returned value:'''
|p1= vehicle: [[Object]] |= Parameter 1


[[Object]]
| [[Object]]
The unit sitting in the gunner place is returned. If vehicle is not a vehicle but a person, the person is returned. |= Return value
____________________________________________________________________________________________
 
|x1= <pre>(gunner tank) action ["getout",tank]</pre> |= Example 1
____________________________________________________________________________________________


'''Description:'''
| [[commander]], [[driver]], [[crew]] |= See also


Gunner of the vehicle, if vehicle is not a vehicle, but person, person is returned.
}}


<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Examples:'''
<!-- Note Section END -->
</dl>


[[if]] ('''gunner''' [[vehicle]] [[player]] != [[player]]) [[then]] {[[goto]] "reassign"}
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|GUNNER]]
 
[[Category:Scripting Commands OFP 1.96|GUNNER]]
'''Notes:'''
[[Category:Scripting Commands OFP 1.46|GUNNER]]
 
[[Category:Scripting Commands ArmA|GUNNER]]
It is also possible to find the gunner of a vehicle by placing a '''G''' after the name of the vehicle so ''Tank1G'' and '''''gunner''' Tank1'' both refer to the same unit, providing the original gunner has not got out of the tank.
 
The difference between the two is ''Tank1G'' is always the unit that was gunner of the tank when the mission started, whilst '''''gunner''' Tank1'' is the gunner which is now there.

Revision as of 01:27, 2 August 2006

Hover & click on the images for description

Description

Description:
Returns the gunner of a vehicle.
Groups:
Uncategorised

Syntax

Syntax:
gunner vehicle
Parameters:
vehicle: Object
Return Value:
Object - The unit sitting in the gunner place is returned. If vehicle is not a vehicle but a person, the person is returned.

Examples

Example 1:
(gunner tank) action ["getout",tank]

Additional Information

See also:
commanderdrivercrew

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