Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Shinni
Forum: AddOn Search/Requests 03/07/18, 03:36 PM
Replies: 8
Views: 4,304
Posted By Shinni
ActionButtonUp is not a private function. Yes, it...

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...
Forum: AddOn Search/Requests 03/07/18, 01:39 PM
Replies: 8
Views: 4,304
Posted By Shinni
You can just ZO_PreHook ActionButtonDown to block...

You can just ZO_PreHook ActionButtonDown to block an ability from being cast. That way you can change the block state even infight without changing keybinds.

ZO_PreHook("ActionButtonDown",...
Showing results 1 to 2 of 2