Closures
isfunctionhooked
Returns whether the provided function currently has a hook record. The argument must be a function.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns whether the provided function currently has a hook record. The argument must be a function.
isfunctionhooked(func: function): boolean
local function target()
end
print(isfunctionhooked(target))