Script API - v1.26.10
    Preparing search index...

    Class PlayerLeaveAfterEvent

    Contains information regarding a player that has left the world.

    export class PlayerLeaveAfterEvent {
    private constructor();
    readonly playerId: string;
    readonly playerName: string;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    playerId: string

    Opaque string identifier of the player that has left the event.

    This property can't be read in early-execution mode.

    playerName: string

    Player that has left the world.

    This property can't be read in early-execution mode.