vehicles: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| '''vehicles''' |= Syntax
| [[Object#Units|Units]] <nowiki>=</nowiki> '''vehicles''' |= Syntax


| [[Array]] |= Return value
| [[Object#Units|Units]]: [[Array]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   

Revision as of 03:14, 1 September 2007

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

Description

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

Syntax

Syntax:
Units = vehicles
Return Value:
Units: 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

As far as version 1.08 it is confirmed that this command is returning only vehicles and no soldiers. --5133p39 00:43, 24 June 2007 (CEST)

Bottom Section