setWPPos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
[[Category:Scripting Commands ArmA|S]]
[[Category:Scripting Commands ArmA|S]]


back to [[Scripting_Reference#S|COMREF]]


<h2 style="color:#000066">'''''waypoint'' setWPPos ''position'''''</h2>
<h2 style="color:#000066">'''''waypoint'' setWPPos ''position'''''</h2>

Revision as of 11:44, 23 April 2006


waypoint setWPPos position


Operand types:

waypoint: Array

position: Array

Type of returned value:

Nothing

Compatibility:

Added in version 1.21

Description:

Set waypoint position.
Waypoint is in format Waypoint.
Position is in format Position2D.


Example:

[groupOne, 1] setWPPos getMarkerPos "MarkerOne"