Waypoints: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (rephrasing)
mNo edit summary
Line 10: Line 10:




see also: [[:Category:Command Group: Waypoints|Waypoint commands]]
see also: [[:Category:Command Group: Waypoints|Waypoint commands]], [[Waypoint|Waypoint format]]
 
[[Category: Scripting_Topics ]]
[[Category: Scripting_Topics ]]

Revision as of 04:14, 27 April 2007

Description:

Condition expression must return a Boolean value, and is used to determine when the waypoint execution is terminated.

On Activation expression defines action that is peformed after the waypoint is terminated.

The variable this is set during the evaluation of the condition to the primary waypoint termination condition (i.e. if the waypoint is of the type "Move" the variable this would contain the name of the lead unit, once the waypoint in reached).

The array thisList is set to list of all units in the group that given waypoint is assigned to.


see also: Waypoint commands, Waypoint format