OSRS Plugin API
    Preparing search index...

    Type Alias OnHookCallback

    OnHookCallback: (hook: HookReq) => void

    General purpose callback that is used whenever lua listens to the same events that runescript listens to. Currently used by the IfType event system.

    Type Declaration