CBA_fnc_moduleAttack

Description

A function for commanding a group to attack a location with information parsed from a module.

Parameters

  • Logic (Object)
  • Group Leader(s) (Array)

Optional

Logic Parameters (Must be passed associated with Object using “setVariable”)

  • Location Type (String) setVariable [“attackLocType”, value]
  • Attack Position (XYZ, Object, Location, Group, Marker, or Task) setVariable [“attackPosition”, value]
  • Search Radius (Scalar) setVariable [“searchRadius”, value]
  • Allow Override (Bool) setVariable [“allowOverride”, value]

Example

[Logic, [group1 ,group2, ..., groupN]] call CBA_fnc_moduleAttack;

Returns

Nil

Author

WiredTiger

Close