Page 1 of 1

Can we access or edit the chat frame?

Posted: Sun Nov 12, 2017 7:56 pm
by Dimencia
I've been wanting to create a new pair of chat frames such that in the primary frame, all In Character lines are shown, and the secondary frame does not have a chat box, but displays anything that was enclosed in () - with these lines being omitted from the primary frame

This seems doable, but I'm not really looking forward to recreating most of the nuances of the existing chat frame, like logging, chat colors, etc (and I'm not sure if it might cause a memory overflow to keep that much chat in it)

Is there any way to access the existing chat frame? It seems to behave exactly like frames we can create or display, so I guess even knowing its name would allow you to replace it, which would still be preferable to having my new frame be separate. Preferably there's somehow a well-documented onChatEntered thing that I can replace with one that filters the output, but not even I can be that optimistic