BlzSetItemStringFieldBJ

Parameters
whichItem item
whichField itemstringfield
value string
return type
nothing
Source code
function BlzSetItemStringFieldBJ takes item whichItem, itemstringfield whichField, string value returns nothing
    set bj_lastInstObjFuncSuccessful = BlzSetItemStringField(whichItem, whichField, value)
endfunction
Source
Blizzard.j
wc3modding.com
BlzSetItemStringFieldBJ