setWaypointPosition: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|SETWAYPOINTPOSITION]] | [[Category:Scripting Commands ArmA|SETWAYPOINTPOSITION]] | ||
<h2 style="color:#000066">'''''waypoint setWaypointPosition ''[center, radius]'''''</h2> | |||
'''Operand types:''' | |||
'''waypoint:''' [[Array]] | |||
''' | '''[center, radius]]:''' [[Array] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
[[Nothing]] | |||
'''Compatibility:''' | '''Compatibility:''' | ||
Version 1.86 required. | |||
'''Description:''' | '''Description:''' | ||
Moves the waypoint to a random position in a circle with the given center and radius. | |||
'''Example:''' | '''Example:''' | ||
[grp, 2] '''setWaypointPosition''' [position player, 0] |
Revision as of 22:06, 4 July 2006
waypoint setWaypointPosition [center, radius]
Operand types:
waypoint: Array
[center, radius]]: [[Array]
Type of returned value:
Compatibility:
Version 1.86 required.
Description:
Moves the waypoint to a random position in a circle with the given center and radius.
Example:
[grp, 2] setWaypointPosition [position player, 0]