markerShape: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *S([a-z ])" to "$1 - s$2") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 30: | Line 30: | ||
* {{hl|"ERROR"}} | * {{hl|"ERROR"}} | ||
|x1= <sqf>if (markerShape "Marker1" == "RECTANGLE") then {hint "Marker1 is a rectangle!"};</sqf> | |x1= <sqf>if (markerShape "Marker1" == "RECTANGLE") then { hint "Marker1 is a rectangle!" };</sqf> | ||
|seealso= [[setMarkerShape]] [[setMarkerShapeLocal]] | |seealso= [[setMarkerShape]] [[setMarkerShapeLocal]] | ||
}} | }} |
Revision as of 11:48, 5 May 2024
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:
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