getMarkerColor: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) mNo edit summary |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns marker color for given marker. See [[setMarkerColor]]. <br><br>Note: This function is identical to [[markerColor]]. |= | | Returns marker color for given marker. See [[setMarkerColor]]. <br><br>Note: This function is identical to [[markerColor]]. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''getMarkerColor''' markerName |= | | '''getMarkerColor''' markerName |SYNTAX= | ||
|p1= markerName: [[String]] - marker name |= | |p1= markerName: [[String]] - marker name |PARAMETER1= | ||
| [[String]]|= | | [[String]]|RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>"MarkerOne" [[setMarkerColor]] "ColorBlack"; | |x1= <code>"MarkerOne" [[setMarkerColor]] "ColorBlack"; | ||
_color = [[getMarkerColor]] "MarkerOne"; //returns "ColorBlack"</code> |= | _color = [[getMarkerColor]] "MarkerOne"; //returns "ColorBlack"</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[setMarkerColor]], [[setMarkerColorLocal]] |= | | [[setMarkerColor]], [[setMarkerColorLocal]] |SEEALSO= | ||
}} | }} |
Revision as of 14:40, 7 April 2019
Description
- Description:
- Returns marker color for given marker. See setMarkerColor.
Note: This function is identical to markerColor. - Groups:
- Uncategorised
Syntax
Examples
- Example 1:
"MarkerOne" setMarkerColor "ColorBlack"; _color = getMarkerColor "MarkerOne"; //returns "ColorBlack"
Additional Information
- See also:
- setMarkerColorsetMarkerColorLocal
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: 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