setMarkerShapeLocal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. ArmA2 classification)
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *T([a-z ])" to "$1 - t$2")
 
(40 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma |= Game name
|game1= arma1
|version1= 1.04


|1.04|= Game version
|game2= arma2
|version2= 1.00


|eff= local |= Effects in MP
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| Selects the shape (type) of the marker.
|game4= tkoh
|version4= 1.00


Shape can be "ICON", "RECTANGLE" or "ELLIPSE". |= Description
|game5= arma3
____________________________________________________________________________________________
|version5= 0.50


| markerName '''setMarkerShapeLocal''' shape |= Syntax
|gr1= Markers


|p1= markerName: [[String]] |= Parameter 1
|eff= local


|p2= shape: [[String]] |= Parameter 2
|descr= Selects shape (actual type) of the local marker.


| [[Nothing]] |= Return value
|s1= markerName [[setMarkerShapeLocal]] shape
____________________________________________________________________________________________
 
|x1= <pre>"Marker1" setMarkerShapeLocal "RECTANGLE"</pre> |= Example 1
____________________________________________________________________________________________


| |= See also
|p1= markerName: [[String]]


}}
|p2= shape: [[String]] - the shape, can be one of:
* {{hl|"ICON"}}
* {{hl|"RECTANGLE"}}
* {{hl|"ELLIPSE"}}
* {{hl|"POLYLINE"}}


<h3 style="display:none">Notes</h3>
|r1= [[Nothing]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>"Marker1" setMarkerShapeLocal "RECTANGLE";</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[setMarkerShape]] [[markerShape]]
[[Category:Scripting Commands|SETMARKERSHAPELOCAL]]
}}
[[Category:Scripting Commands ArmA|SETMARKERSHAPELOCAL]]
[[Category:Command Group: Markers|SETMARKERSHAPELOCAL]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]

Latest revision as of 16:51, 8 November 2023

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