Dota 2 Workshop Tools/Scripting/API/CDota BaseNPC.SetCustomHealthLabel
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search

Function Description
void SetCustomHealthLabel(string label, int r, int g, int b)
Changes the label over a hero
Parameters
Type | Name | Description |
---|---|---|
string | label | label over the unit's head |
int | r | red color |
int | g | green color |
int | b | blue color |