Class PlayerLeaveAfterEventSignal

Manages callbacks that are connected to a player leaving the world.

Hierarchy

  • PlayerLeaveAfterEventSignal

Constructors

Methods

Constructors

Methods

  • Beta

    Parameters

    Returns ((arg0) => void)

      • (arg0): void
      • Beta

        Parameters

        Returns void

        Remarks

        Adds a callback that will be called when a player leaves the world.

        This function can't be called in read-only mode.

        This function can be called in early-execution mode.

    Remarks

    Adds a callback that will be called when a player leaves the world.

    This function can't be called in read-only mode.

    This function can be called in early-execution mode.

  • Beta

    Parameters

    Returns void

    Remarks

    Removes a callback from being called when a player leaves the world.

    This function can't be called in read-only mode.

    This function can be called in early-execution mode.