Class QuickJoinGameRequest

java.lang.Object
sfs3.client.requests.BaseRequest
sfs3.client.requests.game.QuickJoinGameRequest
All Implemented Interfaces:
sfs3.client.requests.IClientRequest

public class QuickJoinGameRequest extends BaseRequest
Quickly joins the current user in a public game.

By providing a matching expression and a list of Rooms or Groups, SmartFoxServer can search for a matching public Game Room and immediately join the user into that Room as a player.

If a game could be found and joined, the roomJoin event is dispatched to the requester's client.

See Also: