setWaypointLoiterType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game name" to "|Game name=")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(50 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.00


|1.00|= Game version
|gr1= Waypoints
____________________________________________________________________________________________


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


| waypoint '''setWaypointLoiterType''' type|SYNTAX=
|s1= waypoint [[setWaypointLoiterType]] type


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


| Nothing |RETURNVALUE=
|r1= [[Nothing]]


|x1= <sqf>[_grp, 2] setWaypointLoiterType "CIRCLE";</sqf>


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


|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]]
____________________________________________________________________________________________
 
| [[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=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Waypoints|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:24, 13 May 2022

Hover & click on the images for description

Description

Description:
Sets the waypoint loiter type.
Groups:
Waypoints

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

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