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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user