markerShape: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma2 | | arma2 | ||
|1.00 | |1.00 | ||
|gr1 = Markers | |gr1 = Markers | ||
|arg= global | |arg= global | ||
| Gets the marker shape. See [[setMarkerShape]] for a list of strings that can be returned. Possible return values: | | Gets the marker shape. See [[setMarkerShape]] for a list of strings that can be returned. Possible return values: | ||
Line 14: | Line 14: | ||
* <tt>"ELLIPSE"</tt> | * <tt>"ELLIPSE"</tt> | ||
* <tt>"POLYLINE"</tt> | * <tt>"POLYLINE"</tt> | ||
* <tt>"ERROR"</tt> | * <tt>"ERROR"</tt> | ||
| '''markerShape''' name | | '''markerShape''' name | ||
|p1= name: [[String]] - | |p1= name: [[String]] - | ||
|p2 | |p2= | ||
|p3 | |p3= | ||
| [[String]] | | [[String]] | ||
|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> | ||
| [[setMarkerShape]], [[setMarkerShapeLocal]] | | [[setMarkerShape]], [[setMarkerShapeLocal]] | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= |
Revision as of 01:01, 18 January 2021
Description
- Description:
- Gets the marker shape. See setMarkerShape for a list of strings that can be returned. Possible return values:
- "ICON"
- "RECTANGLE"
- "ELLIPSE"
- "POLYLINE"
- "ERROR"
- Groups:
- Markers
Syntax
Examples
Additional Information
- See also:
- setMarkerShapesetMarkerShapeLocal
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
Notes
Bottom Section
- Posted on May 30, 2016 - 19:33 (UTC)
- Killzone Kid
- Free hand drawn markers return "POLYLINE"