setMarkerPolyline: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Feature|Informative|" to "{{Feature|informative|") |
Lou Montana (talk | contribs) m (Text replacement - "{{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).}}" to "{{Feature|informative| '''Multipla...) |
||
(One intermediate revision by one other user not shown) | |||
Line 9: | Line 9: | ||
|descr= Sets a polyline marker's path. | |descr= Sets a polyline marker's path. | ||
{{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).}} | {{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 | ||
Line 15: | Line 18: | ||
|p1= marker: [[String]] | |p1= marker: [[String]] | ||
|p2= path: [[Array]] - {{hl|[x1, y1, x2, y2, ... xn, yn]}} | |p2= path: [[Array]] of pairs [[Number]], [[Number]] - {{hl|[x1, y1, x2, y2, ... xn, yn]}} | ||
{{Feature|important| | {{Feature|important| | ||
Be aware that this command expects an array with a minimum array size of 4 and that the array count always needs to be dividable by 2 and return a whole number. Code: | Be aware that this command expects an array with a minimum array size of 4 and that the array count always needs to be dividable by 2 and return a whole number. Code: |
Latest revision as of 21:28, 28 October 2024
Description
- Description:
- Sets a polyline marker's path.
- Groups:
- Markers
Syntax
- Syntax:
- marker setMarkerPolyline path
- Parameters:
- marker: String
- path: Array of pairs Number, Number - [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