Thread Tools Display Modes
Prev Previous Post   Next Post Next
09/26/15, 02:27 PM   #1
Asto
 
Asto's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 18
Receive a chat tab name

Hello,

i can sent chat messages to specific chat tabs like this small and dirty examle for the first tab:
Lua Code:
  1. CHAT_SYSTEM["containers"][1]["windows"][1].buffer:AddMessage(message)

But how can i receive the name of the first chat tab? It has a method GetName() but that's not the label, just the controller id ("ZO_ChatWindowTemplate13").

I've looked into the data with zgoo, but couldn't find the real label anywhere. Any ideas?

---

i want to add some settings for my addon to select a chat tab for the output. Or is there a way to add an channel for an addon and to select the channel via chat-tab settings of eso?
  Reply With Quote
 

ESOUI » Developer Discussions » General Authoring Discussion » Receive a chat tab name


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