setMarkerShapeLocal: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma1 | | arma1 | ||
|1.04 | |1.04 | ||
|gr1 = Markers | |gr1 = Markers | ||
|eff= local | |eff= local | ||
| Selects shape (actual type) of the local marker. The shape can be: | | Selects shape (actual type) of the local marker. The shape can be: | ||
Line 13: | Line 13: | ||
* <tt>"RECTANGLE"</tt> | * <tt>"RECTANGLE"</tt> | ||
* <tt>"ELLIPSE"</tt> | * <tt>"ELLIPSE"</tt> | ||
* <tt>"POLYLINE"</tt> | * <tt>"POLYLINE"</tt> | ||
| markerName '''setMarkerShapeLocal''' shape | | markerName '''setMarkerShapeLocal''' shape | ||
|p1= markerName: [[String]] | |p1= markerName: [[String]] | ||
|p2= shape: [[String]] | |p2= shape: [[String]] | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>"Marker1" [[setMarkerShapeLocal]] "RECTANGLE";</code> | |x1= <code>"Marker1" [[setMarkerShapeLocal]] "RECTANGLE";</code> | ||
| [[setMarkerAlpha]], [[setMarkerAlphaLocal]], [[setMarkerBrush]], [[setMarkerBrushLocal]], [[setMarkerColor]], [[setMarkerColorLocal]], [[setMarkerDir]], [[setMarkerDirLocal]], [[setMarkerPos]], [[setMarkerPosLocal]], [[setMarkerShape]], [[setMarkerSize]], [[setMarkerSizeLocal]], [[setMarkerText]], [[setMarkerTextLocal]], [[setMarkerType]], [[setMarkerTypeLocal]] | | [[setMarkerAlpha]], [[setMarkerAlphaLocal]], [[setMarkerBrush]], [[setMarkerBrushLocal]], [[setMarkerColor]], [[setMarkerColorLocal]], [[setMarkerDir]], [[setMarkerDirLocal]], [[setMarkerPos]], [[setMarkerPosLocal]], [[setMarkerShape]], [[setMarkerSize]], [[setMarkerSizeLocal]], [[setMarkerText]], [[setMarkerTextLocal]], [[setMarkerType]], [[setMarkerTypeLocal]] | ||
}} | }} |
Revision as of 11:08, 18 January 2021
Description
- Description:
- Selects shape (actual type) of the local marker. The shape can be:
- "ICON"
- "RECTANGLE"
- "ELLIPSE"
- "POLYLINE"
- Groups:
- Markers
Syntax
- Syntax:
- markerName setMarkerShapeLocal shape
- Parameters:
- markerName: String
- shape: String
- Return Value:
- Nothing
Examples
- Example 1:
"Marker1" setMarkerShapeLocal "RECTANGLE";
Additional Information
- See also:
- setMarkerAlphasetMarkerAlphaLocalsetMarkerBrushsetMarkerBrushLocalsetMarkerColorsetMarkerColorLocalsetMarkerDirsetMarkerDirLocalsetMarkerPossetMarkerPosLocalsetMarkerShapesetMarkerSizesetMarkerSizeLocalsetMarkerTextsetMarkerTextLocalsetMarkerTypesetMarkerTypeLocal
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