View Single Post
05-12-10, 03:00 PM   #1
DaKu2k10
A Defias Bandit
Join Date: May 2010
Posts: 2
Question Exchange data between players through an AddOn

Hi,

i am getting into AddOn Dev with Lua. First of all i want to know what is possible in general. I have seen lots of AddOns that deal with improving the gameplay experience for a player, e.g. the Omen Threat Meter, which only operate with local data. What i am curious about is if it is possible to share data between AddOns.

I am trying to give an example:

My Addon has extracted some game data (like the names of the players i have met) that ist stored in a lua table.
Now i want to make this lua table available for every other user who uses My Addon

Is there a way of doing that?

Thanks
  Reply With Quote