Click or drag to resize

MMORoom Methods

The MMORoom type exposes the following members.

Methods
  NameDescription
Public methodContainsUser
Indicates whether the specified user is currently inside this Room or not.
(Inherited from SFSRoom.)
Public methodContainsVariable
Indicates whether this Room has the specified Room Variable set or not.
(Inherited from SFSRoom.)
Public methodGetMMOItem
Retrieves an MMOItem object from its id property.
Public methodGetMMOItems
Retrieves all MMOItem object in the MMORoom that fall within the current user's Area of Interest.
Public methodGetUserById
Retrieves a User object from its id property.
(Inherited from SFSRoom.)
Public methodGetUserByName
Retrieves a User object from its name property.
(Inherited from SFSRoom.)
Public methodGetVariable
Retrieves a Room Variable from its name.
(Inherited from SFSRoom.)
Public methodGetVariables
Retrieves all the Room Variables of this Room.
(Inherited from SFSRoom.)
Public methodToString
Returns a string that contains the Room id, name and id of the Group to which it belongs.
(Inherited from SFSRoom.)
Top
See Also