BlzSetItemRealFieldBJ

Parameters
whichItem item
whichField itemrealfield
value real
return type
nothing
Source code
function BlzSetItemRealFieldBJ takes item whichItem, itemrealfield whichField, real value returns nothing
    set bj_lastInstObjFuncSuccessful = BlzSetItemRealField(whichItem, whichField, value)
endfunction
Source
Blizzard.j
wc3modding.com
BlzSetItemRealFieldBJ