View Single Post
12-14-20, 06:24 AM   #1
Krainz
A Wyrmkin Dreamwalker
Join Date: Oct 2016
Posts: 57
PLAYER_LOGIN vs PLAYER_ENTERING_WORLD?

I'm writing a code that changes the textures and positions of other frames created by other addons, and I'm learning how to handle events better

I've come upon the PLAYER_LOGIN and PLAYER_ENTERING_WORLD events. They seem to mean the same thing, but I'm sure they don't.

What event is the best one to handle when altering UI elements created by other addons? Login or Entering World? And are there any possible drawbacks of choosing one over the other?
  Reply With Quote