setWaypointFormation: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "[[Category:Scripting_Commands_Take_On_Helicopters" to "[[Category:Scripting Commands Take On Helicopters") |
Lou Montana (talk | contribs) m (Text replacement - "[[Category:Scripting Commands ArmA|" to "[[Category:Scripting Commands Armed Assault|") |
||
Line 53: | Line 53: | ||
[[Category:Scripting Commands|SETWAYPOINTFORMATION]] | [[Category:Scripting Commands|SETWAYPOINTFORMATION]] | ||
[[Category:Scripting Commands OFP Elite |SETWAYPOINTFORMATION]] | [[Category:Scripting Commands OFP Elite |SETWAYPOINTFORMATION]] | ||
[[Category:Scripting Commands | [[Category:Scripting Commands Armed Assault|SETWAYPOINTFORMATION]] | ||
[[Category:Command_Group:_Waypoints|{{uc:{{PAGENAME}}}}]] | [[Category:Command_Group:_Waypoints|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] |
Revision as of 19:38, 3 June 2020
Description
- Description:
- Switches the group formation when the waypoint becomes active.
Possible values are:- "NO CHANGE"
- "COLUMN"
- "STAG COLUMN"
- "WEDGE"
- "ECH LEFT"
- "ECH RIGHT"
- "VEE"
- "LINE"
- "FILE"
- "DIAMOND"
- Groups:
- Uncategorised
Syntax
- Syntax:
- waypoint setWaypointFormation formation
- Parameters:
- waypoint: Array - format Waypoint
- formation: String
- Return Value:
- Nothing
Examples
- Example 1:
[_grp, 2] setWaypointFormation "LINE";
Additional Information
- See also:
- formations descriptionwaypointsdeleteWaypointcopyWaypointssetCurrentWaypointsetWaypointBehavioursetWaypointCombatModesetWaypointCompletionRadiussetWaypointDescriptionsetWaypointHousePositionsetWaypointPositionsetWaypointScriptsetWaypointSpeedsetWaypointStatementssetWaypointTimeoutsetWaypointTypesetWaypointVisiblewaypointAttachVehiclewaypointAttachedVehiclesetWaypointLoiterRadiuswaypointLoiterRadiusaddWaypointsetWaypointLoiterTypewaypointSpeed
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
Categories:
- Scripting Commands
- Introduced with Arma version 1.00
- Arma: New Scripting Commands
- Arma: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Global Effect
- Scripting Commands: Server Execution
- Scripting Commands OFP Elite
- Scripting Commands Armed Assault
- Command Group: Waypoints
- Scripting Commands Arma 2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters