Dota 2 Workshop Tools/Scripting/API/CDOTA Item Lua.GetCastRange
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
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