Dota 2 Workshop Tools/Scripting/API/CDOTA BaseNPC.GetAbilityCount
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search

This article has no
links to other VDC articles. Please help improve this article by adding links
that are relevant to the context within the existing text.
January 2024


January 2024

Function Description
int GetAbilityCount()
Limited functionality, this always returns the maximum number of abilities any unit can have. Despite what its function name implies, it does NOT return the current number of abilities the unit has registered.
The current maximum number of abilities is hard-coded to 32, using this function ensures consistency should Valve change it in the future.
Returns
int - The maximum number of abilities this unit can have. (Always 32)