AddSpecialEffectLocBJ

Parameters
where location
modelName string
comment
patch

1.00

Source
Blizzard.j
return type
effect
Source code
function AddSpecialEffectLocBJ takes location where, string modelName returns effect
    set bj_lastCreatedEffect = AddSpecialEffectLoc(modelName, where)
    return bj_lastCreatedEffect
endfunction