markerPolyline: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
|game1= arma3dev | |game1= arma3dev | ||
|version= 2.01 | |version= 2.01 | ||
|gr1= Markers | |gr1= Markers | ||
|descr= Returns a polyline marker's path data. | |descr= Returns a polyline marker's path data. | ||
|mp= |Multiplayer Behaviour= | |mp= |Multiplayer Behaviour= | ||
Line 13: | Line 13: | ||
|pr= |Problems= | |pr= |Problems= | ||
|s1= [[markerPolyline]] marker | |s1= [[markerPolyline]] marker | ||
|p1= marker: [[String]] | |p1= marker: [[String]] | ||
|r1= [[Array]] - <tt>[x1, y1, x2, y2, ... xn, yn]</tt> | |r1= [[Array]] - <tt>[x1, y1, x2, y2, ... xn, yn]</tt> | ||
|x1= <code>[[markerPolyline]] "_USER_DEFINED #0/0/1"; {{cc|Returns your first polyline's data in Singleplayer}}</code> | |x1= <code>[[markerPolyline]] "_USER_DEFINED #0/0/1"; {{cc|Returns your first polyline's data in Singleplayer}}</code> | ||
|seealso= [[setMarkerPolyline]] [[setMarkerPolylineLocal]] | |seealso= [[setMarkerPolyline]] [[setMarkerPolylineLocal]] | ||
}} | }} | ||
Revision as of 01:01, 18 January 2021
Description
- Description:
- Returns a polyline marker's path data.
- Groups:
- Markers
Syntax
- Syntax:
- markerPolyline marker
- Parameters:
- marker: String
- Return Value:
- Array - [x1, y1, x2, y2, ... xn, yn]
Examples
- Example 1:
markerPolyline "_USER_DEFINED #0/0/1"; // Returns your first polyline's data in Singleplayer
Additional Information
- See also:
- setMarkerPolyline 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
[[Category:Introduced with arma3dev version ]][[ Category: arma3dev: New Scripting Commands | MARKERPOLYLINE]][[ Category: arma3dev: Scripting Commands | MARKERPOLYLINE]]