waypointCompletionRadius: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
(populated)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Set the radius around the waypoint where is the waypoint completed. |= Description
| Gets the radius around the waypoint where the waypoint is completed. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| waypoint setWaypointCompletionRadius radius |= Syntax
| '''waypointCompletionRadius''' waypoint |= Syntax


|p1= waypoint:  - |= PARAMETER1  
|p1= waypoint:  [[Array]] - format [[Waypoint]] |= PARAMETER1  


|p2= Array,radius:  -  |= PARAMETER2


|p3= |= PARAMETER3
| [[Number]] |= RETURNVALUE


| [[Nothing]] |= RETURNVALUE


 
|x1= <code>_radius <nowiki>=</nowiki> waypointCompletionRadius [groupOne, 1]</code>|= EXAMPLE1  
|x1= <code>[grp,2] setWaypointCompletionRadius 30</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[setWaypointCompletionRadius]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 13:17, 8 October 2009

Hover & click on the images for description

Description

Description:
Gets the radius around the waypoint where the waypoint is completed.
Groups:
Uncategorised

Syntax

Syntax:
waypointCompletionRadius waypoint
Parameters:
waypoint: Array - format Waypoint
Return Value:
Number

Examples

Example 1:
_radius = waypointCompletionRadius [groupOne, 1]

Additional Information

See also:
setWaypointCompletionRadius

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