Contains information regarding a player that has left the world.
export class PlayerLeaveAfterEvent { private constructor(); readonly playerId: string; readonly playerName: string;} Copy
export class PlayerLeaveAfterEvent { private constructor(); readonly playerId: string; readonly playerName: string;}
Private
Readonly
Opaque string identifier of the player that has left the event.
This property can't be read in early-execution mode.
Player that has left the world.
Contains information regarding a player that has left the world.
Source