markerShape: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>") | Lou Montana (talk | contribs)  m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>") | ||
| Line 30: | Line 30: | ||
| * {{hl|"ERROR"}} | * {{hl|"ERROR"}} | ||
| |x1= <code>if (markerShape "Marker1" == "RECTANGLE") then { | |x1= <code>if (markerShape "Marker1" == "RECTANGLE") then {hint "Marker1 is a rectangle!"}</code> | ||
| |seealso= [[setMarkerShape]] [[setMarkerShapeLocal]] | |seealso= [[setMarkerShape]] [[setMarkerShapeLocal]] | ||
| }} | }} | ||
Revision as of 11:14, 12 May 2022
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"
 1.60 "POLYLINE" (Hand drawn markers) 1.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
 
	


