#Player Colors
1 messages · Page 1 of 1 (latest)
Found 1 function for SetCustomPlayerColor
🇸 CDOTA_PlayerResource:SetCustomPlayerColor(playerId: PlayerID, r: int, g: int, b: int): nil
Set custom color for player.
https://moddota.com/api/#!/panorama/api?search=color
I don't see a GetPlayerColor in the panorama api either.
There are only constants in that list.
You could also look here instead of the valve site.
https://github.com/ModDota/TypeScriptDeclarations/blob/master/packages/panorama-types/types/api.d.ts#L714
okay I didn't know about that, thanks!