setWaypointDescription: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|SETWAYPOINTDESCRIPTION]]
[[Category:Scripting Commands ArmA|SETWAYPOINTDESCRIPTION]]


<new command not populated>


<h2 style="color:#000066">'''''waypont'' setWaypointDescription ''text'''''</h2>


<h2 style="color:#000066">''''' setWaypointDescription '''''</h2>


'''Operand types:'''
'''waypoint:''' [[Array]]


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


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


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


'''Description:'''
'''Description:'''
Sets the description shown in the HUD while the waypoint is active.




'''Example:'''
'''Example:'''
[grp, 2] '''setWaypointDescription''' "Move here."

Revision as of 22:54, 4 July 2006


waypont setWaypointDescription text


Operand types:

waypoint: Array

text: String

Type of returned value:

Nothing

Compatibility:

Version 1.86 required.

Description:

Sets the description shown in the HUD while the waypoint is active.


Example:

[grp, 2] setWaypointDescription "Move here."