setMarkerDrawPriority
Jump to navigation
Jump to search
Description
- Description:
- Sets marker draw priority. Higher priority markers are drawn on top. Default priority is 0.
- Problems:
- setMarkerDrawPriority sorts allMapMarkers from least to most priority. As of 2.16 createMarker does not care about drawing priority and adds the created marker to the end of the array, making it top priority. Running setMarkerDrawPriority again sorts this issue.
- Groups:
- Markers
Syntax
- Syntax:
- markerName setMarkerDrawPriority priority
- Parameters:
- markerName: String
- priority: Number - draw priority
- Return Value:
- Nothing
Examples
- Example 1:
- "MarkerOne" setMarkerDrawPriority 0.5;
- Example 2:
- "MarkerTwo" setMarkerDrawPriority -2.1;
Additional Information
- See also:
- markerDrawPriority setMarkerType setMarkerTypeLocal markerType setMarkerAlphaLocal setMarkerBrush setMarkerColor setMarkerDir setMarkerPos setMarkerShape setMarkerSize setMarkerText createMarker CfgMarkers
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