waypointPosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|WAYPOINTPOSITION]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|WAYPOINTPOSITION]]
____________________________________________________________________________________________
[[Category:Scripting Commands ArmA|WAYPOINTPOSITION]]


| ofpr |= Game name


<h2 style="color:#000066">'''waypointPosition  ''waypoint'''''</h2>
|1.5|= Game version
____________________________________________________________________________________________


| Get waypoint position. Waypoint format is [[Waypoint]]. Note: This function is identical to [[getWPPos]]. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''waypointPosition''' waypoint |= Syntax


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


'''Type of returned value:'''
| [[Array]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>wPos = waypointPosition [groupOne, 1]</pre> |= Example 1
____________________________________________________________________________________________


[[Array]]
|  |= See also


'''Compatibility:'''
}}


Added in version '''1.50'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Get waypoint position.
<h3 style="display:none">Bottom Section</h3>


Waypoint format is [[Waypoint]].
[[Category:Scripting Commands|WAYPOINTPOSITION]]
 
[[Category:Scripting Commands OFP 1.96|WAYPOINTPOSITION]]
Note: This function is identical to [[getWPPos]].
[[Category:Scripting Commands ArmA|WAYPOINTPOSITION]]
 
 
'''Example:'''
 
wPos = '''waypointPosition''' [groupOne, 1]

Revision as of 23:39, 1 August 2006

Hover & click on the images for description

Description

Description:
Get waypoint position. Waypoint format is Waypoint. Note: This function is identical to getWPPos.
Groups:
Uncategorised

Syntax

Syntax:
waypointPosition waypoint
Parameters:
waypoint: Array
Return Value:
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