getMarkerColor: Difference between revisions
Jump to navigation
Jump to search
Waffle SS. (talk | contribs) (global args) |
Killzone Kid (talk | contribs) (format) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns | | | Returns marker color for given marker. See [[setMarkerColor]]. <br><br>Note: This function is identical to [[markerColor]]. |= Description |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 25: | Line 25: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[setMarkerColor]] |= See also | | [[setMarkerColor]], [[setMarkerColorLocal]] |= See also | ||
}} | }} |
Revision as of 18:17, 6 August 2016
Description
- Description:
- Description needed
- Groups:
- Uncategorised
Syntax
- Syntax:
- Returns marker color for given marker. See setMarkerColor.
Note: This function is identical to markerColor. - Parameters:
- markerName: String - marker name
- Return Value:
- String = getMarkerColor markerName
Examples
- Example 1:
"MarkerOne" setMarkerColor "ColorBlack" _color = getMarkerColor "MarkerOne"
returns "ColorBlack"
Additional Information
- See also:
- String - The returned color is one of "Default", "ColorBlack", "ColorRed", "ColorRedAlpha", "ColorGreen", "ColorGreenAlpha", "ColorBlue", "ColorYellow" and "ColorWhite". If the marker does not exists a empty string will be returned.
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:
- Stubs
- Scripting Commands
- Introduced with Operation Flashpoint version 1.21
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Command Group: Markers
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters