set3DENAttachedCursorEntity
Jump to navigation
Jump to search
Description
- Description:
- Attach an entity to the Category:Eden Editor cursor.
- Groups:
- Eden Editor
Syntax
- Syntax:
- set3DENAttachedCursorEntity entityHashMap
- Parameters:
- entityHashMap: HashMap - in format [["type", entityType], otherOptions]:
- Return Value:
- Nothing
Examples
- Example 1:
- 0 spawn { sleep 2; set3DENAttachedCursorEntity createHashMapFromArray [["type", "unit"], ["classname", "B_Survivor_F"]]; };
- Example 2:
- set3DENAttachedCursorEntity createHashMapFromArray [["type", "marker"], ["classname", "mil_pickup"], ["markertype", "icon"]];
Additional Information
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