selectedEditorObjects: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "\{\{Feature *\| *Informative *\| ([^↵]+) *\}\}" to "{{Feature|informative|$1}}") |
BrettMayson (talk | contribs) mNo edit summary |
||
| Line 22: | Line 22: | ||
|p1= map: [[Control]] | |p1= map: [[Control]] | ||
|r1= [[Array]] | |r1= [[Array]] of [[Object]]s | ||
|x1= <sqf>_selObjects = selectedEditorObjects _map; // result can be: ["_vehicle_0","_vehicle_9","_vehicle_11"]</sqf> | |x1= <sqf>_selObjects = selectedEditorObjects _map; // result can be: ["_vehicle_0","_vehicle_9","_vehicle_11"]</sqf> | ||
Latest revision as of 11:26, 1 January 2026
Description
- Description:
- Returns a list of currently selected editor objects.
- Groups:
- Game 2 Editor
Syntax
- Syntax:
- selectedEditorObjects map
- Parameters:
- map: Control
- Return Value:
- Array of Objects
Examples
- Example 1:
- _selObjects = selectedEditorObjects _map; // result can be: ["_vehicle_0","_vehicle_9","_vehicle_11"]
Additional Information
- See also:
- get3DENSelected
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note