grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object-Free API » UnhookMultiple(function, handle, handle) |
Version 2.1
|
The UnhookMultiple Lua function unhooks multiple hooks based on an input. This input acts like a filter to identify all the hooks that should be unhooked.
The DumpAllHooks function can be used to list all the existing hooks in the system.
The target and context names can be seen using the DumpAllHooks function.
![]() |
ヒント |
See also these related functions: DumpAllHooks, HookObjectChange, Unhook.
|
This example unhooks all hooked related to the function created in the example for the HookObjectChange - please run the example from that topic before running this one.
Lua |
return function () |