markerColor: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
Lou Montana (talk | contribs) (Add custom colour info) |
||
Line 24: | Line 24: | ||
|gr1= Markers | |gr1= Markers | ||
|descr= Returns | |descr= Returns colour of the given marker. See also [[setMarkerColor]]/[[setMarkerColorLocal|Local]]. | ||
|s1= [[markerColor]] markerName | |s1= [[markerColor]] markerName | ||
Line 33: | Line 33: | ||
|x1= <sqf>if (markerColor "Marker1" == "ColorRed") then { hint "Marker1 is red!" };</sqf> | |x1= <sqf>if (markerColor "Marker1" == "ColorRed") then { hint "Marker1 is red!" };</sqf> | ||
|x2= <sqf> | |||
"mySuperMarker" setMarkerColor "#(0,1000,0,0.50000)"; // full green, 50% alpha | |||
private _colour = markerColor "mySuperMarker"; // return properly-formatted custom value, here #(0,1,0,0.5) | |||
if (_colour select [0, 1] == "#") then { hint "this marker has a custom colour!" }; | |||
</sqf> | |||
|seealso= [[setMarkerColor]] [[setMarkerColorLocal]] | |seealso= [[setMarkerColor]] [[setMarkerColorLocal]] | ||
}} | }} |
Latest revision as of 13:21, 29 October 2024
Description
- Description:
- Returns colour of the given marker. See also setMarkerColor/Local.
- Groups:
- Markers
Syntax
- Syntax:
- markerColor markerName
- Parameters:
- markerName: String
- Return Value:
- String
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- setMarkerColor setMarkerColorLocal
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
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.46
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Elite: Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Markers