setWaypointLoiterType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (format)
(same, no need to abbreviate)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| wp '''setWaypointLoiterType''' type|= Syntax
| waypoint '''setWaypointLoiterType''' type|= Syntax


|p1= wp: [[Waypoint]] |= Parameter 1
|p1= waypoint: [[Waypoint]] |= Parameter 1
|p2= type: [[String]]  |= Parameter 2
|p2= type: [[String]]  |= Parameter 2



Revision as of 12:53, 30 April 2015

Hover & click on the images for description

Description

Description:
Sets the waypoint loiter type.
Groups:
Uncategorised

Syntax

Syntax:
waypoint setWaypointLoiterType type
Parameters:
waypoint: Waypoint
type: String
Return Value:
Nothing

Examples

Example 1:
[_grp, 2] setWaypointLoiterType "CIRCLE";
Example 2:
[_grp, 2] setWaypointLoiterType "CIRCLE_L";

Additional Information

See also:
waypointsdeleteWaypointcopyWaypointssetCurrentWaypointsetWaypointBehavioursetWaypointCombatModesetWaypointCompletionRadiussetWaypointDescriptionsetWaypointFormationsetWaypointHousePositionsetWaypointPositionsetWaypointScriptsetWaypointSpeedsetWaypointStatementssetWaypointTimeoutsetWaypointTypesetWaypointVisiblewaypointAttachVehiclewaypointAttachedVehiclesetWaypointLoiterRadiuswaypointLoiterRadiusaddWaypointcurrentWaypointwaypointSpeedsetWPPoswaypointName

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