View Single Post
01/10/17, 06:44 AM   #1
myslex
Join Date: Apr 2014
Posts: 22
Unit guild information?

Hello everyone,

I am writing an addon that in theory should make it easier to spot guild members in the world by showing an icon close to the reticle when you hover (reticleover) over a person that is in any of the guilds that you are a member of.

HOWEVER, I cannot find any api functions that return guild information for a unit like GetNumGuilds() for reticleover ie:

Lua Code:
  1. local num = GetNumGuilds('reticleover')

Is it not possible?
Any help greatly appreciated.

MYxLEs
  Reply With Quote