AddHeroXPSwapped

Parameters
xpToAdd integer
whichHero unit
showEyeCandy boolean
comment
patch

1.00

Source
Blizzard.j
return type
nothing
Source code
function AddHeroXPSwapped takes integer xpToAdd, unit whichHero, boolean showEyeCandy returns nothing
    call AddHeroXP(whichHero, xpToAdd, showEyeCandy)
endfunction