SetPlayerAbilityAvailableBJ

Parameters
avail boolean
abilid integer
whichPlayer player
comment
patch

1.00

Source
Blizzard.j
return type
nothing
Source code
function SetPlayerAbilityAvailableBJ takes boolean avail, integer abilid, player whichPlayer returns nothing
    call SetPlayerAbilityAvailable(whichPlayer, abilid, avail)
endfunction