Waypoints: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m ({{busa}} supported)
Line 9: Line 9:
The array '''thisList''' is set to list of all units in the group that given waypoint is assigned to.<br>
The array '''thisList''' is set to list of all units in the group that given waypoint is assigned to.<br>


 
{{busa}}
see also: [[:Category:Command Group: Waypoints|Waypoint commands]], [[Waypoint|Waypoint format]]


[[Category: Scripting_Topics ]]
[[Category: Scripting_Topics ]]

Revision as of 06:54, 9 August 2014

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.

Template:busa