Thread Tools Display Modes
Prev Previous Post   Next Post Next
08/12/18, 12:42 AM   #1
Drummerx04
AddOn Author - Click to view addons
Join Date: Sep 2017
Posts: 54
[implemented] Addition To Group Member joined Event

The current EVENT data is as follows
Lua Code:
  1. EVENT_GROUP_MEMBER_JOINED (number eventCode, string characterName)

I think it would be helpful to add the displayName to the EVENT

Lua Code:
  1. EVENT_GROUP_MEMBER_JOINED (number eventCode, string characterName, string displayName)

It would be useful information for groups with members that swap toons between raids, and saves authors the trouble of looping through the party to figure out who just showed up.
 
 

ESOUI » Developer Discussions » Wish List » [implemented] Addition To Group Member joined Event


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