markerColor: Difference between revisions

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


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

Revision as of 03:39, 16 April 2006

back to COMREF

markerColor markername


Operand types:

markerName: String

Type of returned value:

String

Description:

Get marker colour.

See setMarkerColor.

Note: This function is identical to getMarkerColor.


Example:

? markerColor "MarkerOne" == "ColorRed" : player setFace "Marilyn"