setWPPos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fixed params)
m (position is of Type Array..Description already decsribes this)
Line 9: Line 9:
| Set waypoint position.
| Set waypoint position.
Waypoint is in format [[Waypoint]].
Waypoint is in format [[Waypoint]].
Position is in format [[Position2D]]. |= Description
Position is in format [[Position2D]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 16: Line 17:
|p1= waypoint: [[Array]] |= Parameter 1
|p1= waypoint: [[Array]] |= Parameter 1


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


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 02:10, 16 September 2006

Hover & click on the images for description

Description

Description:
Set waypoint position. Waypoint is in format Waypoint. Position is in format Position2D.
Groups:
Uncategorised

Syntax

Syntax:
waypoint setWPPos position
Parameters:
waypoint: Array
position: 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