get3DENSelected

From Bohemia Interactive Community
Revision as of 01:54, 23 January 2021 by Lou Montana (talk | contribs) (Text replacement - "{{Command " to "{{RV|type=command ")
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Description needed
Groups:
Eden Editor

Syntax

Syntax:
Syntax needed
Parameters:
type: String - entity type, can be:
  • "object"
  • "group"
  • "trigger"
  • "logic"
  • "waypoint"
  • "marker"
  • "layer"
  • "comment"
  • "" - all types except "layer" and "comment"

Return Value:
Return value needed

Examples

Example 1:
systemChat str (get3DENSelected ""); /* outputs: [ [B Alpha 2-1:1],//objects [B Alpha 2-1],//groups [164494: <no shape>],//triggers [<No center> Charlie 1-2:4],//logic [ [B Alpha 2-1,0] ],//waypoints ["Hotel_Whiskey"]//markers ]*/
Example 2:
systemChat str (get3DENSelected "object"); // outputs: [B Alpha 2-1:1]

Additional Information

See also:
See also needed

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