helper.getPlayerPosition
Prototype
function getPlayerPosition(playername)
Input parameters
playername - the user name of the player to get the position of
Return value
Position of the player
Description
Returns the position in the game of the player
Example code
var playerPos = getPlayerPosition(player);
