# SwapAbilities
void SwapAbilities(pAbilityName1, pAbilityName2, bEnable1, bEnable2)
# Class
✔️ Server: CDOTA_BaseNPC
❌ Client: undefined
# Function Description
Swaps the slots of the two passed abilities and sets them enabled/disabled.
# Parameters
Type | Name | Description |
---|---|---|
string | pAbilityName1 | No Description Set |
string | pAbilityName2 | No Description Set |
bool | bEnable1 | No Description Set |
bool | bEnable2 | No Description Set |