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 ____________________...")
 
m (template:command argument fix)
(8 intermediate revisions by 7 users not shown)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Sets the waypoint loiter type. |= Description
| Sets the waypoint loiter type. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| waypoint '''setWaypointLoiterType''' type|= Syntax
| waypoint '''setWaypointLoiterType''' type|SYNTAX=


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


| Nothing  |= RETURNVALUE
| Nothing  |RETURNVALUE=  




|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=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO
| [[waypoints]], [[deleteWaypoint]], [[copyWaypoints]], [[setCurrentWaypoint]], [[setWaypointBehaviour]], [[setWaypointCombatMode]], [[setWaypointCompletionRadius]], [[setWaypointDescription]], [[setWaypointFormation]], [[setWaypointHousePosition]], [[setWaypointPosition]], [[setWaypointScript]], [[setWaypointSpeed]], [[setWaypointStatements]], [[setWaypointTimeout]], [[setWaypointType]], [[setWaypointVisible]], [[waypointAttachVehicle]], [[waypointAttachedVehicle]], [[setWaypointLoiterRadius]], [[waypointLoiterRadius]], [[addWaypoint]], [[currentWaypoint]], [[waypointSpeed]], [[setWPPos]], [[waypointName]] |SEEALSO=


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}
Line 39: Line 40:
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Waypoints|{{uc:{{PAGENAME}}}}]]

Revision as of 15:48, 7 April 2019

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