markerShape: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) 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: | ||
* | * {{hl|"ICON"}} | ||
* | * {{hl|"RECTANGLE"}} | ||
* | * {{hl|"ELLIPSE"}} | ||
* {{GVI|arma3|1.60|size=0.8}} | * {{GVI|arma3|1.60|size=0.8}} {{hl|"POLYLINE"}} (Hand drawn markers) | ||
* | * {{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 23:45, 15 November 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"
- 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