GetAbilityEffectBJ

Parameters
abilcode integer
t effecttype
index integer
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