Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

WoWInterface » PTR » PTR API and Graphics Changes » Player_entering_world


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off