on_player_leave
on_player_leave(player)
An event which runs when a player leaves the game.
This function may only be called from within the events.lua
file, and must be returned in a table at the end of the file.
The player parameter will be accessible for the duration of the function. However the player entity will be removed before any messages can be sent to it.
Parameters:
Name
Type
Description
player
Entity
The leaving player's entity.
Example:
When the player leaves, message a nearby entity.
Last updated