helper.getPlayerInfo
Prototype
function getPlayerInfo(playername)
Input parameters
playername - user name of the player to get the data for
Return value
object associated with player
Description
Returns the object associated with a player (either through the createPlayerInfo or setPlayerInfo function)
Example code
var playerInfo = getPlayerInfo(player);
