void |
ISFSApi.joinRoom(User user,
Room room) |
Join the user in a room.
This is the quickest way to join a User in non password-protected Room.
|
void |
ISFSApi.joinRoom(User user,
Room roomToJoin,
java.lang.String password,
boolean asSpectator,
Room roomToLeave) |
Join the user in a room.
A client update and server side event will be also fired
|
void |
ISFSApi.joinRoom(User user,
Room roomToJoin,
java.lang.String password,
boolean asSpectator,
Room roomToLeave,
boolean fireClientEvent,
boolean fireServerEvent) |
Join the user in a room.
|
void |
SFSApi.joinRoom(User user,
Room room) |
Join the user in a room.
This is the quickest way to join a User in non password-protected Room.
|
void |
SFSApi.joinRoom(User user,
Room roomToJoin,
java.lang.String password,
boolean asSpectator,
Room roomToLeave) |
Join the user in a room.
A client update and server side event will be also fired
|
void |
SFSApi.joinRoom(User user,
Room roomToJoin,
java.lang.String password,
boolean asSpectator,
Room roomToLeave,
boolean fireClientEvent,
boolean fireServerEvent) |
Join the user in a room.
|
Room |
ISFSGameApi.quickJoinGame(User player,
MatchExpression expression,
Zone zone,
java.lang.String groupId) |
Quick join a User in an SFSGame.
|
Room |
ISFSGameApi.quickJoinGame(User player,
MatchExpression expression,
Zone zone,
java.lang.String groupId,
Room roomToLeave) |
Quick join a User in an SFSGame.
|
Room |
ISFSGameApi.quickJoinGame(User player,
MatchExpression expression,
java.util.Collection<Room> searchableRooms,
Room roomToLeave) |
Quick join a User in an SFSGame.
|
Room |
SFSGameApi.quickJoinGame(User player,
MatchExpression expression,
Zone zone,
java.lang.String groupId) |
Quick join a User in an SFSGame.
|
Room |
SFSGameApi.quickJoinGame(User player,
MatchExpression expression,
Zone zone,
java.lang.String groupId,
Room roomToLeave) |
Quick join a User in an SFSGame.
|
Room |
SFSGameApi.quickJoinGame(User player,
MatchExpression expression,
java.util.Collection<Room> searchableRooms,
Room roomToLeave) |
Quick join a User in an SFSGame.
|
void |
ISFSApi.quickJoinOrCreateRoom(User user,
MatchExpression expression,
java.util.Collection<java.lang.String> groupList,
CreateRoomSettings settings) |
Searches for a Room that matches the provided MatchExpression and joins the User in the first occurrence found.
|
void |
ISFSApi.quickJoinOrCreateRoom(User user,
MatchExpression expression,
java.util.Collection<java.lang.String> groupList,
CreateRoomSettings settings,
Room roomToLeave) |
Searches for a Room that matches the provided MatchExpression and joins the User in the first occurrence found.
|
void |
SFSApi.quickJoinOrCreateRoom(User user,
MatchExpression expression,
java.util.Collection<java.lang.String> groupList,
CreateRoomSettings settings) |
Searches for a Room that matches the provided MatchExpression and joins the User in the first occurrence found.
|
void |
SFSApi.quickJoinOrCreateRoom(User user,
MatchExpression expression,
java.util.Collection<java.lang.String> groupList,
CreateRoomSettings settings,
Room roomToLeave) |
Searches for a Room that matches the provided MatchExpression and joins the User in the first occurrence found.
|