Dota 2 Workshop Tools/Scripting/API/CDOTA Item Lua.GetCastRange
< Dota 2 Workshop Tools | Scripting | API

Function Description
int GetCastRange(Vector vLocation, handle hTarget)
Return cast range of this ability.
- Example
function CDOTA_Item_Lua:GetCastRange( vLocation, hTarget ) end
Parameters
Type | Name | Description |
---|---|---|
Vector | vLocation | No Description Set |
handle | hTarget | No Description Set |
Returns
int - No Description Set