vehicles: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Clarification about soldiers.)
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|VEHICLES]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|VEHICLES]]
____________________________________________________________________________________________


| arma |= Game name


|2.92|= Game version
____________________________________________________________________________________________


| Return a list of vehicles in the current mission, including soldiers. It does not list soldiers which are boarded in a vehicle. |= Description
____________________________________________________________________________________________


<h2 style="color:#000066">''''' vehicles'''''</h2>
| '''vehicles''' |= Syntax


| [[Array]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>_vehicles = vehicles</pre> |= Example 1
____________________________________________________________________________________________


'''Operand types:'''
|  |= See also


None
}}


'''Type of returned value:'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


[[Array]]
<!-- Note Section END -->
</dl>


'''Compatibility:'''
<h3 style="display:none">Bottom Section</h3>


Version 2.92 required.
[[Category:Scripting Commands|VEHICLES]]
 
[[Category:Scripting Commands ArmA|VEHICLES]]
'''Description:'''
 
Return a list of vehicles in the current mission, including soldiers. It does not list soldiers which are boarded in a vehicle.
 
 
'''Example:'''
 
_vehicles = '''vehicles'''

Revision as of 23:49, 1 August 2006

-wrong parameter ("Arma") defined!-2.92
Hover & click on the images for description

Description

Description:
Return a list of vehicles in the current mission, including soldiers. It does not list soldiers which are boarded in a vehicle.
Groups:
Uncategorised

Syntax

Syntax:
vehicles
Return Value:
Array

Examples

Example 1:
_vehicles = vehicles

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