SetItemLifeBJ

Parameters
whichWidget widget
life real
return type
nothing
Source code
function SetItemLifeBJ takes widget whichWidget, real life returns nothing
    call SetWidgetLife(whichWidget, life)
endfunction
Source
Blizzard.j
wc3modding.com
SetItemLifeBJ