CreateCommandButtonEffectBJ

Parameters
abilityId integer
order string
comment
patch

1.32.0.13369

Source
Blizzard.j
return type
commandbuttoneffect
Source code
function CreateCommandButtonEffectBJ takes integer abilityId, string order returns commandbuttoneffect
    set bj_lastCreatedCommandButtonEffect = CreateCommandButtonEffect(abilityId, order)
    return bj_lastCreatedCommandButtonEffect
endfunction