View Single Post
05/08/14, 05:22 PM   #5
RavenDT
 
RavenDT's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 6
I agree, however...

Since there is already SetIgnoreNote(), I would be more interested in adding a return value for AddIgnore(). That way you could do:

ignoreIndex = AddIgnore(string charOrDisplayName)
SetIgnoreNote(luaindex ignoreIndex, string note)

That's what I've been wanting to do, but the majority of the functions that do stuff don't give any return variables.