getOccupants() -> getOccupantIds(), which is more accurate and consistent

with SeatingControl's getPlayerIds().


git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@453 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2007-10-17 21:09:48 +00:00
parent c9fddfdc39
commit 18ac5a065f
@@ -471,7 +471,7 @@ public class EZGameControl extends BaseControl
/** /**
* Returns the player ids of all occupants in the game room. * Returns the player ids of all occupants in the game room.
*/ */
public function getOccupants () :Array /* of playerId */ public function getOccupantIds () :Array /* of playerId */
{ {
return (callEZCode("getOccupants_v1") as Array); return (callEZCode("getOccupants_v1") as Array);
} }