Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Updates the color for a type of chat message.
ChangeChatColor(channelname, red, green, blue)
Parameters[]
Arguments[]
- channelname
- string - Name of the channel as given in chat-cache.txt files.
- red, blue, green
- number - RGB values (0-1, floats).
Example[]
ChangeChatColor("CHANNEL1", 255/255, 192/255, 192/255);
Result[]
Reset the General channel to the default (255,192,192, slightly off-white) color.