setMarkerText: Difference between revisions

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


"Marker1" '''setMarkerText''' You are here.
"Marker1" '''setMarkerText''' "You are here."

Revision as of 14:23, 3 July 2006


<new command not populated>


name setMarkerText text


Operand types:

name: String

text: String

Type of returned value:

Nothing

Compatibility:

Version 1.86 required.

Description:

Sets the text label of an existing marker.

Example:

"Marker1" setMarkerText "You are here."