setWaypointPosition

From Bohemia Interactive Community
Revision as of 23:06, 4 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


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]