setMarkerText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:




<h2 style="color:#000066">''''' setMarkerText '''''</h2>
<h2 style="color:#000066">'''''name'' setMarkerText ''text'''''</h2>




'''Operand types:'''
'''Operand types:'''
'''name:''' [[String]]
'''text:''' [[String]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Nothing]]


'''Compatibility:'''
'''Compatibility:'''
Version 1.86 required.


'''Description:'''
'''Description:'''


Sets the text label of an existing marker.


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

Revision as of 14:22, 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.