GetNumHeavyWeaponSlotsOverride
Tracking Issue: #171
Tags: loadoutslots
The GetNumHeavyWeaponSlotsOverride()
X2DLCInfo method allows mods to override
the base game logic that determines how many Heavy Weapon Slots a Unit has.
To do so, simply interact with the NumHeavySlots
argument by increasing,
decreasing or setting its value directly.
Note that this X2DLCInfo method is executed
after the OverrideHasHeavyWeapon event, and may override its result.