View Single Post
04/08/14, 02:47 PM   #6
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 648
For debugging, yes, feel free to use that event. If your addon is better served at EVENT_ADD_ON_LOADED, though, use that one. (You don't need to be printing messages to the chat frame every time a user logs in, for example.)

NOTE: don't forget to unregister for EVENT_PLAYER_LOADED after the first time it fires, unless you want your code to run again at each loading screen.
  Reply With Quote