AddResourceAmountBJ
- Parameters
-
delta integer
whichUnit unit
- comment
- patch
1.00
- Source
- Blizzard.j
- return type
nothing
- Source code
function AddResourceAmountBJ takes integer delta, unit whichUnit returns nothing call AddResourceAmount(whichUnit, delta) endfunction