View Single Post
09-19-14, 01:06 PM   #19
Lombra
A Molten Giant
 
Lombra's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 554
The original SetTexture will be called before the OnEvent hook, yes, but it's still not really any different. SetTexture is done as part of the original event handler, which gets called before the hook. They both wait for the server to send the event.

There will never be any visible flicker as a result of these kind of things, because the UI isn't drawn until all code has finished executing.
__________________
Grab your sword and fight the Horde!
  Reply With Quote