SetItemPlayerBJ

Parameters
whichItem item
whichPlayer player
changeColor boolean
return type
nothing
Source code
function SetItemPlayerBJ takes item whichItem, player whichPlayer, boolean changeColor returns nothing
    call SetItemPlayer(whichItem, whichPlayer, changeColor)
endfunction
Source
Blizzard.j
wc3modding.com
SetItemPlayerBJ