View Single Post
06-26-06, 10:07 AM   #1
Chef_de_Loup
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Apr 2006
Posts: 12
suggestions for raidtargets

I miss a function where i can get a list raidtargets what is set and what not.

list = GetRaidTargets();

list is a table with 8 entries by setting 1 or nil if index is a raidtarget

{nil, nil, nil, 1, nil, 1, 1, nil};

So you know what index are used and what are free to use.



Also it will be very usefull to include UnitIDs for raidtargets like:
raidtarget1 to raidtarget8

Last edited by Chef_de_Loup : 06-26-06 at 10:18 AM.
  Reply With Quote