View Single Post
05/24/16, 05:19 PM   #1
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
[outdated] Stop adding features without API calls (ChattBubbles)

So :

Chat Bubbles :

Lua Code:
  1. local font = GetChatBubblesFont() -- returns font of Chat Bubble
  2. SetChatBubleFont(fontName) -- An ESO XML font, with size, bold and font customizable
  3. SetChatBubleBackground(centerTexture, edgeTexture) -- must accept nil to disable backgrounds
  4. SetChatBubbleChannelColor(channel, r, g ,b) -- Set color of text in a chat bubble for a specified channel