Added EZGame.getPlayerCount().
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@98 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -217,6 +217,12 @@ public class GameObjectImpl extends EventDispatcher
|
||||
_ctx.getChatDirector().displayInfo(null, MessageBundle.taint(msg));
|
||||
}
|
||||
|
||||
// from EZGame
|
||||
public function getPlayerCount () :int
|
||||
{
|
||||
return _ezObj.getPlayerCount();
|
||||
}
|
||||
|
||||
// from EZGame
|
||||
public function getPlayerNames () :Array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user