Class PlayerSpawnAfterEventSignal

Registers an event when a player is spawned (or re-spawned after death) and fully ready within the world.

Hierarchy

  • PlayerSpawnAfterEventSignal

Constructors

Methods

Constructors

Methods

  • Beta

    Parameters

    Returns ((arg0) => void)

      • (arg0): void
      • Beta

        Parameters

        Returns void

        Remarks

        Registers a new event receiver for this particular type of event.

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

        This function can be called in early-execution mode.

    Remarks

    Registers a new event receiver for this particular type of event.

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

    This function can be called in early-execution mode.

  • Beta

    Parameters

    Returns void

    Remarks

    De-registers an event receiver for the player spawn event.

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

    This function can be called in early-execution mode.