Dota 2 Workshop Tools/Scripting/API/CDOTA BaseNPC.GetAbilityByIndex: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
No edit summary
Line 20: Line 20:
| int
| int
| a
| a
| No Description Set
| The index, beginning with 0.
|}
|}



Revision as of 06:01, 23 January 2015

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

handle GetAbilityByIndex(int a)

Retrieve an ability by index from the unit.


Parameters

Type Name Description
int a The index, beginning with 0.

Returns

handle - No Description Set