grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object-Free API » Unhook(integer) |
Version 2.1
|
The Unhook Lua function removes a hook.
Hooks are an automatically triggered function that activates when a grandMA3 object changes. A hook can be created using the HookObjectChange function.
![]() |
ヒント |
All hooks can be listed using the DumpAllHooks function, but this does not reveal the corresponding hook integer ID. Use the UnhookMultiple function if the integer is unknown.
|
この関数は何も返しません。
![]() |
ヒント |
関連する関数の DumpAllHooks、 HookObjectChange、UnhookMultiple も参照してください。 |
This example unhooks the hook created using the example in the HookObjectChange - please run that example before this one.
Lua |
return function() |