CreateCommonCommandButtonEffectBJ

Parameters
order string
return type
commandbuttoneffect
Source code
function CreateCommonCommandButtonEffectBJ takes string order returns commandbuttoneffect
    set bj_lastCreatedCommandButtonEffect = CreateCommandButtonEffect(0, order)
    return bj_lastCreatedCommandButtonEffect
endfunction
Source
Blizzard.j
wc3modding.com
CreateCommonCommandButtonEffectBJ