essential.reconnectedPlayer
Prototype
function reconnectedPlayer(playerName, position)
Input parameters
playername - the user name of the player who reconnected
postition - the players position in the game room
Return value
null
Description
Called if a disconnected player reconnects to the game. Normally, no action is needed to take in this function as the game state will be automatically requested and sent to the player.
