Jump to content

DeployFatCow

From CMM Wiki
Revision as of 12:26, 24 June 2026 by Ozdeadmeat (talk | contribs) (DeployFatCow – created via PowerShell script (2026-06-24T22:26:47Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: DeployFatCow
Function Description: Deploys a FatCow at the players location (designed for F10 menu use)
File Location: cmm.deployables.lua
Syntax: CMM.DeployFatCow( table playerUnit , boolean or nil forceDeploy )
Return Value: nil
Parameters: Name Description
playerUnitSpecific players unit object.
forceDeployWill force deployment of FatCow regardless of checks except for playerUnit being on the ground.
Example: CMM.DeployFatCow(Unit.getByName("OzDM-CH-47F"))
Example Description: Initially deploys a FATCOW_PACKED template at the players location, after that it removes the FATCOW_PACKED template and deploys the FATCOW template, also sends messages to the player and coalition about the deployment process and completion.
Related Functions:
Notes: