setMarkerColor: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|gr1 = Markers |=GROUP1" to "|gr1 = Markers |GROUP1=") |
mNo edit summary |
||
Line 7: | Line 7: | ||
|gr1 = Markers |GROUP1= | |gr1 = Markers |GROUP1= | ||
|eff= global |Multiplayer Effects= | |eff= global |Multiplayer Effects= | ||
Line 45: | Line 43: | ||
[[Category:Scripting Commands OFP 1.46|SETMARKERCOLOR]] | [[Category:Scripting Commands OFP 1.46|SETMARKERCOLOR]] | ||
[[Category:Scripting Commands Armed Assault|SETMARKERCOLOR]] | [[Category:Scripting Commands Armed Assault|SETMARKERCOLOR]] | ||
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] |
Revision as of 11:21, 26 September 2020
Description
- Description:
- Sets marker color. Marker color names and their corresponding RGBA values for Arma 3 could be found in here: CfgMarkerColors_Arma_3
- Groups:
- Markers
Syntax
- Syntax:
- markerName setMarkerColor color
- Parameters:
- markerName: String
- color: String
- Return Value:
- Nothing
Examples
- Example 1:
"MarkerOne" setMarkerColor "ColorBlack";
Additional Information
- See also:
- setMarkerColorLocalmarkerColorgetMarkerColorsetMarkerBrushcreateMarkersetMarkerDirsetMarkerPossetMarkerShapesetMarkerSizesetMarkerTextsetMarkerTypesetMarkerAlpha
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 Operation Flashpoint version 1.21
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Markers
- Scripting Commands: Global Effect
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands Armed Assault
- Scripting Commands Arma 2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters