groupName addWaypoint [center, radius]

Operand types

groupName: Group
[center, radius]: Array

Type of returned value

Description

Adds a new waypoint to a group.
The waypoint is placed randomly in a circle with the given center and radius.
center can be a named object or an array with format Position.
The function returns an array with format Waypoint.

Used In

ArmA

Example

_wayP = groupname addWaypoint [fred, 10]
Search OFPEC COMREF