Dota 2 Workshop Tools/Scripting/API/CDOTA BaseNPC.AddNewModifier: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
 
(Dota_Lebot push: Updated Page)
Line 4: Line 4:




''' void AddNewModifier(handle '''', handle '''', string '''', handle '''') '''
''' void AddNewModifier(handle ''caster'', handle ''optionalSourceAbility'', string ''modifierName'', handle ''modifierData'') '''


''Add a modifier to this unit''
''''




Line 17: Line 17:
|-
|-
| handle
| handle
|  
| caster
| No Description Set
| No Description Set
|-
|-
| handle
| handle
|  
| optionalSourceAbility
| No Description Set
| No Description Set
|-
|-
| string
| string
|  
| modifierName
| No Description Set
| No Description Set
|-
|-
| handle
| handle
|  
| modifierData
| No Description Set
| No Description Set
|}
|}

Revision as of 00:16, 9 August 2014

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

void AddNewModifier(handle caster, handle optionalSourceAbility, string modifierName, handle modifierData)

'


Parameters

Type Name Description
handle caster No Description Set
handle optionalSourceAbility No Description Set
string modifierName No Description Set
handle modifierData No Description Set