showWaypoint: Difference between revisions
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]] | ||
<h2 style="color:#000066">'''''waypoint'' showWaypoint ''show'''''</h2> | |||
'''Operand types:''' | |||
'''waypoint:''' [[Array]] | |||
''' | '''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" |