setMarkerShapeLocal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|s([0-9])\= ([^' ]+)'''([^' ]+)'''([^ ]*) " to "|s$1= $2$3$4 ")
m (Text replacement - "<tt>([a-zA-Z0-9\. _"']+)<\/tt>" to "{{hl|$1}}")
Line 27: Line 27:


|p2= shape: [[String]] - The shape, can be one of:
|p2= shape: [[String]] - The shape, can be one of:
* <tt>"ICON"</tt>
* {{hl|"ICON"}}
* <tt>"RECTANGLE"</tt>
* {{hl|"RECTANGLE"}}
* <tt>"ELLIPSE"</tt>
* {{hl|"ELLIPSE"}}
* <tt>"POLYLINE"</tt>
* {{hl|"POLYLINE"}}


|r1= [[Nothing]]
|r1= [[Nothing]]

Revision as of 00:44, 16 November 2021

Hover & click on the images for description

Description

Description:
Selects shape (actual type) of the local marker.
Groups:
Markers

Syntax

Syntax:
markerName setMarkerShapeLocal shape
Parameters:
markerName: String
shape: String - The shape, can be one of:
  • "ICON"
  • "RECTANGLE"
  • "ELLIPSE"
  • "POLYLINE"
Return Value:
Nothing

Examples

Example 1:
"Marker1" setMarkerShapeLocal "RECTANGLE";

Additional Information

See also:
setMarkerShape markerShape

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