setMarkerShapeLocal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1 = Markers |=GROUP1 ")
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *T([a-z ])" to "$1 - t$2")
 
(25 intermediate revisions by 2 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


|gr1 = Markers |=GROUP1
|game3= arma2oa
|version3= 1.50


|game4= tkoh
|version4= 1.00


|game5= arma3
|version5= 0.50


|eff= local |Multiplayer Effects=
|gr1= Markers
____________________________________________________________________________________________


| Selects shape (actual type) of the local marker. The shape can be:
|eff= local
* <tt>"ICON"</tt>
* <tt>"RECTANGLE"</tt>
* <tt>"ELLIPSE"</tt>
* <tt>"POLYLINE"</tt>  |DESCRIPTION=
____________________________________________________________________________________________


| markerName '''setMarkerShapeLocal''' shape |SYNTAX=
|descr= Selects shape (actual type) of the local marker.


|p1= markerName: [[String]] |PARAMETER1=
|s1= markerName [[setMarkerShapeLocal]] shape


|p2= shape: [[String]] |PARAMETER2=
|p1= markerName: [[String]]


| [[Nothing]] |RETURNVALUE=
|p2= shape: [[String]] - the shape, can be one of:
____________________________________________________________________________________________
* {{hl|"ICON"}}
 
* {{hl|"RECTANGLE"}}
|x1= <code>"Marker1" [[setMarkerShapeLocal]] "RECTANGLE";</code> |EXAMPLE1=
* {{hl|"ELLIPSE"}}
____________________________________________________________________________________________
* {{hl|"POLYLINE"}}


| [[setMarkerAlpha]], [[setMarkerAlphaLocal]], [[setMarkerBrush]], [[setMarkerBrushLocal]], [[setMarkerColor]], [[setMarkerColorLocal]], [[setMarkerDir]], [[setMarkerDirLocal]], [[setMarkerPos]], [[setMarkerPosLocal]], [[setMarkerShape]], [[setMarkerSize]], [[setMarkerSizeLocal]], [[setMarkerText]], [[setMarkerTextLocal]], [[setMarkerType]], [[setMarkerTypeLocal]] |SEEALSO=
|r1= [[Nothing]]


|x1= <sqf>"Marker1" setMarkerShapeLocal "RECTANGLE";</sqf>
|seealso= [[setMarkerShape]] [[markerShape]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|SETMARKERSHAPELOCAL]]
[[Category:Scripting Commands Armed Assault|SETMARKERSHAPELOCAL]]
[[Category:Command Group: Markers|SETMARKERSHAPELOCAL]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{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