Is there any way to change ChatDisplayMode in code? Any offset or something?
In s0beit source i found this enum:
enum ChatDisplayMode
{
CHAT_WINDOW_MODE_OFF = 0,
CHAT_WINDOW_MODE_LIGHT = 1,
CHAT_WINDOW_MODE_FULL = 2
};
But besides declaration its never used, also i couldn't find...