BlzSetUnitWeaponBooleanFieldBJ
- Parameters
-
whichUnit unit
whichField unitweaponbooleanfield
index integer
value boolean
- comment
- patch
1.31.0.11889
- Source
- Blizzard.j
- return type
nothing
- Source code
function BlzSetUnitWeaponBooleanFieldBJ takes unit whichUnit, unitweaponbooleanfield whichField, integer index, boolean value returns nothing set bj_lastInstObjFuncSuccessful = BlzSetUnitWeaponBooleanField(whichUnit, whichField, index, value) endfunction