Class PlayerJoinEventSignal

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

Hierarchy

  • PlayerJoinEventSignal

Constructors

Methods

Constructors

Methods

  • Parameters

    • callback: ((arg) => void)

    Returns ((arg) => void)

      • (arg): void
      • Parameters

        Returns void

        Remarks

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

    Remarks

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

  • Parameters

    • callback: ((arg) => void)

    Returns void

    Remarks

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

    Throws

    This function can throw errors.