Wizards of Lua

The Art of Spell Crafting


PlayerLoggedInEvent - When a Player Joins the World

The PlayerLoggedInEvent is fired whenever a Player joins the world (server).

The PlayerLoggedInEvent class is a subtype of the Event class and inherits all its properties and functions.

Here is an overview of the PlayerLoggedInEvent properties:

Property Type read / write
player Player r

Properties

Below you find short descriptions about each of the properties and some examples about how to use them in your spells.


player : Player

The player who joined the world.