Waypoint: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (aaaaaaa)
mNo edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
'''Format:'''
; Format
: [group, index]


[group, index]


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


'''Description:'''
Group is of type [[Group]], index is of type [[Number]].<br>
Index is the waypoint # in line.<br>
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, etc.


'''Comments:'''


Note that [groupname, 0] is automatically created at a unit's starting position.
== See Also ==
 
Therefore:
 
[groupname, 1] would be the first in-editor waypoint<br>
[groupname, 2] would be the second<br>
And so on...


* [[Waypoints]]
* [[:Category:Command Group: Waypoints|Waypoints Commands]]
* [[:Category:Function Group: Waypoints|Waypoints Functions]]




[[Category: Arrays]]
[[Category: Arrays]]

Latest revision as of 16:34, 9 December 2020

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


See Also