GetAbilityEffectBJ

Parameters
abilcodeinteger
teffecttype
indexinteger
comment
patch

1.17a

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
string
Source code
function GetAbilityEffectBJ takes integer abilcode, effecttype t, integer index returns string
    return GetAbilityEffectById(abilcode, t, index)
endfunction