markerShape: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ")
m (Some wiki formatting)
Line 27: Line 27:
* <tt>"RECTANGLE"</tt>
* <tt>"RECTANGLE"</tt>
* <tt>"ELLIPSE"</tt>
* <tt>"ELLIPSE"</tt>
* <tt>"POLYLINE"</tt> (Hand drawn markers, {{Since|arma3}})
* {{GVI|arma3|1.60|size=0.8}} <tt>"POLYLINE"</tt> (Hand drawn markers)
* <tt>"ERROR"</tt>
* <tt>"ERROR"</tt>


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


|seealso= [[setMarkerShape]] [[setMarkerShapeLocal]]
|seealso= [[setMarkerShape]] [[setMarkerShapeLocal]]
}}
}}

Revision as of 01:42, 11 August 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