setMarkerPolyline: Difference between revisions
Jump to navigation
Jump to search
Waffle SS. (talk | contribs) (add createMarker for those who want a quicker example) |
Lou Montana (talk | contribs) m (Text replacement - "{{Feature|Informative|" to "{{Feature|informative|") |
||
Line 9: | Line 9: | ||
|descr= Sets a polyline marker's path. | |descr= Sets a polyline marker's path. | ||
{{Feature| | {{Feature|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).}} | ||
|s1= marker [[setMarkerPolyline]] path | |s1= marker [[setMarkerPolyline]] path |
Revision as of 00:24, 2 February 2024
Description
- Description:
- Sets a polyline marker's path.
- Groups:
- Markers
Syntax
- Syntax:
- marker setMarkerPolyline path
- Parameters:
- marker: String
- path: Array - [x1, y1, x2, y2, ... xn, yn]
- Return Value:
- Nothing
Examples
- Example 1:
- Changes "marker_1" into a polyline and draws a sine curve on player's position:
Additional Information
- See also:
- markerPolyline setMarkerPolylineLocal
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