Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
oth.is_hook_thread(thread: thread?): boolean
thread
boolean
true
false
print("Is current thread hook thread? ", oth.is_hook_thread())
oth.hook(print, function(...) assert(oth.is_hook_thread() == true) end)