setWaypointTimeout: 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|SETWAYPOINTTIMEOUT]]
[[Category:Scripting Commands ArmA|SETWAYPOINTTIMEOUT]]


<new command not populated>


<h2 style="color:#000066">'''''waypoint'' setWaypointTimeout ''[min, mid, max]'''''</h2>


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


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


'''Operand types:'''
'''[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 23:21, 4 July 2006


waypoint setWaypointTimeout [min, mid, max]


Operand types:

waypoint: Array

[min, mid, max]: Array

Type of returned value:

Nothing

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]