CreateUpgradeCommandButtonEffectBJ

Parameters
techId integer
comment
patch

1.32.0.13369

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