AddSpecialEffectLocBJ

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