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 pLabel, int r, int g, int b)
'
- Example
function CDOTA_BaseNPC:SetCustomHealthLabel( pLabel, r, g, b ) end
Parameters
| Type | Name | Description |
|---|---|---|
| string | pLabel | No Description Set |
| int | r | No Description Set |
| int | g | No Description Set |
| int | b | No Description Set |