markerColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 30: Line 30:
'''Example:'''
'''Example:'''


? '''markerColor''' "MarkerOne" [[ cond_equal | ==]] "ColorRed" : [[player]] '''setFace''' "Marilyn"
? '''markerColor''' "MarkerOne" [[ a == b | ==]] "ColorRed" : [[player]] '''setFace''' "Marilyn"

Revision as of 16:38, 24 April 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"