oth.get_original_thread
Returns the original thread associated with an Oth hook.
function oth.get_original_thread(): thread?thread?The original thread, or nil.Usage
Read original thread
local thread = oth.get_original_thread()
if thread then
print(thread)
end