markerShape: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Some wiki formatting)
m (Text replacement - "<tt>([a-zA-Z0-9\. _"']+)<\/tt>" to "{{hl|$1}}")
Line 24: Line 24:


|r1= [[String]] - Shape of given marker. Can be return:
|r1= [[String]] - Shape of given marker. Can be return:
* <tt>"ICON"</tt>
* {{hl|"ICON"}}
* <tt>"RECTANGLE"</tt>
* {{hl|"RECTANGLE"}}
* <tt>"ELLIPSE"</tt>
* {{hl|"ELLIPSE"}}
* {{GVI|arma3|1.60|size=0.8}} <tt>"POLYLINE"</tt> (Hand drawn markers)
* {{GVI|arma3|1.60|size=0.8}} {{hl|"POLYLINE"}} (Hand drawn markers)
* <tt>"ERROR"</tt>
* {{hl|"ERROR"}}


|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>

Revision as of 00:45, 16 November 2021

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