JoinFormation
Join specified formation
Usage: Used in 8 task(s)
Lua Implementation
-- Join Formation
function execute(params)
local leader = params.leader or this:getSuperior()
if leader and leader:isValid() then
this:addTask("DtFollow", {
leader = leader,
formation = params.formation_name or "wedge",
position = params.position or 1,
spacing = params.spacing or 100
})
return true
end
return false
end
Tasks Using This Action (8)
Integrated Air Defense System Deployment
Air Denial Operations (AIR DOMAIN)
Radar Network Establishment
Air Denial Operations (AIR DOMAIN)
Swarm Attack Coordination
Unmanned Aerial Vehicle (UAV) Operations (AIR DOMAIN)
Electronic Jamming of Control Links
Counter-Drone Operations (C-UAS) (AIR DOMAIN)
Route Reconnaissance
Reconnaissance and Surveillance (LAND DOMAIN)
Area Reconnaissance
Reconnaissance and Surveillance (LAND DOMAIN)
Patrol Operations (Mounted/Dismounted)
Reconnaissance and Surveillance (LAND DOMAIN)
Exploitation Force Commitment
Combined Arms Assault (LAND DOMAIN)