setWaypointCompletionRadius: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(syntax completed)
(Updated Description to the proper definition)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Sets the radius around the waypoint where the waypoint is completed. |= Description
| The completion radius allows units to call the waypoint completed once they are inside of the given circle. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 16:10, 29 January 2010

Hover & click on the images for description

Description

Description:
The completion radius allows units to call the waypoint completed once they are inside of the given circle.
Groups:
Uncategorised

Syntax

Syntax:
waypoint setWaypointCompletionRadius radius
Parameters:
waypoint: Array - format Waypoint
radius: Number
Return Value:
Nothing

Examples

Example 1:
[grp,2] setWaypointCompletionRadius 30

Additional Information

See also:
waypointCompletionRadius

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section