View Single Post
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