Module twdll.model
Campaign model-level operations for Total War: Attila.
Functions
| DisbandUnits (...) | Disbands and removes one or more units across any military forces in the campaign world in a single transaction. |
Functions
- DisbandUnits (...)
-
Disbands and removes one or more units across any military forces in the campaign world in a single transaction.
Handles full removal from the campaign world, updating army bookkeeping, disband events, and UI state.
Parameters:
- ... UNIT_SCRIPT_INTERFACE one or more unit objects to disband
Usage:
-- Disband arbitrary units across the campaign: twdll.model.DisbandUnits(unit1, unit2)