all3DENEntities: Difference between revisions
Jump to navigation
Jump to search
m (Bot: Replacing category Scripting Commands Arma 3 with Arma 3: Scripting Commands) |
Lou Montana (talk | contribs) m (Text replacement - "|EdenEditor" to "|Eden Editor") |
||
(41 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
|arma3|= | |game1= arma3 | ||
|version1= 1.56 | |||
| | |gr1= Eden Editor | ||
| Returns an array of all currently placed [[Eden Entity|Eden Editor entities]] | |descr= Returns an array of all currently placed [[Eden Entity|Eden Editor entities]]. | ||
{{Feature|Eden Editor|This information is only available in [[:Category:Eden Editor|Eden Editor]]. If used during mission, it will return {{hl|[<nowiki/>[],[],[],[],[],[],[],[-999]]}}.}} | |||
| | |s1= [[all3DENEntities]] | ||
| [[Array of Eden Entities]] | |r1= [[Array]] in format [[Array of Eden Entities]] | ||
|x1= <sqf>systemChat str all3DENEntities;</sqf> | |||
| | |x2= <sqf>all3DENEntities params ["_objects", "_groups", "_triggers", "_systems", "_waypoints", "_markers", "_layers", "_comments"];</sqf> | ||
|x3= <sqf> | |||
// select all Eden entities | |||
set3DENSelected all3DENEntities; | |||
</sqf> | |||
| | |seealso= [[get3DENMouseOver]] [[delete3DENEntities]] [[get3DENEntityID]] [[get3DENSelected]] | ||
[[get3DENMouseOver]] | |||
[[delete3DENEntities]] | |||
[[get3DENEntityID]] | |||
[[get3DENSelected]] | |||
}} | }} | ||
Latest revision as of 19:21, 10 July 2024
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:
- Example 2:
- all3DENEntities params ["_objects", "_groups", "_triggers", "_systems", "_waypoints", "_markers", "_layers", "_comments"];
- Example 3:
Additional Information
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