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

From Valve Developer Community
Jump to: navigation, search
Note.png Note:  This page is automatically generated. Any changes may be overwritten

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