setWaypointPosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(add. ArmA2 classification)
Line 39: Line 39:
[[Category:Scripting Commands ArmA|SETWAYPOINTPOSITION]]
[[Category:Scripting Commands ArmA|SETWAYPOINTPOSITION]]
[[Category:Command_Group:_Waypoints|SETWAYPOINTPOSITION]]
[[Category:Command_Group:_Waypoints|SETWAYPOINTPOSITION]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]

Revision as of 18:33, 3 June 2009

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Moves the waypoint to a random position in a circle with the given center and radius.
Groups:
Uncategorised

Syntax

Syntax:
waypoint setWaypointPosition [center, radius]
Parameters:
waypoint: Array - format Waypoint
[center, radius]: Array
center: Array - format Position
radius: Number meters
Return Value:
Nothing

Examples

Example 1:
[_grp, 2] setWaypointPosition [position player, 0]

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