Waypoint

From Bohemia Interactive Community
Revision as of 20:21, 29 December 2018 by Erentar (talk | contribs)
Jump to navigation Jump to search

Format:

[group, index]


Description: Group is of type Group, index is of type Number.
Index is the waypoint # in line.
Index 0 selects first waypoint which is always created on group starting position.


Comments:

Note that [groupname, 0] is automatically created at a unit's starting position.

Therefore:

[groupname, 1] would be the first in-editor waypoint
[groupname, 2] would be the second
And so on...