Moderator elections are being held. See Valve Developer Community:Moderator elections for more details.
Users who would like to run for moderator must be autoconfirmed and have at least 100 edits. Users can check their own edit count at Special:Preferences.

Dota 2 Workshop Tools/Scripting/API/CDOTA Ability Lua.GetCooldown

From Valve Developer Community
Jump to: navigation, search

Stub

This article or section is a stub. You can help by adding to it.

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

Function Description

float GetCooldown(int iLevel)

Return cooldown of this ability.


Example
function CDOTA_Ability_Lua:GetCooldown( iLevel ) end

Parameters

Type Name Description
int iLevel No Description Set

Returns

float - No Description Set