Waypoints

From Bohemia Interactive Community
Revision as of 00:29, 20 April 2006 by Planck (talk | contribs)
Jump to navigation Jump to search

Description:

Condition expression is used to determine when the waypoint execution is terminated.
Boolean variable this is set during evaluation of condition expression to primary waypoint termination condition.
Array variable thisList is set to list of all units in the group that given waypoint is assigned to.
Condition must return Boolean value.


On Activation expression defines action that is peformed after the waypoint is terminated.
Expression must either be an assignment or return nothing (see type Nothing).