The search keyword must be a single word (no spaces).
Function SetUnitAbilityLevelSwapped
- Line
- 2897
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- integer abilcode, unit whichUnit, integer level
- Returns
- integer
| 2897 | function SetUnitAbilityLevelSwapped takes integer abilcode, unit whichUnit, integer level returns integer |
| 2898 | return SetUnitAbilityLevel(whichUnit, abilcode, level) |
| 2899 | endfunction
|