waypointPosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (+ Category)
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Get waypoint position. Waypoint format is [[Waypoint]]. <br>'''Note''': This function is identical to [[getWPPos]]. |= Description
| Get [[Waypoint]]'s  [[Position]]. <br>'''Note''': This function is identical to [[getWPPos]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''waypointPosition''' waypoint |= Syntax
| [[Position]] <nowiki>=</nowiki> '''waypointPosition''' [[Waypoint]]|= Syntax


|p1= waypoint: [[Array]] |= Parameter 1
|p1= [[Waypoint]]: [[Array]] |= Parameter 1


| [[Array]] |= Return value
| [[Position]]: [[Array]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>wPos = waypointPosition [groupOne, 1]</pre> |= Example 1
|x1= <pre>_wPos = waypointPosition [_groupOne, 1]</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 03:44, 1 September 2007

Hover & click on the images for description

Description

Description:
Get Waypoint's Position.
Note: This function is identical to getWPPos.
Groups:
Uncategorised

Syntax

Syntax:
Position = waypointPosition Waypoint
Parameters:
Waypoint: Array
Return Value:
Position: Array

Examples

Example 1:
_wPos = waypointPosition [_groupOne, 1]

Additional Information

See also:
See also needed

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

Notes

Bottom Section