markerColor: Difference between revisions

From Bohemia Interactive Community
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.97|MARKERCOLOR]]
[[Category:Scripting Commands OFP 1.96|MARKERCOLOR]]
[[Category:Scripting Commands ArmA|MARKERCOLOR]]
[[Category:Scripting Commands ArmA|MARKERCOLOR]]



Revision as of 21:53, 1 June 2006


markerColor markername


Operand types:

markerName: String

Type of returned value:

String

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"