Thread: Event Chaining
View Single Post
04/16/14, 09:09 AM   #14
Froali
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 13
Originally Posted by Iyanga View Post
Then...if they have a PreHookHandler...what about a PostHookHandler?
There is no PostHookHandler provided by ZOS, but look at this thread:
http://www.esoui.com/forums/showthread.php?t=564

I'm using this solution in my AddOn, but when hooking into some Functions i encountered a problem with "unsafe function call" errors, where hooking into other functions works without problems. So be warned
  Reply With Quote