selectedEditorObjects: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
m (template:command argument fix) |
||
Line 13: | Line 13: | ||
| '''selectedEditorObjects''' map |= Syntax | | '''selectedEditorObjects''' map |= Syntax | ||
|p1= map: [[Control]] - |= | |p1= map: [[Control]] - |PARAMETER1= | ||
|p2= |= | |p2= |PARAMETER2= | ||
|p3= |= | |p3= |PARAMETER3= | ||
| [[Array]] |= | | [[Array]] |RETURNVALUE= | ||
|x1= <pre>_selObjects = selectedEditorObjects _map </pre> | |x1= <pre>_selObjects = selectedEditorObjects _map </pre> | ||
Result can be: ["_vehicle_0","_vehicle_9","_vehicle_11"] | Result can be: ["_vehicle_0","_vehicle_9","_vehicle_11"] | ||
|= | |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[clearSelected (VBS2)]] |= | | [[clearSelected (VBS2)]] |SEEALSO= | ||
| |= | | |MPBEHAVIOUR= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} |
Revision as of 10:36, 7 April 2019
Description
- Description:
- Returns a list of currently selected editor objects.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_selObjects = selectedEditorObjects _map
Result can be: ["_vehicle_0","_vehicle_9","_vehicle_11"]
Additional Information
- See also:
- clearSelected (VBS2)
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