setWaypointLoiterType: Difference between revisions
Jump to navigation
Jump to search
m (waypoint cat added) |
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
||
(56 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 |= | |game1= arma3 | ||
|version1= 1.00 | |||
| | |gr1= Waypoints | ||
| Sets the waypoint loiter type. | |descr= Sets the waypoint loiter type. | ||
| waypoint | |s1= waypoint [[setWaypointLoiterType]] type | ||
|p1= | |p1= waypoint: [[Waypoint]] | ||
|p2= type: [[String]] | |p2= type: [[String]] | ||
| Nothing | |r1= [[Nothing]] | ||
|x1= <sqf>[_grp, 2] setWaypointLoiterType "CIRCLE";</sqf> | |||
| | |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]] | ||
}} | }} | ||
Latest revision as of 10:24, 13 May 2022
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