View Single Post
10-26-14, 06:46 PM   #2
Lombra
A Molten Giant
 
Lombra's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 554
PLAYER_LOGIN will always happen on UI load. (actual login and UI reload) If your addon is loaded on demand it might be loaded (as in ADDON_LOADED) when PLAYER_LOGIN has already happened, otherwise I'm pretty sure all non LoD addons will load before that.

Personally though, I always create frames in the main chunk, unless their creation is based on some saved variables.
__________________
Grab your sword and fight the Horde!
  Reply With Quote