setMarkerShape: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]OFP[ _]Elite *(\|.*)?\]\]" to "{{GameCategory|ofpe|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma1 |Game name= | | arma1 |Game name= | ||
Line 9: | Line 8: | ||
|eff= global |Multiplayer Effects= | |eff= global |Multiplayer Effects= | ||
| Selects shape (actual type) of the marker. The shape can be: | | Selects shape (actual type) of the marker. The shape can be: | ||
Line 18: | Line 16: | ||
{{Informative|'''Multiplayer optimisation:''' Global marker commands always broadcast the ''entire'' marker state over the network. As such, the number of network messages exchanged when creating or editing a marker can be reduced by performing all but the last operation using local marker commands, then using a global marker command for the last change (and subsequent global broadcast of all changes applied to the marker).}} | {{Informative|'''Multiplayer optimisation:''' Global marker commands always broadcast the ''entire'' marker state over the network. As such, the number of network messages exchanged when creating or editing a marker can be reduced by performing all but the last operation using local marker commands, then using a global marker command for the last change (and subsequent global broadcast of all changes applied to the marker).}} | ||
|DESCRIPTION= | |DESCRIPTION= | ||
| markerName '''setMarkerShape''' shape |SYNTAX= | | markerName '''setMarkerShape''' shape |SYNTAX= | ||
Line 27: | Line 24: | ||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= | ||
|x1= <code>"Marker1" [[setMarkerShape]] "RECTANGLE";</code> |EXAMPLE1= | |x1= <code>"Marker1" [[setMarkerShape]] "RECTANGLE";</code> |EXAMPLE1= | ||
| [[markerShape]], [[setMarkerBrush]], [[setMarkerColor]], [[setMarkerDir]], [[setMarkerPos]], [[createMarker]], [[setMarkerSize]], [[setMarkerText]], [[setMarkerType]], [[setMarkerAlpha]], [[setMarkerShapeLocal]] |SEEALSO= | | [[markerShape]], [[setMarkerBrush]], [[setMarkerColor]], [[setMarkerDir]], [[setMarkerPos]], [[createMarker]], [[setMarkerSize]], [[setMarkerText]], [[setMarkerType]], [[setMarkerAlpha]], [[setMarkerShapeLocal]] |SEEALSO= |
Revision as of 03:07, 17 January 2021
Description
- Description:
- Selects shape (actual type) of the marker. The shape can be:
- "ICON"
- "RECTANGLE"
- "ELLIPSE"
- "POLYLINE"
- Groups:
- Markers
Syntax
- Syntax:
- markerName setMarkerShape shape
- Parameters:
- markerName: String
- shape: String
- Return Value:
- Nothing
Examples
- Example 1:
"Marker1" setMarkerShape "RECTANGLE";
Additional Information
- See also:
- markerShapesetMarkerBrushsetMarkerColorsetMarkerDirsetMarkerPoscreateMarkersetMarkerSizesetMarkerTextsetMarkerTypesetMarkerAlphasetMarkerShapeLocal
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
Categories:
- Scripting Commands
- Introduced with Armed Assault version 1.00
- ArmA: Armed Assault: New Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Command Group: Markers
- Scripting Commands: Global Effect
- Operation Flashpoint: Elite: Scripting Commands
- Arma 2: Scripting Commands
- Arma 3: Scripting Commands
- Take On Helicopters: Scripting Commands