Waypoint: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
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. | ||
'''Comments:''' | |||
Note that [groupname, 0] is automatically created at a unit's starting position. | |||
Therefore: | |||
[groupname, 1] would be the first in-editor waypoint<br> | |||
[groupname, 2] would be the second<br> | |||
And so on... | |||
[[Category: Arrays]] | [[Category: Arrays]] |
Revision as of 16:13, 15 April 2006
Format:
[group, index]
Description:
Group is of type Group, index selects waypoint.
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...