allSimpleObjects: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= ____________________________________________________________________________________________ |arma3 |= Game |dev|= Game Version |arg= |= Multiplayer Arguments |ef...")
 
No edit summary
Line 2: Line 2:
____________________________________________________________________________________________
____________________________________________________________________________________________
|arma3 |= Game
|arma3 |= Game
|dev|= Game Version
|1.67|= Game Version
|arg=  |= Multiplayer Arguments
|arg=  |= Multiplayer Arguments
|eff=  |= Multiplayer Effects
|eff=  |= Multiplayer Effects

Revision as of 15:25, 13 December 2016

Hover & click on the images for description

Description

Description:
Returns array of all simple objects that belong to one of the listed types / classes. If the array of types is empty all simple objects are returned.

There is no inheritance in simple objects, so only exact class match is allowed. However classname is not case sensitive.
Groups:
Uncategorised

Syntax

Syntax:
allSimpleObjects types
Parameters:
types: Array
Return Value:
simpleObjects: Array

Examples

Example 1:
allSimpleObjects ["Box_NATO_Equip_F","Land_CampingChair_V2_F"]

Additional Information

See also:
createSimpleObjectisSimpleObject

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

Bottom Section