setWPPos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 12: Line 12:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


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


|p2= [[Position2D]]: [[Array]] |= Parameter 2
|p2= pos: [[Array]] - format [[Position2D]] |= Parameter 2


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

Revision as of 23:28, 25 January 2009

Hover & click on the images for description

Description

Description:
Set waypoint position
Groups:
Uncategorised

Syntax

Syntax:
waypoint setWPPos pos
Parameters:
waypoint: Array - format Waypoint
pos: Array - format Position2D
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