A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
REFUSE — Constant Static Property, class com.smartfoxserver.v2.entities.invitation.InvitationReply
Invitation is refused.
RemoveBuddyRequest — class, package com.smartfoxserver.v2.requests.buddylist
Removes a buddy from the current user's buddies list.
RemoveBuddyRequest(buddyName:String) — Constructor, class com.smartfoxserver.v2.requests.buddylist.RemoveBuddyRequest
Creates a new RemoveBuddyRequest instance.
removeElement(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Removes the element corresponding to the passed key from this object.
removeElement(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Removes the element corresponding to the passed key from this object.
removeElementAt(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Removes the element at the specified position in this array.
removeElementAt(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Removes the element at the specified position in this array.
removeItem(id:int) — method, class com.smartfoxserver.v2.entities.MMORoom
ReservedBuddyVariables — class, package com.smartfoxserver.v2.entities.variables
The ReservedBuddyVariables class contains the constants describing the SmartFoxServer API reserved Buddy Variable names.
ReservedRoomVariables — class, package com.smartfoxserver.v2.entities.variables
The ReservedRoomVariables class contains the constants describing the SmartFoxServer API reserved Room Variable names.
rewind() — method, class com.smartfoxserver.v2.entities.match.MatchExpression
Moves the iterator cursor to the first matching expression in the chain.
Room — Interface, package com.smartfoxserver.v2.entities
The Room interface defines all the methods and properties that an object representing a SmartFoxServer Room entity exposes.
roomAdd — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when a new Room is created inside the Zone under any of the Room Groups that the client subscribed.
ROOM_ADD — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.ROOM_ADD constant defines the value of the type property of the event object for a roomAdd event.
roomCapacityChange — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when the capacity of a Room is changed.
ROOM_CAPACITY_CHANGE — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.ROOM_CAPACITY_CHANGE constant defines the value of the type property of the event object for a roomCapacityChange event.
roomCapacityChangeError — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when an error occurs while attempting to change the capacity of a Room.
ROOM_CAPACITY_CHANGE_ERROR — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.ROOM_CAPACITY_CHANGE_ERROR constant defines the value of the type property of the event object for a roomCapacityChangeError event.
roomCreationError — Event, class com.smartfoxserver.v2.SmartFox
Dispatched if an error occurs while creating a new Room.
ROOM_CREATION_ERROR — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.ROOM_CREATION_ERROR constant defines the value of the type property of the event object for a roomCreationError event.
RoomEvents — class, package com.smartfoxserver.v2.requests
The RoomEvents class contains a specific subset of the RoomSettings required to create a Room.
RoomEvents() — Constructor, class com.smartfoxserver.v2.requests.RoomEvents
Creates a new RoomEvents instance.
RoomExtension — class, package com.smartfoxserver.v2.requests
The RoomExtension class contains a specific subset of the RoomSettings required to create a Room.
RoomExtension(id:String, className:String) — Constructor, class com.smartfoxserver.v2.requests.RoomExtension
Creates a new RoomExtension instance.
roomFindResult — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when a Rooms search is completed.
ROOM_FIND_RESULT — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.ROOM_FIND_RESULT constant defines the value of the type property of the event object for a roomFindResult event.
roomGroupSubscribe — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when a Group is subscribed by the current user.
ROOM_GROUP_SUBSCRIBE — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.ROOM_GROUP_SUBSCRIBE constant defines the value of the type property of the event object for a roomGroupSubscribe event.
roomGroupSubscribeError — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when an error occurs while a Room Group is being subscribed.
ROOM_GROUP_SUBSCRIBE_ERROR — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.ROOM_GROUP_SUBSCRIBE_ERROR constant defines the value of the type property of the event object for a roomGroupSubscribeError event.
roomGroupUnsubscribe — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when a Group is unsubscribed by the current user.
ROOM_GROUP_UNSUBSCRIBE — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.ROOM_GROUP_UNSUBSCRIBE constant defines the value of the type property of the event object for a roomGroupUnsubscribe event.
roomGroupUnsubscribeError — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when an error occurs while a Room Group is being unsubscribed.
ROOM_GROUP_UNSUBSCRIBE_ERROR — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.ROOM_GROUP_UNSUBSCRIBE_ERROR constant defines the value of the type property of the event object for a roomGroupUnsubscribeError event.
roomJoin — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when a Room is joined by the current user.
ROOM_JOIN — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.ROOM_JOIN constant defines the value of the type property of the event object for a roomJoin event.
roomJoinError — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when an error occurs while the current user is trying to join a Room.
ROOM_JOIN_ERROR — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.ROOM_JOIN_ERROR constant defines the value of the type property of the event object for a roomJoinError event.
roomList — Property, class com.smartfoxserver.v2.SmartFox
Returns a list of Room objects representing the Rooms currently "watched" by the client.
roomManager — Property, class com.smartfoxserver.v2.SmartFox
Returns a reference to the Room Manager.
roomManager — Property, interface com.smartfoxserver.v2.entities.Room
Returns a reference to the Room Manager which manages this Room.
roomManager — Property, class com.smartfoxserver.v2.entities.SFSRoom
Returns a reference to the Room Manager which manages this Room.
roomNameChange — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when the name of a Room is changed.
ROOM_NAME_CHANGE — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.ROOM_NAME_CHANGE constant defines the value of the type property of the event object for a roomNameChange event.
roomNameChangeError — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when an error occurs while attempting to change the name of a Room.
ROOM_NAME_CHANGE_ERROR — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.ROOM_NAME_CHANGE_ERROR constant defines the value of the type property of the event object for a roomNameChangeError event.
roomPasswordStateChange — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when the password of a Room is set, changed or removed.
ROOM_PASSWORD_STATE_CHANGE — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.ROOM_PASSWORD_STATE_CHANGE constant defines the value of the type property of the event object for a roomPasswordStateChange event.
roomPasswordStateChangeError — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when an error occurs while attempting to set, change or remove the password of a Room.
ROOM_PASSWORD_STATE_CHANGE_ERROR — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.ROOM_PASSWORD_STATE_CHANGE_ERROR constant defines the value of the type property of the event object for a roomPasswordStateChangeError event.
RoomPermissions — class, package com.smartfoxserver.v2.requests
The RoomPermissions class contains a specific subset of the RoomSettings required to create a Room.
RoomPermissions() — Constructor, class com.smartfoxserver.v2.requests.RoomPermissions
Creates a new RoomPermissions instance.
RoomProperties — class, package com.smartfoxserver.v2.entities.match
The RoomProperties class contains the names of predefined properties that can be used in matching expressions to search/filter Rooms.
roomRemove — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when a Room belonging to one of the Groups subscribed by the client is removed from the Zone.
ROOM_REMOVE — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.ROOM_REMOVE constant defines the value of the type property of the event object for a roomRemove event.
RoomSettings — class, package com.smartfoxserver.v2.requests
The RoomSettings class is a container for the settings required to create a Room using the CreateRoomRequest request.
RoomSettings(name:String) — Constructor, class com.smartfoxserver.v2.requests.RoomSettings
Creates a new RoomSettings instance.
RoomVariable — Interface, package com.smartfoxserver.v2.entities.variables
The RoomVariable interface defines all the public methods and properties that an object representing a SmartFoxServer Room Variable exposes.
roomVariablesUpdate — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when a Room Variable is updated.
ROOM_VARIABLES_UPDATE — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.ROOM_VARIABLES_UPDATE constant defines the value of the type property of the event object for a roomVariablesUpdate event.
RV_GAME_STARTED — Constant Static Property, class com.smartfoxserver.v2.entities.variables.ReservedRoomVariables
The Room Variable with this name keeps track of the state (started or stopped) of a game created with the CreateSFSGameRequest request.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z