GetAbilityEffectBJ
- Parameters
-
abilcode integer
t effecttype
index integer
- comment
- patch
1.17a
- Source
- Blizzard.j
- return type
string
- Source code
function GetAbilityEffectBJ takes integer abilcode, effecttype t, integer index returns string return GetAbilityEffectById(abilcode, t, index) endfunction