Dota 2 Workshop Tools/Scripting/API/CDOTA BaseNPC.Heal: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
Line 6: | Line 6: | ||
''' void Heal(float '' | ''' void Heal(float ''amount'', handle ''source'') ''' | ||
''Heal this unit.'' | ''Heal this unit.'' | ||
Line 19: | Line 19: | ||
|- | |- | ||
| float | | float | ||
| | | amount | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| handle | | handle | ||
| | | source | ||
| | | Unit that heald us. Can be nil | ||
|} | |} |
Revision as of 02:05, 26 August 2014

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 |