setWaypointPosition
From Bohemia Interactive Community
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.00
Description
- Description:
- Moves the waypoint to a random position in a circle with the given center and radius.
Syntax
- Syntax:
- waypoint setWaypointPosition [center, radius]
- Parameters:
- waypoint: Array - format Waypoint
- [center, radius]: Array
- center: Array - format Position
- radius: Number meters
- [center, radius]: Array
- Return Value:
- Nothing
Examples
- Example 1:
[_grp, 2] setWaypointPosition [position player, 0]
Additional Information
- Multiplayer:
- -
- See also:
- addWaypoint, waypointPosition, setWPPos
Notes
Notes