ScarDoc

Start typing to search the SCAR reference.

Function
Cmd

Cmd_AttackMove

Order a squad group to attack move to a position (anything whose position can be queried). can be queued, can follow a plan, can search for cover within a radius

On this page
Cmd_AttackMove(sgroup, targetposition, queued, plan, coverSearchRadius, deleteWhenNearMarker, splitCmd)

Description

Order a squad group to attack move to a position (anything whose position can be queried). can be queued, can follow a plan, can search for cover within a radius

Parameters

  • sgroupSGroupIDrequired
  • targetpositionPositionrequired
  • queuedBooleanoptional
  • planStringoptional
  • coverSearchRadiusRealoptional
  • deleteWhenNearMarkerMarkerIDoptional
  • splitCmdBooleanoptional

Returns

Void

Source

Declared in the game's script sources at:

scar/command.scar