Page MenuHomeFeedback Tracker

markerType returns "ELLIPSE"/"RECTANGLE" for markers created in Eden Editor
Closed, ResolvedPublic

Description

markerType command returns "ELLIPSE"/"RECTANGLE" for *area* markers created in Eden Editor.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Eden Editor
Steps To Reproduce

How it is:

  1. Create an area marker in Eden Editor
  2. Set its area to rectangle or ellipse via the attributes
  3. Check allMapMarkers apply {getMarkerType _X} in debug console. It returns "ELLIPSE"/"RECTANGLE"

How it should be:

allMapMarkers apply {deleteMarker _x}; createMarker ["Marker1", position player]; "Marker1" setMarkerShapeLocal "ELLIPSE"; "Marker1" setMarkerSizeLocal [500, 500];
  1. Check allMapMarkers apply {getMarkerType _X} in debug console. It returns ""
Additional Information

v2.05.xxxxx

Event Timeline

R3vo created this task.Jun 28 2021, 4:14 PM
R3vo edited Additional Information. (Show Details)
R3vo changed Category from General to Scripting.
R3vo edited Steps To Reproduce. (Show Details)
R3vo updated the task description. (Show Details)
R3vo updated the task description. (Show Details)
R3vo changed Category from Scripting to Eden Editor.
BIS_fnc_KK changed the task status from New to Feedback.Jun 28 2021, 4:47 PM
BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.Jun 28 2021, 10:11 PM
BIS_fnc_KK added a subscriber: BIS_fnc_KK.
R3vo closed this task as Resolved.Jul 3 2021, 9:01 AM
R3vo claimed this task.

Fixed.