markerShape: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "(\| * )+\}\}" to "}}")
m (Text replacement - " {3,}\|" to " |")
Line 5: Line 5:


|gr1 = Markers
|gr1 = Markers


|arg= global
|arg= global
Line 25: Line 24:


| [[String]]
| [[String]]


|x1= <code>[[if]] ('''markerShape''' "Marker1" == "RECTANGLE") [[then]] {[[hint]] "Marker1 is a rectangle!"}</code>
|x1= <code>[[if]] ('''markerShape''' "Marker1" == "RECTANGLE") [[then]] {[[hint]] "Marker1 is a rectangle!"}</code>


| [[setMarkerShape]], [[setMarkerShapeLocal]]
| [[setMarkerShape]], [[setMarkerShapeLocal]]

Revision as of 18:42, 18 January 2021

Hover & click on the images for description

Description

Description:
Gets the marker shape. See setMarkerShape for a list of strings that can be returned. Possible return values:
  • "ICON"
  • "RECTANGLE"
  • "ELLIPSE"
  • "POLYLINE"
  • "ERROR"
Groups:
Markers

Syntax

Syntax:
markerShape name
Parameters:
name: String -
Return Value:
String

Examples

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

Additional Information

See also:
setMarkerShapesetMarkerShapeLocal

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
Posted on May 30, 2016 - 19:33 (UTC)
Killzone Kid
Free hand drawn markers return "POLYLINE"