vehicles: Difference between revisions
Jump to navigation
Jump to search
m (format) |
No edit summary |
||
Line 46: | Line 46: | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | ||
<!-- CONTINUE Notes --> | |||
<dl class="command_description"> | |||
<dd class="notedate">Posted on August 4, 2017 - 11:34 (UTC)</dd> | |||
<dt class="note">[[User:IT07|IT07]]</dt> | |||
<dd class="note"> | |||
[ ArmA 3 v1.72.142223 ] does '''not''' return vehicles that are local. | |||
</dd> | |||
</dl> | |||
<!-- DISCONTINUE Notes --> |
Revision as of 12:34, 4 August 2017
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:
- allCuratorsallGroupsallDeadplayableUnitsswitchableUnitsallUnitsUAVallDeadMenagentsallUnits
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
- (A1 1.08 )This command is returning only vehicles and no soldiers.
- Posted on July 15, 2011
- kju
- (A2 1.51)It returns both empty and crewed vehicles.
- Posted on december 22, 2013
- Killzone_Kid
- (A3)It will also return "WeaponHolderSimulated" of dead bodies (weapon on the ground).
Bottom Section
- Posted on August 4, 2017 - 11:34 (UTC)
- IT07
- [ ArmA 3 v1.72.142223 ] does not return vehicles that are local.