getMarkerColor: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (format) |
Killzone Kid (talk | contribs) (format) |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | '''getMarkerColor''' markerName |= Syntax | ||
|p1= markerName: [[String]] - marker name |= Parameter 1 | |p1= markerName: [[String]] - marker name |= Parameter 1 | ||
| [[String]] | | [[String]]|= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= < | |x1= <code>"MarkerOne" [[setMarkerColor]] "ColorBlack"; | ||
_color = [[getMarkerColor]] "MarkerOne"; //returns "ColorBlack"</code> |= Example 1 | |||
_color = getMarkerColor "MarkerOne" | |||
returns "ColorBlack" |= Example 1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 18:19, 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:
- getMarkerColor markerName
Examples
- Example 1:
"MarkerOne" setMarkerColor "ColorBlack"; _color = getMarkerColor "MarkerOne"; //returns "ColorBlack"
Additional Information
- See also:
- String
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