vehicles: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 26: Line 26:
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
As far as version 1.02 it is confirmed that this command is returning '''only vehicles''' and no units at all. --[[User:5133p39|5133p39]] 00:39, 30 December 2006 (CET)
As far as version 1.02 it is confirmed that this command is returning '''only vehicles''' and no units at all. --[[User:5133p39|5133p39]] 00:39, 30 December 2006 (CET)
The '''only vehicles''' is not a real problem, also Triggers 'ANY' gives the same kind of result. Read the discution Tab, i put a solution about it there.--[[User:Giova|Giova]] 16:00, 20 February 2007 (CET)
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 17:00, 20 February 2007

-wrong parameter ("Arma") defined!-1.00
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

As far as version 1.02 it is confirmed that this command is returning only vehicles and no units at all. --5133p39 00:39, 30 December 2006 (CET) The only vehicles is not a real problem, also Triggers 'ANY' gives the same kind of result. Read the discution Tab, i put a solution about it there.--Giova 16:00, 20 February 2007 (CET)

Bottom Section