GetAbilityEffectBJ

Parameters
abilcode integer
t effecttype
index integer
return type
string
Source code
function GetAbilityEffectBJ takes integer abilcode, effecttype t, integer index returns string
    return GetAbilityEffectById(abilcode, t, index)
endfunction
Source
Blizzard.j
wc3modding.com
GetAbilityEffectBJ