MMORoom Class |
Namespace: Sfs2X.Entities
public class MMORoom : SFSRoom
The MMORoom type exposes the following members.
| Name | Description | |
|---|---|---|
| Capacity |
Returns the maximum amount of users, including spectators, that can be contained in this Room.
(Inherited from SFSRoom.) | |
| DefaultAOI |
Returns the default Area of Interest (AoI) of this MMORoom.
| |
| GroupId |
Returns the Room Group name.
(Inherited from SFSRoom.) | |
| HigherMapLimit |
Returns the higher coordinates limit of the virtual environment represented by the MMORoom along the X,Y,Z axes.
| |
| Id |
Indicates the id of this Room.
(Inherited from SFSRoom.) | |
| IsGame |
Indicates whether this is a Game Room or not.
(Inherited from SFSRoom.) | |
| IsHidden |
Indicates whether this Room is hidden or not.
(Inherited from SFSRoom.) | |
| IsJoined |
Indicates whether the client joined this Room or not.
(Inherited from SFSRoom.) | |
| IsPasswordProtected |
Indicates whether this Room requires a password to be joined or not.
(Inherited from SFSRoom.) | |
| LowerMapLimit |
Returns the lower coordinates limit of the virtual environment represented by the MMORoom along the X,Y,Z axes.
| |
| MaxSpectators |
Returns the maximum number of spectators allowed in this Room (Game Rooms only).
(Inherited from SFSRoom.) | |
| MaxUsers |
Returns the maximum number of users allowed in this Room.
(Inherited from SFSRoom.) | |
| Name |
Indicates the name of this Room.
(Inherited from SFSRoom.) | |
| PlayerList |
Returns a list of User objects representing the players currently inside this Room (Game Rooms only).
(Inherited from SFSRoom.) | |
| Properties |
Defines a generic utility object that can be used to store custom Room data.
(Inherited from SFSRoom.) | |
| SpectatorCount |
Returns the current number of spectators in this Room (Game Rooms only).
(Inherited from SFSRoom.) | |
| SpectatorList |
Returns a list of User objects representing the spectators currently inside this Room (Game Rooms only).
(Inherited from SFSRoom.) | |
| UserCount |
Returns the current number of users in this Room.
(Inherited from SFSRoom.) | |
| UserList |
Returns a list of User objects representing all the users currently inside this Room.
(Inherited from SFSRoom.) |
| Name | Description | |
|---|---|---|
| ContainsUser |
Indicates whether the specified user is currently inside this Room or not.
(Inherited from SFSRoom.) | |
| ContainsVariable |
Indicates whether this Room has the specified Room Variable set or not.
(Inherited from SFSRoom.) | |
| GetMMOItem |
Retrieves an MMOItem object from its id property.
| |
| GetMMOItems |
Retrieves all MMOItem object in the MMORoom that fall within the current user's Area of Interest.
| |
| GetUserById |
Retrieves a User object from its id property.
(Inherited from SFSRoom.) | |
| GetUserByName |
Retrieves a User object from its name property.
(Inherited from SFSRoom.) | |
| GetVariable |
Retrieves a Room Variable from its name.
(Inherited from SFSRoom.) | |
| GetVariables |
Retrieves all the Room Variables of this Room.
(Inherited from SFSRoom.) | |
| ToString |
Returns a string that contains the Room id, name and id of the Group to which it belongs.
(Inherited from SFSRoom.) |