setMarkerColorLocal: 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 | ||
|arg= global | |arg= global | ||
|eff= local | |eff= local | ||
|Sets marker color for the given marker locally. Marker color names and their corresponding RGBA values for Arma 3 could be found in here: [[CfgMarkerColors_Arma_3]] | |Sets marker color for the given marker locally. Marker color names and their corresponding RGBA values for Arma 3 could be found in here: [[CfgMarkerColors_Arma_3]] | ||
| markerName '''setMarkerColorLocal''' color | | markerName '''setMarkerColorLocal''' color | ||
|p1= markerName: [[String]] | |p1= markerName: [[String]] | ||
|p2= color: [[String]] | |p2= color: [[String]] | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>"MarkerOne" [[setMarkerColorLocal]] "ColorBlack";</code> | |x1= <code>"MarkerOne" [[setMarkerColorLocal]] "ColorBlack";</code> | ||
|[[markerColor]], [[getMarkerColor]], [[setMarkerAlpha]], [[setMarkerAlphaLocal]], [[setMarkerBrush]], [[setMarkerBrushLocal]], [[setMarkerColor]], [[setMarkerDir]], [[setMarkerDirLocal]], [[setMarkerPos]], [[setMarkerPosLocal]], [[setMarkerShape]], [[setMarkerShapeLocal]], [[setMarkerSize]], [[setMarkerSizeLocal]], [[setMarkerText]], [[setMarkerTextLocal]], [[setMarkerType]], [[setMarkerTypeLocal]] | |[[markerColor]], [[getMarkerColor]], [[setMarkerAlpha]], [[setMarkerAlphaLocal]], [[setMarkerBrush]], [[setMarkerBrushLocal]], [[setMarkerColor]], [[setMarkerDir]], [[setMarkerDirLocal]], [[setMarkerPos]], [[setMarkerPosLocal]], [[setMarkerShape]], [[setMarkerShapeLocal]], [[setMarkerSize]], [[setMarkerSizeLocal]], [[setMarkerText]], [[setMarkerTextLocal]], [[setMarkerType]], [[setMarkerTypeLocal]] | ||
}} | }} |
Revision as of 11:10, 18 January 2021
Description
- Description:
- Sets marker color for the given marker locally. Marker color names and their corresponding RGBA values for Arma 3 could be found in here: CfgMarkerColors_Arma_3
- Groups:
- Markers
Syntax
- Syntax:
- markerName setMarkerColorLocal color
- Parameters:
- markerName: String
- color: String
- Return Value:
- Nothing
Examples
- Example 1:
"MarkerOne" setMarkerColorLocal "ColorBlack";
Additional Information
- See also:
- markerColorgetMarkerColorsetMarkerAlphasetMarkerAlphaLocalsetMarkerBrushsetMarkerBrushLocalsetMarkerColorsetMarkerDirsetMarkerDirLocalsetMarkerPossetMarkerPosLocalsetMarkerShapesetMarkerShapeLocalsetMarkerSizesetMarkerSizeLocalsetMarkerTextsetMarkerTextLocalsetMarkerTypesetMarkerTypeLocal
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