markerShape: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|size=0.8" to "|size= 0.75")
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *N([a-z ])" to "$1 - n$2")
Line 21: Line 21:
|s1= [[markerShape]]  name
|s1= [[markerShape]]  name


|p1= name: [[String]] - Name of the marker
|p1= name: [[String]] - name of the marker


|r1= [[String]] - Shape of given marker. Can be return:
|r1= [[String]] - Shape of given marker. Can be return:

Revision as of 16:39, 8 November 2023

Hover & click on the images for description

Description

Description:
Returns the shape of given marker.
Groups:
Markers

Syntax

Syntax:
markerShape name
Parameters:
name: String - name of the marker
Return Value:
String - Shape of given marker. Can be return:
  • "ICON"
  • "RECTANGLE"
  • "ELLIPSE"
  • Arma 3 logo black.png1.60 "POLYLINE" (Hand drawn markers)
  • "ERROR"

Examples

Example 1:
if (markerShape "Marker1" == "RECTANGLE") then {hint "Marker1 is a rectangle!"};

Additional Information

See also:
setMarkerShape setMarkerShapeLocal

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