h1z1-server
    Index

    Constructors

    Methods

    • Calls all async hooks currently registered and either halts or continues the function based on the return behavior of each hook.

      Parameters

      • hookName: Hooks

        The name of the async hook.

      • ...args: any

      Returns Promise<boolean>

      Returns the value of the first hook to return a boolean, or true.

    • Calls all hooks currently registered and either halts or continues the function based on the return behavior of each hook.

      Parameters

      • hookName: Hooks

        The name of the async hook

      • ...args: any

      Returns boolean

      Returns the value of the first hook to return a boolean, or true.

    MMNEPVFCICPMFPCPTTAAATR