getWPPos: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Text replacement - "<tt>([^= ]+)<\/tt>" to "{{hl|$1}}") |
||
Line 33: | Line 33: | ||
|p2= index: [[Number]] - 0 equals the starting position of the group.<br> | |p2= index: [[Number]] - 0 equals the starting position of the group.<br> | ||
The number used in this and other waypoint commands is ''one more'' than the one displayed in the waypoint window in the editor. (i.e. if the editor labeled a WP | The number used in this and other waypoint commands is ''one more'' than the one displayed in the waypoint window in the editor. (i.e. if the editor labeled a WP {{hl|"0:MOVE"}} the you would have to use {{hl|getWPPos [grp,1]}} to access this particular WP) | ||
|r1= [[Array]] - format [[Position3D]]. The returned position equals [0,0,0] if the selected waypoint doesn't exist. | |r1= [[Array]] - format [[Position3D]]. The returned position equals [0,0,0] if the selected waypoint doesn't exist. |
Revision as of 00:17, 16 November 2021
Description
- Description:
- Returns the position of a selected waypoint of a given group. Waypoints include only those which were placed in the mission editor.
- Groups:
- Waypoints
Syntax
- Syntax:
- getWPPos [group, index]
- Parameters:
- group: Group - the group/unit, of which you want to select a waypoint
- index: Number - 0 equals the starting position of the group.
The number used in this and other waypoint commands is one more than the one displayed in the waypoint window in the editor. (i.e. if the editor labeled a WP "0:MOVE" the you would have to use getWPPos [grp,1] to access this particular WP) - Return Value:
- Array - format Position3D. The returned position equals [0,0,0] if the selected waypoint doesn't exist.
Examples
Additional Information
- See also:
- setWPPos
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.21
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Elite: Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Waypoints