Thread: KGPanels script
View Single Post
09-21-12, 05:56 PM   #19
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 331
Originally Posted by Phanx View Post
The only event you need to register for is PLAYER_UPDATE_RESTING. You will probably catch changes in the rest state by listening for all of those other events, but it would be simpler and more efficient to just listen for the one event that fires specifically to notify you of such changes...
Didn't know of that event! Good to know!
  Reply With Quote