Dota 2 Workshop Tools/Scripting/API/CDOTA Ability Lua.OnChannelFinish
From Valve Developer Community
< Dota 2 Workshop Tools | Scripting | API

Function Description
void OnChannelFinish(bool bInterrupted)
(bool bInterrupted) Channel finished.
- Example
function CDOTA_Ability_Lua:OnChannelFinish( bInterrupted ) end
Parameters
Type | Name | Description |
---|---|---|
bool | bInterrupted | No Description Set |