Dota 2 Workshop Tools/Scripting/API/CBaseEntity.SetRenderColor
From Valve Developer Community
< Dota 2 Workshop Tools | Scripting | API

Function Description
void SetRenderColor(int a, int b, int c)
SetRenderColor( r, g, b ): Sets the render color of the entity.
Parameters
Type | Name | Description |
---|---|---|
int | a | No Description Set |
int | b | No Description Set |
int | c | No Description Set |