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.get_original_thread(): thread?
thread?
local t = oth.get_original_thread() print("Original thread: ", t)
if oth.get_original_thread() then print("Currently running inside a hooked thread context") end