setWaypointCompletionRadius: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ")
m (Text replacement - "\|s([0-9])\= ([^' ]+)'''([^' ]+)'''([^ ]*) " to "|s$1= $2$3$4 ")
Line 17: Line 17:
|descr= The completion radius allows units to call the waypoint completed once they are inside of the given circle.
|descr= The completion radius allows units to call the waypoint completed once they are inside of the given circle.


|s1= waypoint '''setWaypointCompletionRadius''' radius
|s1= waypoint [[setWaypointCompletionRadius]] radius


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

Revision as of 19:11, 20 June 2021

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:
Waypoints

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:
waypointsdeleteWaypointcopyWaypointssetCurrentWaypointsetWaypointBehavioursetWaypointCombatMode setWaypointDescriptionsetWaypointFormationsetWaypointHousePositionsetWaypointPositionsetWaypointScriptsetWaypointSpeedsetWaypointStatementssetWaypointTimeoutsetWaypointTypesetWaypointVisiblewaypointAttachVehiclewaypointAttachedVehiclesetWaypointLoiterRadiuswaypointLoiterRadiusaddWaypointsetWaypointLoiterTypewaypointSpeed

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
Posted on 29 January 2010‎, 14:12
Laking
  • The completion radius is currently important for units moving in the Combat mode.
  • With default completion radius = 0 the leader always finishes in the exact location of the waypoint.
  • By providing a completion radius you allow him to plan his road to a cover nearby instead.
  • This does not necessarily mean the waypoint is complete once they are inside of the circle.
  • The way it works now it is complete once unit is inside and does not think it would be reasonable to move any closer.