waypointPosition: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#W|COMREF]] | |||
<h2 style="color:#000066">'''waypointPosition ''waypoint'''''</h2> | <h2 style="color:#000066">'''waypointPosition ''waypoint'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
Line 5: | Line 8: | ||
'''waypoint:''' [[Array]] | '''waypoint:''' [[Array]] | ||
'''Type of returned value:''' [[Array]] | '''Type of returned value:''' | ||
[[Array]] | |||
'''Description:''' | '''Description:''' | ||
Get waypoint | Get waypoint position. | ||
Waypoint format is Waypoint. | Waypoint format is [[Waypoint]]. | ||
Note: This function is identical to | Note: This function is identical to [[getWPPos]]. | ||
'''Example:''' | '''Example:''' | ||
wPos = '''waypointPosition''' [groupOne, 1] | wPos = '''waypointPosition''' [groupOne, 1] |