setWPPos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (eff local)
mNo edit summary
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Set waypoint position.
| Set waypoint position |= Description
 
Waypoint is in format [[Waypoint]].
 
Position is in format [[Position2D]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| waypoint '''setWPPos''' position |= Syntax
| [[Waypoint]] '''setWPPos''' [[Position2D]]|= Syntax


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


|p2= position: [[Array]] |= Parameter 2
|p2= [[Position2D]]: [[Array]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>[groupOne, 1] setWPPos [[markerPos]] "MarkerOne"</code> |= Example 1
|x1= <code>[_groupOne, 1] setWPPos [[markerPos]] "MarkerOne"</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 14:10, 31 August 2007

Hover & click on the images for description

Description

Description:
Set waypoint position
Groups:
Uncategorised

Syntax

Syntax:
Waypoint setWPPos Position2D
Parameters:
Waypoint: Array
Position2D: Array
Return Value:
Nothing

Examples

Example 1:
[_groupOne, 1] setWPPos markerPos "MarkerOne"

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