Function LOCK_FUNCTION

  • Allegro

    Lock a function

    Parameters

    • function_name: ((...args) => void)

      Function to lock

      1.6.6

        • (...args): void
        • Parameters

          • Rest ...args: never

          Returns void

    Returns void

    Remarks

    Does nothing since we do not need to lock functions

Generated using TypeDoc