setMarkerShape: Difference between revisions
Jump to navigation
Jump to search
Pabstmirror (talk | contribs) (Can return POLYLINE since A3 1.60) |
m (template:command argument fix) |
||
Line 11: | Line 11: | ||
| Selects the shape (type) of the marker. | | Selects the shape (type) of the marker. | ||
Shape can be "ICON", "RECTANGLE", "ELLIPSE" or "POLYLINE". |= | Shape can be "ICON", "RECTANGLE", "ELLIPSE" or "POLYLINE". |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| markerName '''setMarkerShape''' shape |= | | markerName '''setMarkerShape''' shape |SYNTAX= | ||
|p1= markerName: [[String]] |= | |p1= markerName: [[String]] |PARAMETER1= | ||
|p2= shape: [[String]] |= | |p2= shape: [[String]] |PARAMETER2= | ||
| [[Nothing]] |= | | [[Nothing]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>"Marker1" [[setMarkerShape]] "RECTANGLE";</code> |= | |x1= <code>"Marker1" [[setMarkerShape]] "RECTANGLE";</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[markerShape]], [[setMarkerBrush]], [[setMarkerColor]], [[setMarkerDir]], [[setMarkerPos]], [[createMarker]], [[setMarkerSize]], [[setMarkerText]], [[setMarkerType]], [[setMarkerAlpha]] |= | | [[markerShape]], [[setMarkerBrush]], [[setMarkerColor]], [[setMarkerDir]], [[setMarkerPos]], [[createMarker]], [[setMarkerSize]], [[setMarkerText]], [[setMarkerType]], [[setMarkerAlpha]] |SEEALSO= | ||
}} | }} |
Revision as of 14:47, 7 April 2019
Description
- Description:
- Selects the shape (type) of the marker. Shape can be "ICON", "RECTANGLE", "ELLIPSE" or "POLYLINE".
- Groups:
- Uncategorised
Syntax
- Syntax:
- markerName setMarkerShape shape
- Parameters:
- markerName: String
- shape: String
- Return Value:
- Nothing
Examples
- Example 1:
"Marker1" setMarkerShape "RECTANGLE";
Additional Information
- See also:
- markerShapesetMarkerBrushsetMarkerColorsetMarkerDirsetMarkerPoscreateMarkersetMarkerSizesetMarkerTextsetMarkerTypesetMarkerAlpha
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 Arma version 1.00
- Arma: New Scripting Commands
- Arma: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Global Effect
- Scripting Commands OFP Elite
- Scripting Commands ArmA
- Command Group: Markers
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters