setWaypointTimeout: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|SETWAYPOINTTIMEOUT]] | [[Category:Scripting Commands ArmA|SETWAYPOINTTIMEOUT]] | ||
<h2 style="color:#000066">'''''waypoint'' setWaypointTimeout ''[min, mid, max]'''''</h2> | |||
'''Operand types:''' | |||
'''waypoint:''' [[Array]] | |||
''' | '''[min, mid, max]:''' [[Array]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
[[Nothing]] | |||
'''Compatibility:''' | '''Compatibility:''' | ||
Version 1.86 required. | |||
'''Description:''' | '''Description:''' | ||
Defines the time between condition satisfaction and waypoint finish (randomly from min to max, with an average value mid). | |||
'''Example:''' | '''Example:''' | ||
[grp, 2] '''setWaypointTimeout''' [5, 10, 6] |
Revision as of 22:21, 4 July 2006
waypoint setWaypointTimeout [min, mid, max]
Operand types:
waypoint: Array
[min, mid, max]: Array
Type of returned value:
Compatibility:
Version 1.86 required.
Description:
Defines the time between condition satisfaction and waypoint finish (randomly from min to max, with an average value mid).
Example:
[grp, 2] setWaypointTimeout [5, 10, 6]