essential.disconnectedPlayer
Prototype
function disconnectedPlayer(playerName, position)
Input parameters
playername - user name of the player who is added to the game
position - position in the room of the player
Return value
null
Description
This function is called if a player gets disconnected from the game. Normally, no action is needed to take in this function. The player will have about 30 seconds to reconnect to the game, if this hasn't happened the removePlayer function will be called.
