vehicles: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (VBS2 scripting category removal)
(mass edit: removing obsolete </dt> and </dd> tags)
Line 26: Line 26:
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->


<dd class="notedate">Posted on June 24, 2007</dd>
<dd class="notedate">Posted on June 24, 2007
<dt class="note">'''[[User:5133p39|5133p39]]'''</dt>
<dt class="note">'''[[User:5133p39|5133p39]]'''
<dd class="note">As far as version 1.08 it is confirmed that this command is returning '''only vehicles''' and '''no soldiers'''.  
<dd class="note">As far as version 1.08 it is confirmed that this command is returning '''only vehicles''' and '''no soldiers'''.  
</dd>


<dd class="notedate">Posted on July 15, 2011</dd>
 
<dt class="note">'''[[User:kju|kju]]'''</dt>
<dd class="notedate">Posted on July 15, 2011
<dt class="note">'''[[User:kju|kju]]'''
<dd class="note">Just to clarify: It returns both empty and crewed vehicles.  
<dd class="note">Just to clarify: It returns both empty and crewed vehicles.  
</dd>
 


</dl>
</dl>

Revision as of 03:52, 18 October 2011

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

Description

Description:
Returns a list of all vehicles.
Groups:
Uncategorised

Syntax

Syntax:
vehicles
Return Value:
Array

Examples

Example 1:
_vehicles = vehicles

Additional Information

See also:
unitsallUnitsgroupallGroupsplayableUnitsswitchableUnits

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

Posted on June 24, 2007
5133p39
As far as version 1.08 it is confirmed that this command is returning only vehicles and no soldiers.
Posted on July 15, 2011
kju
Just to clarify: It returns both empty and crewed vehicles.

Bottom Section