Skip to main content

FuturisticAccess

Callable


  • Helper function for the futuristic hook scripts.


    Parameters

    • data: ExtendedItemData<any>
    • OriginalFunction: () => void

      The function that is normally called when an archetypical item reaches this point (if any).

      • DeniedFunction: (data: ExtendedItemData<any>) => void

        The function that is called when validation fails.

        Returns boolean

        • Whether the validation was successful or not.