Dota 2 Workshop Tools/Scripting/API/CDOTA Ability DataDriven.ApplyDataDrivenThinker
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
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