setWaypointCompletionRadius: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
||
Line 46: | Line 46: | ||
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]] | [[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | |||
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command Group: Waypoints]] | [[Category:Command Group: Waypoints]] |
Revision as of 12:07, 25 March 2013
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:
- addWaypointwaypointCompletionRadius
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
-
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.