BlzSetUnitWeaponStringFieldBJ

Parameters
whichUnitunit
whichFieldunitweaponstringfield
indexinteger
valuestring
comment
patch

1.31.0.11889

Source
Blizzard.j (raise an issue to discuss on Github or submit a PR)
return type
nothing
Source code
function BlzSetUnitWeaponStringFieldBJ takes unit whichUnit, unitweaponstringfield whichField, integer index, string value returns nothing
    set bj_lastInstObjFuncSuccessful = BlzSetUnitWeaponStringField(whichUnit, whichField, index, value)
endfunction