markerShape: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ") |
Killzone Kid (talk | contribs) No edit summary |
||
(17 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|game1= arma2 | |game1= arma2 | ||
|version1= 1.00 | |version1= 1.00 | ||
|game2= arma2oa | |game2= arma2oa | ||
|version2= 1.50 | |||
|version2= 1. | |||
|game3= tkoh | |game3= tkoh | ||
|version3= 1.00 | |version3= 1.00 | ||
|game4= arma3 | |game4= arma3 | ||
|version4= 0.50 | |version4= 0.50 | ||
Line 23: | Line 19: | ||
|descr= Returns the shape of given marker. | |descr= Returns the shape of given marker. | ||
|s1= | |s1= [[markerShape]] name | ||
|p1= name: [[String]] - | |p1= name: [[String]] - name of the marker | ||
|r1= [[String]] - | |r1= [[String]] - shape of given marker. Can be return: | ||
* | * {{hl|"ICON"}} | ||
* | * {{hl|"RECTANGLE"}} | ||
* | * {{hl|"ELLIPSE"}} | ||
* | * {{GVI|arma3|1.60|size= 0.75}} {{hl|"POLYLINE"}} (Hand drawn markers) | ||
* | * {{GVI|arma3|2.20|size= 0.75}} {{hl|"TRIANGLE"}} | ||
* {{GVI|arma3|2.20|size= 0.75}} {{hl|"PENTAGON"}} | |||
* {{GVI|arma3|2.20|size= 0.75}} {{hl|"HEXAGON"}} | |||
* {{GVI|arma3|2.20|size= 0.75}} {{hl|"HEPTAGON"}} | |||
* {{GVI|arma3|2.20|size= 0.75}} {{hl|"OCTAGON"}} | |||
* {{GVI|arma3|2.20|size= 0.75}} {{hl|"NONAGON"}} | |||
* {{GVI|arma3|2.20|size= 0.75}} {{hl|"DECAGON"}} | |||
|x1= < | |x1= <sqf>if (markerShape "Marker1" == "RECTANGLE") then { hint "Marker1 is a rectangle!" };</sqf> | ||
|seealso= [[setMarkerShape]] [[setMarkerShapeLocal]] | |seealso= [[setMarkerShape]] [[setMarkerShapeLocal]] | ||
}} | }} |
Latest revision as of 20:52, 1 November 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:
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