setWaypointCompletionRadius: Difference between revisions

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


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


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


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


|p2= Array,radius: |= PARAMETER2  
|p2= radius: [[Number]] |= PARAMETER2  
 
|p3= |= PARAMETER3


| [[Nothing]] |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  
Line 25: Line 23:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[waypointCompletionRadius]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 13:23, 8 October 2009

Hover & click on the images for description

Description

Description:
Sets the radius around the waypoint where the waypoint is completed.
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