[Go to site: main page, start]

Interface HookedFunction

interface HookedFunction {
    fn: Function;
    hook: string;
    id: number;
    once: boolean;
}
Index

Properties

Properties

fn: Function
hook: string
id: number
once: boolean