Returns
thread? - The original execution thread.
Documentation Index
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? - The original execution 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