Waypoint: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (fuckup, sorry)
m (aaaaaaa)
Line 6: Line 6:
'''Description:'''
'''Description:'''
Group is of type [[Group]], index is of type [[Number]].<br>
Group is of type [[Group]], index is of type [[Number]].<br>
Index selects waypoint.<br>
Index is the waypoint # in line.<br>
Index 0 selects first waypoint which is always created on group starting position.  
Index 0 selects first waypoint which is always created on group starting position.  



Revision as of 03:08, 2 April 2019

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...