setMarkerShapeLocal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma1 |Game name=
| arma1 |Game name=
Line 9: Line 8:


|eff= local |Multiplayer Effects=
|eff= local |Multiplayer Effects=
____________________________________________________________________________________________


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


| markerName '''setMarkerShapeLocal''' shape |SYNTAX=
| markerName '''setMarkerShapeLocal''' shape |SYNTAX=
Line 25: Line 22:


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
   
   
|x1= <code>"Marker1" [[setMarkerShapeLocal]] "RECTANGLE";</code> |EXAMPLE1=
|x1= <code>"Marker1" [[setMarkerShapeLocal]] "RECTANGLE";</code> |EXAMPLE1=
____________________________________________________________________________________________


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

Revision as of 03:49, 17 January 2021

Hover & click on the images for description

Description

Description:
Selects shape (actual type) of the local marker. The shape can be:
  • "ICON"
  • "RECTANGLE"
  • "ELLIPSE"
  • "POLYLINE"
Groups:
Markers

Syntax

Syntax:
markerName setMarkerShapeLocal shape
Parameters:
markerName: String
shape: String
Return Value:
Nothing

Examples

Example 1:
"Marker1" setMarkerShapeLocal "RECTANGLE";

Additional Information

See also:
setMarkerAlphasetMarkerAlphaLocalsetMarkerBrushsetMarkerBrushLocalsetMarkerColorsetMarkerColorLocalsetMarkerDirsetMarkerDirLocalsetMarkerPossetMarkerPosLocalsetMarkerShapesetMarkerSizesetMarkerSizeLocalsetMarkerTextsetMarkerTextLocalsetMarkerTypesetMarkerTypeLocal

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