setWaypointLoiterType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *r([0-9])= *Nothing * " to "|r$1= Nothing ")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(33 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.00
|1.00


|gr1= Waypoints
|gr1= Waypoints


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


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


|p1= waypoint: [[Waypoint]]
|p1= waypoint: [[Waypoint]]
Line 16: Line 15:
|r1= [[Nothing]]
|r1= [[Nothing]]


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


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


|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= [[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]]
}}
}}
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}

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