markerShape: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) 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 | ||
| | |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> | ||
|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]] | |seealso= [[setMarkerShape]] [[setMarkerShapeLocal]] | ||
}} | }} | ||
Revision as of 10:18, 26 March 2021
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
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