getWPPos: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Command|= Comments | |||
____________________________________________________________________________________________ | |||
| ofp |= Game name | |||
|1.21|= Game version | |||
|arg= global |= Arguments in MP | |||
____________________________________________________________________________________________ | |||
| Returns the position of a selected waypoint of a given group. Waypoints include only those which were placed in the mission editor. |= Description | |||
____________________________________________________________________________________________ | |||
''' | | '''getWPPos''' [group, number] |= Syntax | ||
|p1= group: [[Group]] - the group/unit, of which you want to select a waypoint |= Parameter 1 | |||
|p2= number: [[Integer]] - 0 equals the starting position of the group, the waypoints are numbered 1, 2, ... An easy way to remember which number to take: the waypoint number in the mission editor + 1 |= Parameter 2 | |||
[[ | | [[Position]] - | ||
The returned position equals [0,0,0], if the selected waypoint doesn't exist. |= Return value | |||
____________________________________________________________________________________________ | |||
|x1= <pre>[group1,1] setWPPos [200,600,0] | |||
_pos = getWPPos [group1,1]</pre> | |||
returns [200,600,0] |= Example 1 | |||
____________________________________________________________________________________________ | |||
| [[setWPPos]] |= See also | |||
}} | |||
<h3 style="display:none">Notes</h3> | |||
<dl class="command_description"> | |||
<!-- Note Section BEGIN --> | |||
<!-- Note Section END --> | |||
</dl> | |||
<h3 style="display:none">Bottom Section</h3> | |||
[[Category:Scripting Commands|GETWPPOS]] | |||
[[Category:Scripting Commands OFP 1.96|GETWPPOS]] | |||
[[Category:Scripting Commands OFP 1.46|GETWPPOS]] | |||
[[Category:Scripting Commands ArmA|GETWPPOS]] |
Revision as of 00:23, 2 August 2006
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:
- Uncategorised
Syntax
- Syntax:
- getWPPos [group, number]
- Parameters:
- group: Group - the group/unit, of which you want to select a waypoint
- number: Integer - 0 equals the starting position of the group, the waypoints are numbered 1, 2, ... An easy way to remember which number to take: the waypoint number in the mission editor + 1
- Return Value:
- Position - The returned position equals [0,0,0], if the selected waypoint doesn't exist.
Examples
- Example 1:
[group1,1] setWPPos [200,600,0] _pos = getWPPos [group1,1]
returns [200,600,0]
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