setWaypointLoiterType: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Fred Gandt (talk | contribs) m (<code> tidy + "see also") |
||
Line 18: | Line 18: | ||
|x1= <code>[_grp, 2] setWaypointLoiterType "CIRCLE"</code> |= | |x1= <code>[_grp, 2] [[setWaypointLoiterType]] "CIRCLE";</code> |= Example 1 | ||
|x2= <code>[_grp, 2] [[setWaypointLoiterType]] "CIRCLE_L";</code> |= Example 2 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[addWaypoint]], [[waypointLoiterType]], | ||
[[setWaypointBehaviour]], [[setWaypointCombatMode]], [[setWaypointCompletionRadius]], [[setWaypointDescription]], [[setWaypointFormation]], [[setWaypointHousePosition]], [[setWaypointLoiterRadius]], [[setWaypointName]], [[setWaypointPosition]], [[setWaypointScript]], [[setWaypointSpeed]], [[setWaypointStatements]], [[setWaypointTimeout]], [[setWaypointType]], [[setWaypointVisible]] |= See Also | |||
| |= MPBEHAVIOUR | | |= MPBEHAVIOUR |
Revision as of 11:06, 12 April 2014
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:
- addWaypointwaypointLoiterType, setWaypointBehavioursetWaypointCombatModesetWaypointCompletionRadiussetWaypointDescriptionsetWaypointFormationsetWaypointHousePositionsetWaypointLoiterRadiussetWaypointNamesetWaypointPositionsetWaypointScriptsetWaypointSpeedsetWaypointStatementssetWaypointTimeoutsetWaypointTypesetWaypointVisible
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