Difference between revisions of "Dota 2 Workshop Tools/Scripting/API/CDOTA BaseNPC.TriggerSpellAbsorb"
< Dota 2 Workshop Tools | Scripting | API
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
Line 6: | Line 6: | ||
− | ''' bool TriggerSpellAbsorb(handle '' | + | ''' bool TriggerSpellAbsorb(handle ''hAbility'') ''' |
''Query whether the passed ability will trigger spell absorb on this unit.'' | ''Query whether the passed ability will trigger spell absorb on this unit.'' | ||
Line 19: | Line 19: | ||
|- | |- | ||
| handle | | handle | ||
− | | | + | | hAbility |
| No Description Set | | No Description Set | ||
|} | |} |
Latest revision as of 00:33, 20 June 2015

Function Description
bool TriggerSpellAbsorb(handle hAbility)
Query whether the passed ability will trigger spell absorb on this unit.
Parameters
Type | Name | Description |
---|---|---|
handle | hAbility | No Description Set |
Returns
bool - No Description Set