GameClass.server_onPlayerJoined
Called when a Player joins the game.
Kind: Callback
Environments: Game
Game
Callback side: Server
GameClass:server_onPlayerJoined( player, newPlayer )
Parameters:
| Name | Type | Description |
|---|---|---|
self |
table | The class instance. |
player |
Player | The joining player. |
newPlayer |
boolean | True if the player has not been in this game before. |