HookableFunction
HRLibHookableFunction Class
Field
Type
__call
fun(self: HRLibHookableFunction, ...: any): any
set
fun(self: HookableFunction, isJustAddition: boolean?, fn: function)
Fields description •
__call- the function, triggered when using the table as a function (hookableFunction(...)) •set- the method, called when you want to reset the function's content or want to add a hook (hookableFunction:set(true|false, function(...)end))
Last updated