Contains information regarding a player that is leaving the world.
export class PlayerLeaveBeforeEvent { private constructor(); readonly player: Player;} Copy
export class PlayerLeaveBeforeEvent { private constructor(); readonly player: Player;}
Private
Readonly
The leaving player.
This property can't be read in early-execution mode.
Contains information regarding a player that is leaving the world.
Source