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

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




''' void Heal(float ''a'', handle ''b'') '''
''' void Heal(float ''amount'', handle ''source'') '''


''Heal this unit.''
''Heal this unit.''
Line 19: Line 19:
|-
|-
| float
| float
| a
| amount
| No Description Set
| No Description Set
|-
|-
| handle
| handle
| b
| source
| No Description Set
| Unit that heald us.  Can be nil
|}
|}

Revision as of 02:05, 26 August 2014

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

Function Description

void Heal(float amount, handle source)

Heal this unit.


Parameters

Type Name Description
float amount No Description Set
handle source Unit that heald us. Can be nil