Dota 2 Workshop Tools/Scripting/API/CBaseModelEntity.SetRenderColor
< Dota 2 Workshop Tools | Scripting | API

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