setMarkerDrawPriority: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Highlighted locality since this command has different naming scheme)
m (Text replacement - " |version1= 2.14 |branch= dev" to " |version1= 2.14")
Line 3: Line 3:
|game1= arma3
|game1= arma3
|version1= 2.14
|version1= 2.14
|branch= dev


|gr1= Markers
|gr1= Markers

Revision as of 18:49, 5 September 2023

Hover & click on the images for description

Description

Description:
Sets marker draw priority. Higher priority markers are drawn on top. Default priority is 0.
Be aware that this command has local effect despite the command name missing the world local!
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