setWaypointPosition: 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|SETWAYPOINTPOSITION]]
[[Category:Scripting Commands ArmA|SETWAYPOINTPOSITION]]


<new command not populated>


<h2 style="color:#000066">'''''waypoint setWaypointPosition ''[center, radius]'''''</h2>


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


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


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


waypoint setWaypointPosition [center, radius]


Operand types:

waypoint: Array

[center, radius]]: [[Array]

Type of returned value:

Nothing

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]