markerColor: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:Scripting Commands|MARKERCOLOR]] | [[Category:Scripting Commands|MARKERCOLOR]] | ||
[[Category:Scripting Commands OFP 1. | [[Category:Scripting Commands OFP 1.96|MARKERCOLOR]] | ||
[[Category:Scripting Commands ArmA|MARKERCOLOR]] | [[Category:Scripting Commands ArmA|MARKERCOLOR]] | ||
Revision as of 20:53, 1 June 2006
markerColor markername
Operand types:
markerName: String
Type of returned value:
Compatibility:
Added in version 1.50
Description:
Get marker colour.
See setMarkerColor.
Note: This function is identical to getMarkerColor.
Example:
? markerColor "MarkerOne" == "ColorRed" : player setFace "Marilyn"