helper.numberOfPlayersInGame
Prototype
function numberOfPlayersInGame()
Return value
The number of players currently in the game room
Description
Returns the number of players currently in the game room.
Example code
var numPlayers = numberOfPlayersInGame();
