Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: SDPhantom
Forum: AddOn Help/Support 05-06-20, 02:47 PM
Replies: 14
Views: 10,051
Posted By SDPhantom
While C_Timer.After() can't be canceled, Blizzard...

While C_Timer.After() can't be canceled, Blizzard has a Lua-implemented extension that can, C_Timer.NewTimer() (https://www.townlong-yak.com/framexml/live/C_TimerAugment.lua#40). This returns a...
Forum: AddOn Help/Support 05-06-20, 02:22 PM
Replies: 14
Views: 10,051
Posted By SDPhantom
They get shuffled around based on start time....

They get shuffled around based on start time. Note refreshing an existing buff doesn't change its position.
Also, you should consider buffs getting reapplied before their timer expires or the user...
Forum: AddOn Help/Support 05-05-20, 07:41 AM
Replies: 14
Views: 10,051
Posted By SDPhantom
name will be nil when you run out of buffs in...

name will be nil when you run out of buffs in your scanning. For example, you're scanning for 40 buffs, but only have 3, when you scan for buff #4, it'll return nil because there is no buff #4.
Showing results 1 to 3 of 3