Dota 2 Workshop Tools/Scripting/API/CDOTA Ability DataDriven.ApplyDataDrivenThinker
< Dota 2 Workshop Tools | Scripting | API

Function Description
handle ApplyDataDrivenThinker(handle hCaster, Vector vLocation, string pszModifierName, handle hModifierTable)
Applies a data driven thinker at the location
- Example
function CDOTA_Ability_DataDriven:ApplyDataDrivenThinker( hCaster, vLocation, pszModifierName, hModifierTable ) end
Parameters
Type | Name | Description |
---|---|---|
handle | hCaster | No Description Set |
Vector | vLocation | No Description Set |
string | pszModifierName | No Description Set |
handle | hModifierTable | No Description Set |
Returns
handle - No Description Set