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|M]]
[[Category:Scripting Commands|MARKERCOLOR]]
[[Category:Scripting Commands OFP 1.97|M]]
[[Category:Scripting Commands OFP 1.97|MARKERCOLOR]]
[[Category:Scripting Commands ArmA|M]]
[[Category:Scripting Commands ArmA|MARKERCOLOR]]





Revision as of 15:36, 4 May 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"