setWaypointFormation: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (<pre> to <code> + "see also" + Desc. tidy)
Line 8: Line 8:


| Switches the group formation when the waypoint becomes active.
| Switches the group formation when the waypoint becomes active.
 
<br>
<br>
Possible values are:  
Possible values are:  
* "NO CHANGE"
* "NO CHANGE"
Line 19: Line 20:
* "LINE"
* "LINE"
* "FILE"
* "FILE"
* "DIAMOND"
* "DIAMOND" |= Description
|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 32: Line 32:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>[_grp, 2] setWaypointFormation "LINE"</pre> |= Example 1
|x1= <code>[_grp, 2] [[setWaypointFormation]] "LINE";</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Mission_Editor:_Waypoints#Formation|formations description]], [[addWaypoint]], [[waypointFormation]] |= See also
| [[Mission_Editor:_Waypoints#Formation|formations description]], [[addWaypoint]], [[waypointFormation]],
[[setWaypointBehaviour]], [[setWaypointCombatMode]], [[setWaypointCompletionRadius]], [[setWaypointDescription]], [[setWaypointHousePosition]], [[setWaypointLoiterRadius]], [[setWaypointLoiterType]], [[setWaypointName]], [[setWaypointPosition]], [[setWaypointScript]], [[setWaypointSpeed]], [[setWaypointStatements]], [[setWaypointTimeout]], [[setWaypointType]], [[setWaypointVisible]] |= See also


}}
}}

Revision as of 12:07, 12 April 2014

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

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 descriptionaddWaypointwaypointFormation, setWaypointBehavioursetWaypointCombatModesetWaypointCompletionRadiussetWaypointDescriptionsetWaypointHousePositionsetWaypointLoiterRadiussetWaypointLoiterTypesetWaypointNamesetWaypointPositionsetWaypointScriptsetWaypointSpeedsetWaypointStatementssetWaypointTimeoutsetWaypointTypesetWaypointVisible

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