markerType command returns "ELLIPSE"/"RECTANGLE" for *area* markers created in Eden Editor.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Eden Editor
Steps To Reproduce
How it is:
- Create an area marker in Eden Editor
- Set its area to rectangle or ellipse via the attributes
- 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];
- Check allMapMarkers apply {getMarkerType _X} in debug console. It returns ""
Additional Information
v2.05.xxxxx