BlzGetAbilityActivatedExtendedTooltip
- Parameters
-
abilCode integer
level integer
- async
- This function is asynchronous. The values it returns are not guaranteed to be the same for each player. If you attempt to use it in an synchronous manner it may cause a desync.
- comment
Get the extended ability activated tooltip (for abilities that have an “activated” state such as defend, Avatar, etc.) of an ability.
- patch
1.29
- return type
string
- Source code
native BlzGetAbilityActivatedExtendedTooltip takes integer abilCode, integer level returns string
- Source
- ability.j
- wc3modding.com
- BlzGetAbilityActivatedExtendedTooltip