all3DENEntities: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(page overhaul)
(page overhaul)
Line 11: Line 11:
|s1= '''all3DENEntities'''
|s1= '''all3DENEntities'''


|r1= [[Array of Eden Entities]] in format <tt>[objects, groups, triggers, systems, waypoints, markers, layers, comments]</tt>
|r1= [[Array]] in format [[Array of Eden Entities]]
* objects: [[Array]] of [[Object]]s
* groups: [[Array]] of [[Group]]s
* triggers: [[Array]] of [[Object]]s
* systems: [[Array]] of [[Object]]s
* waypoints: [[Array]] of [[Array]]s in [[Waypoint]] format
* markers: [[Array]] of [[String]]s
* layers: [[Array]] of [[Number]]s
* comments: [[Array]] of [[Number]]s


|x1= <code>[[systemChat]] [[str]] [[all3DENEntities]];</code>
|x1= <code>[[systemChat]] [[str]] [[all3DENEntities]];</code>

Revision as of 09:50, 18 May 2021

Hover & click on the images for description

Description

Description:
Returns an array of all currently placed Eden Editor entities.
Groups:
Eden Editor

Syntax

Syntax:
all3DENEntities
Return Value:
Array in format Array of Eden Entities

Examples

Example 1:
systemChat str all3DENEntities;
Example 2:
all3DENEntities params ["_objects", "_groups", "_triggers", "_systems", "_waypoints", "_markers", "_layers", "_comments"];

Additional Information

See also:
get3DENMouseOver delete3DENEntities get3DENEntityID get3DENSelected

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