Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: myrroddin
Forum: Lua/XML Help 04-14-21, 02:44 PM
Replies: 16
Views: 7,573
Posted By myrroddin
Please provide a working example. I can't...

Please provide a working example.



I can't answer that. Might be worth testing. If you parse _G, you can break the loop if an event is found, if that matters. That could save some computer power,...
Forum: Lua/XML Help 04-14-21, 02:39 PM
Replies: 16
Views: 7,573
Posted By myrroddin
If that is what you see for unknown events, then...

If that is what you see for unknown events, then AceEvent is registering by table, a table that has a list of events assigned to the frame. It is the second method I suggested, not the...
Forum: Lua/XML Help 04-14-21, 02:28 PM
Replies: 16
Views: 7,573
Posted By myrroddin
The reason NONSENSE_EVENT fires an error has...

The reason NONSENSE_EVENT fires an error has nothing to do with pcall, and everything to do with that not being a Blizzard event. I did say that only Blizzard events are supported.

It sounds like...
Forum: Lua/XML Help 04-10-21, 05:31 AM
Replies: 16
Views: 7,573
Posted By myrroddin
AceEvent registers or unregisters Blizzard...

AceEvent registers or unregisters Blizzard events; it does not process user-defined events. For that, you want Callbackhandler-1.0.

UnregisterAllEvents iterates through all possible Blizzard events...
Showing results 1 to 4 of 4