allSimpleObjects: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Command|=" to "{{Command|Comments=") |
Lou Montana (talk | contribs) m (Text replacement - "|arma3 |= Game " to "|arma3 |Game name= ") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|arma3 |= | |arma3 |Game name= | ||
|1.68|Game Version= | |1.68|Game Version= | ||
|arg= |Multiplayer Arguments= | |arg= |Multiplayer Arguments= |
Revision as of 23:22, 2 September 2019
Description
- Description:
- Returns array of all simple objects that belong to the listed class names. If the array of types is empty [], all simple objects are returned including those without class name.
- Groups:
- Uncategorised
Syntax
- Syntax:
- allSimpleObjects [className1, className2,...classNameN]
- Parameters:
- [className1, className2,...classNameN]: Array
- className: String - simple object class name to return. Use [] to return all simple objects
- Return Value:
- Array - array of simple objects
Examples
- Example 1:
allSimpleObjects ["Box_NATO_Equip_F", "Land_CampingChair_V2_F"];
- Example 2:
_allSimpleObjects = allSimpleObjects [];
Additional Information
- See also:
- createSimpleObjectisSimpleObjectnearestObjectsnearObjectsReadynearObjectsnearestObjectcreateVehicle
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