setMarkerText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
[[Category:Scripting Commands OFP Elite |SETMARKERTEXT]]
[[Category:Scripting Commands OFP Elite |SETMARKERTEXT]]
[[Category:Scripting Commands ArmA|SETMARKERTEXT]]
[[Category:Scripting Commands ArmA|SETMARKERTEXT]]
<new command not populated>




Line 26: Line 24:


Sets the text label of an existing marker.
Sets the text label of an existing marker.


'''Example:'''
'''Example:'''


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

Revision as of 21:26, 4 July 2006


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."