setWaypointPosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 28: Line 28:
'''Example:'''
'''Example:'''


[grp, 2] '''setWaypointPosition''' [position player, 0]
[grp, 2] '''setWaypointPosition''' [position player, 0]

Revision as of 23:07, 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]