entities

From Bohemia Interactive Community
Revision as of 14:35, 27 March 2014 by Ffur2007slx2 5 (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns a list of entities with given type.
Groups:
Uncategorised

Syntax

Syntax:
entities type
Parameters:
type: String
Return Value:
Array

Examples

Example 1:
entities "Car"

Additional Information

See also:
nearEntitiesallUnitsvehiclesagents

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 Mar 27, 2014 - 20:26
ffur2007slx2_5
In ArmA3 ver 1.14 type (string) can be any children class under configfile >> "CfgVehicles". e.g.entities "All"; //or entities "CAManBase"; etc.

Bottom Section