setWPPos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(informative)
Line 5: Line 5:


|1.21|= Game version
|1.21|= Game version
|eff= local |= Effects in MP
____________________________________________________________________________________________
____________________________________________________________________________________________


| Set waypoint position |= Description
| Sets waypoint position <br><br>
{{ Informative | This command is identical to <tt>[[setWaypointPosition]] [pos, 0]</tt>}}|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


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


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


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

Revision as of 16:23, 15 November 2018

Hover & click on the images for description

Description

Description:
Sets waypoint position

This command is identical to setWaypointPosition [pos, 0]
Groups:
Uncategorised

Syntax

Syntax:
waypoint setWPPos pos
Parameters:
waypoint: Array - format Waypoint
pos: Array - format PositionAGL
Return Value:
Nothing

Examples

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

Additional Information

See also:
deleteWaypointcopyWaypointssetCurrentWaypointsetWaypointBehavioursetWaypointCombatModesetWaypointCompletionRadiussetWaypointDescriptionsetWaypointFormationsetWaypointHousePositionsetWaypointPositionsetWaypointScriptsetWaypointSpeedsetWaypointStatementssetWaypointTimeoutsetWaypointTypesetWaypointVisiblewaypointAttachVehiclewaypointAttachedVehiclesetWaypointLoiterRadiuswaypointLoiterRadiusaddWaypointsetWaypointLoiterTypewaypointswaypointSpeed

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