CreateLearnCommandButtonEffectBJ

Parameters
abilityId integer
return type
commandbuttoneffect
Source code
function CreateLearnCommandButtonEffectBJ takes integer abilityId returns commandbuttoneffect
    set bj_lastCreatedCommandButtonEffect = CreateLearnCommandButtonEffect(abilityId)
    return bj_lastCreatedCommandButtonEffect
endfunction
Source
Blizzard.j
wc3modding.com
CreateLearnCommandButtonEffectBJ