And a convenience function for the client, too.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@820 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2009-04-28 17:17:57 +00:00
parent 7c028fa977
commit d846c3070b
@@ -177,6 +177,14 @@ public /*abstract*/ class GameController extends PlaceController
return (_userIder == null) ? 0 : _userIder.getUserId(name);
}
/**
* Returns the persistent user id for the supplied occupant info.
*/
public function getPlayerPersistentId (occInfo :OccupantInfo) :int
{
return getPlayerPersistentId(occInfo.username);
}
/**
* Returns the unique identifier for the current gameplay session.
*/