oth.get_root_callback
Returns the original callback for the current Oth hook context.
function oth.get_root_callback(): functionfunctionThe original callback function for the current hook context.Usage
Call original function
oth.hook(print, function(...)
return oth.get_root_callback()(...)
end)