markerShape: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
(formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma2
|game1= arma2
|1.00
 
|version1= 1.00
 
|game2= arma2oa
 
|version2= 1.51
 
|game3= tkoh
 
|version3= 1.00
 
|game4= arma3
 
|version4= 0.50


|gr1 = Markers
|gr1 = Markers
Line 8: Line 21:
|arg= global
|arg= global


| Gets the marker shape. See [[setMarkerShape]] for a list of strings that can be returned. Possible return values:
|descr= Returns the shape of given marker.
 
|s1= '''markerShape''' name
 
|p1= name: [[String]] - Name of the marker
 
|r1= [[String]] - Shape of given marker. Can be return:
* <tt>"ICON"</tt>
* <tt>"ICON"</tt>
* <tt>"RECTANGLE"</tt>
* <tt>"RECTANGLE"</tt>
* <tt>"ELLIPSE"</tt>
* <tt>"ELLIPSE"</tt>
* <tt>"POLYLINE"</tt>
* <tt>"POLYLINE"</tt> (Hand drawn markers, {{Since|arma3}})
* <tt>"ERROR"</tt>
* <tt>"ERROR"</tt>
| '''markerShape''' name
|p1= name: [[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>


|seealso= [[setMarkerShape]], [[setMarkerShapeLocal]]
|seealso= [[setMarkerShape]] [[setMarkerShapeLocal]]
}}
}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on May 30, 2016 - 19:33 (UTC)</dd>
<dt class="note">[[User:Killzone Kid|Killzone Kid]]</dt>
<dd class="note">
Free hand drawn markers return "POLYLINE"
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 11:18, 26 March 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"
  • "POLYLINE" (Hand drawn markers, Template:Since)
  • "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