set3DENAttachedCursorEntity

From Bohemia Interactive Community
Jump to navigation Jump to search
Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.18.

Description

Description:
Attach an entity to the Eden Editor cursor.
Groups:
Eden Editor

Syntax

Syntax:
set3DENAttachedCursorEntity entityHashMap
Parameters:
entityHashMap: HashMap - in format [["type", entityType], otherOptions] where entityType can be one of:
type options
case-sensitive!
"object"
"marker"
  • "classname": String - see marker classes
  • "markershape": String - can be one of:
    • "icon"
    • "rectangle"
    • "ellipse"
      "polyline" is not supported.
Return Value:
Nothing

Examples

Example 1:
set3DENAttachedCursorEntity createHashMapFromArray [["type", "unit"], ["classname", "B_Survivor_F"]];
Example 2:
set3DENAttachedCursorEntity createHashMapFromArray [["type", "marker"], ["classname", "mil_pickup"], ["markertype", "icon"]];

Additional Information

See also:
Eden Editor: Object typeOf

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