setWaypointCompletionRadius: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
Lou Montana (talk | contribs) m (Text replacement - "<!-- Note Section [A-Z]+ --> " to "") |
||
Line 23: | Line 23: | ||
<dl class='command_description'> | <dl class='command_description'> | ||
<dd class="notedate">Posted on 29 January 2010, 14:12</dd> | <dd class="notedate">Posted on 29 January 2010, 14:12</dd> | ||
<dt class="note">[[User:Laking|Laking]]</dt> | <dt class="note">[[User:Laking|Laking]]</dt> | ||
Line 32: | Line 31: | ||
* This does not necessarily mean the waypoint is complete once they are inside of the circle. | * 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. | * The way it works now it is complete once unit is inside and does not think it would be reasonable to move any closer. | ||
</dl> | </dl> | ||
Revision as of 00:43, 6 April 2021
Description
- Description:
- Description needed
- Groups:
- Waypoints
Syntax
- Syntax:
- Syntax needed
- Parameters:
- waypoint: Array - format Waypoint
- radius: Number
- Return Value:
- Return value needed
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.