setWaypointLoiterType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.00|= Game version ____________________...")
 
No edit summary
Line 19: Line 19:


|x1= <code>[_grp, 2] setWaypointLoiterType "CIRCLE"</code> |= EXAMPLE1  
|x1= <code>[_grp, 2] setWaypointLoiterType "CIRCLE"</code> |= EXAMPLE1  
|x2= <code>[_grp, 2] setWaypointLoiterType "CIRCLE_L"</code> |= EXAMPLE2


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 15:18, 16 October 2013

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:
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