View Single Post
11-26-10, 12:21 AM   #5
Duugu
Premium Member
 
Duugu's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 851
Originally Posted by Sojik View Post
I'm working on an addon that swaps keybind loadouts when I swap dual specs. It works alright but it does all it's magic on one event (namely ACTIVE_TALENT_GROUP_CHANGED). It has to go through every key on a keyboard and all the modifiers for each key and build a table and read from another table. My concern is that it freezes my game momentarily when I switch specs. Is this something I should be concerned about? Will this crash others likely?
Just ignore that. It really doesn't matter.

In case you are concerned about breaking other addons ... that can't happen. The wow client processes addon code sequential and can't "miss" code due to "freezes".
  Reply With Quote