[This is preliminary documentation and is subject to change.]
The PlayerJoinedWorldEventArgs type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| Context | Context of the world change. | |
| NewWorld | Player's current (newly-joined) world. May be same as OldWorld, if rejoining. | |
| OldWorld | Players' previous world. May be null if player just connected, and is joining main. | |
| Player | Player who has just joined a world. |