showWaypoint: 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|SHOWWAYPOINT]]
[[Category:Scripting Commands ArmA|SHOWWAYPOINT]]


<new command not populated>


<h2 style="color:#000066">'''''waypoint'' showWaypoint ''show'''''</h2>


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


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


'''Operand types:'''
'''show:''' [[String]]


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


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


'''Description:'''
'''Description:'''
Sets the condition determining when the waypoint is shown.
Possible values are: "NEVER", "EASY" and "ALWAYS".




'''Example:'''
'''Example:'''
[grp, 2] '''showWaypoint''' "ALWAYS"

Revision as of 15:29, 5 July 2006


waypoint showWaypoint show


Operand types:

waypoint: Array

show: String

Type of returned value:

Nothing

Compatibility:

Version 1.86 required.

Description:

Sets the condition determining when the waypoint is shown.

Possible values are: "NEVER", "EASY" and "ALWAYS".


Example:

[grp, 2] showWaypoint "ALWAYS"