setMarkerDrawPriority: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (typo)
Line 8: Line 8:
|eff= local
|eff= local


|descr= Sets marker draw priority. Higher priority markers are drawn on top. Default pariority is 0.
|descr= Sets marker draw priority. Higher priority markers are drawn on top. Default priority is 0.


|s1= markerName [[setMarkerDrawPriority]] priority
|s1= markerName [[setMarkerDrawPriority]] priority

Revision as of 17:57, 20 March 2023

Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.14.

Description

Description:
Sets marker draw priority. Higher priority markers are drawn on top. Default priority is 0.
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