View Single Post
09/12/17, 02:36 AM   #3
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
GetDisplayName() returns the current player displayname
GetUnitDisplayName() return the unit display name , current user, group member, target
GetFriendInfo() returns the friend player displayname
GetIgnoredInfo() returns the ignored player displayname
GetGuildMemberInfo() returns the guildmate player displayname

+ EVENT_CHAT_MESSAGE_CHANNEL : returns the chatter displayname
  Reply With Quote