Thread: Raid commands
View Single Post
05-30-05, 12:18 PM   #2
Orolain
A Murloc Raider
AddOn Author - Click to view addons
Join Date: May 2005
Posts: 5
http://www.wowwiki.com/World_of_Warc...Raid_Functions

local name, rank, subgroup, level, class, fileName, zone, online = GetRaidRosterInfo(Raid_Member_ID_Number);

Will return the subgroup number the player is in.

There's a UnitInParty(UnitID) function, but I don't know if it works for raid members or just your subgroup.
  Reply With Quote