Thread Tools Display Modes
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,871
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
07-09-18, 03:02 AM   #2
Cogwerkz
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Jul 2017
Posts: 12
!!!

This is great! No more need to manually track the number of times it fires! Yay!
  Reply With Quote
07-09-18, 11:46 AM   #3
Yukyuk
A Chromatic Dragonspawn
 
Yukyuk's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2015
Posts: 179
Great find.

Have at least one addon that can use this.
__________________
Better to fail then never have tried at all.
  Reply With Quote

WoWInterface » PTR » PTR API and Graphics Changes » Player_entering_world

Thread Tools
Display Modes

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