get3DENSelected: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Text replacement - " " to " ")
Line 66: Line 66:
[[set3DENObjectType]]
[[set3DENObjectType]]
}}
}}





Revision as of 21:44, 31 January 2021

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