View Single Post
07-09-18, 02:05 AM   #1
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,877
Player_entering_world

I don't know if this has been noted anywhere or if it is actually a BfA change.

PLAYER_ENTERING_WORLD has some parameters now to differentiate how you got into the world when this event fired, very handy:
Code:
initialLogin and reloadingUI
Code:
if event == "PLAYER_ENTERING_WORLD" then
	local initialLogin, reloadingUI = ...
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote