View Single Post
03/07/18, 03:36 PM   #6
Shinni
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 167
Originally Posted by Dolgubon View Post
Wouldn't that cause 'attempt to use a private function' errors?
ActionButtonUp is not a private function. Yes, it will eventually call a private function further down in the call chain, but that is what ZO_PreHook is for. Hooking with ZO_PreHook does not taint the call chain.
  Reply With Quote