grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object-Free API » DumpAllHooks() |
Version 2.0
|
The DumpAllHooks function prints a list of the hooks in the system. The list is only shown in the System Monitor.
この関数は、引数を受け取りません。
The function does not return anything. It does print a list in the system monitor.
![]() |
ヒント |
See also these related functions: HookObjectChange, Unhook, UnhookMultiple.
|
This example prints the list of hooks in the system monitor.
The system monitor shows what is happening at the station. This includes feedback on user commands. It logs the different things happening in the background. It also shows warnings, errors, and changes to the system. Learn more in the System Monitor topic.
Lua |
return function() |