AddResourceAmountBJ

Parameters
delta integer
whichUnit unit
return type
nothing
Source code
function AddResourceAmountBJ takes integer delta, unit whichUnit returns nothing
    call AddResourceAmount(whichUnit, delta)
endfunction
Source
Blizzard.j
wc3modding.com
AddResourceAmountBJ