entities: Difference between revisions

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


| [[nearEntities]], [[allUnits]], [[vehicles]] |= SEEALSO  
| [[nearEntities]], [[allUnits]], [[vehicles]], [[agents]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 17:47, 13 December 2013

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

Bottom Section