BlzSetAbilityResearchTooltip
- Parameters
-
abilCode integer
researchTooltip string
level integer
- comment
-
Set the research ability tooltip (For abilities that can be learned (all abilities have this, but only hero abilities show it on the object editor, you can still change it with these natives)) of an ability at runtime.
- patch
-
1.29.2.9231
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native BlzSetAbilityResearchTooltip takes integer abilCode, string researchTooltip, integer level returns nothing