UnitInventorySizeBJ

Parameters
whichUnit unit
comment
patch

1.17a

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
integer
Source code
function UnitInventorySizeBJ takes unit whichUnit returns integer
    return UnitInventorySize(whichUnit)
endfunction