Waypoints
Jump to navigation
Jump to search
Template:SideTOC Waypoints are a group's successive destination/task indicator (see setWaypointType for a list of available types). They are represented as an Array in Waypoint format [group, index].
Since Arma 2 waypoints for players were mostly replaced by Tasks; since Arma 3 the Task Framework allows for an easy usage of them.
Usage
Condition
The Condition is Code that determines whether the waypoint is completed.
Its value is evaluated locally on the group owner's machine and must return a Boolean.
OnActivation
The OnActivation is Code that is executed on Condition's completion.