View Single Post
12/15/22, 07:23 AM   #3
Masteroshi430
 
Masteroshi430's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2020
Posts: 185
Originally Posted by gandalf.legris View Post
I'm trying to understand how to retrieve the list of players from a group and display it in the xml view. If anyone can give me some hints that would be great!
for i = 1, GetGroupSize() do
local tag = "group"..tostring(i)
local name = GetRawUnitName(tag)
end

Something like that for starters...

EDIT: Ah I chose to help you a bit, Beartram chose to help you a lot

Last edited by Masteroshi430 : 12/15/22 at 07:26 AM.
  Reply With Quote