Function END_OF_FUNCTION

  • Allegro

    End of function

    Parameters

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

      Name of function to end

      1.6.7

        • (...args): void
        • Parameters

          • Rest ...args: never

          Returns void

    Returns void

    Remarks

    Does nothing since we do not need to worry about locking functions

Generated using TypeDoc