Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 
 

ESOUI » Developer Discussions » Wish List » [outdated] Stop adding features without API calls (ChattBubbles)


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off