CreateUpgradeCommandButtonEffectBJ

Parameters
techId integer
return type
commandbuttoneffect
Source code
function CreateUpgradeCommandButtonEffectBJ takes integer techId returns commandbuttoneffect
    set bj_lastCreatedCommandButtonEffect = CreateUpgradeCommandButtonEffect(techId)
    return bj_lastCreatedCommandButtonEffect
endfunction
Source
Blizzard.j
wc3modding.com
CreateUpgradeCommandButtonEffectBJ