CBA_fnc_addWaypoint

Description

A function used to add a waypoint to a group.

Parameters

  • Group (Group or Object)
  • Position (XYZ, Object, Location or Group)

Optional

  • Radius (Scalar)
  • Waypoint Type (String)
  • Behaviour (String)
  • Combat Mode (String)
  • Speed Mode (String)
  • Formation (String)
  • Code To Execute at Each Waypoint (String)
  • TimeOut at each Waypoint (Array [Min, Med, Max])
  • Waypoint Completion Radius (Scalar)

Example

[this, this, 300, "MOVE", "AWARE", "YELLOW", "FULL", "STAG COLUMN", "this spawn CBA_fnc_searchNearby", [3, 6, 9]] call CBA_fnc_addWaypoint

Returns

Waypoint

Author

Rommel

Close