CreateCommandButtonEffectBJ
- Parameters
abilityId integerorder string- comment
- patch
1.32.0.13369
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
commandbuttoneffect- Source code
function CreateCommandButtonEffectBJ takes integer abilityId, string order returns commandbuttoneffect set bj_lastCreatedCommandButtonEffect = CreateCommandButtonEffect(abilityId, order) return bj_lastCreatedCommandButtonEffect endfunction