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 |
MANUAL — Constant Static Property, class com.smartfoxserver.v2.util.ClientDisconnectionReason |
|
The client manually disconnected from the server. |
mapLimits — Property, class com.smartfoxserver.v2.requests.mmo.MMORoomSettings |
|
Defines the limits of the virtual environment represented by the MMORoom. |
MapLimits — class, package com.smartfoxserver.v2.requests.mmo |
|
The MapLimits class is used to set the limits of the virtual environment represented by an MMORoom when creating it. |
MapLimits(lowerLimit:com.smartfoxserver.v2.entities.data:Vec3D, higherLimit:com.smartfoxserver.v2.entities.data:Vec3D) — Constructor, class com.smartfoxserver.v2.requests.mmo.MapLimits |
|
Creates a new MapLimits instance. |
MatchExpression — class, package com.smartfoxserver.v2.entities.match |
|
The MatchExpression class represents a matching expression used to compare custom variables or predefined properties when searching for users or Rooms. |
MatchExpression(varName:String, condition:com.smartfoxserver.v2.entities.match:IMatcher, value:any) — Constructor, class com.smartfoxserver.v2.entities.match.MatchExpression |
|
Creates a new MatchExpression instance. |
maxMessageSize — Property, class com.smartfoxserver.v2.SmartFox |
|
Returns the maximum size of messages allowed by the server. |
maxSpectators — Property, interface com.smartfoxserver.v2.entities.Room |
|
Returns the maximum number of spectators allowed in this Room (Game Rooms only). |
maxSpectators — Property, class com.smartfoxserver.v2.entities.SFSRoom |
|
Returns the maximum number of spectators allowed in this Room (Game Rooms only). |
maxSpectators — Property, class com.smartfoxserver.v2.requests.RoomSettings |
|
Defines the maximum number of spectators allowed in the Room (only for Game Rooms). |
MAX_SPECTATORS — Constant Static Property, class com.smartfoxserver.v2.entities.match.RoomProperties |
|
The maximum number of spectators allowed in the Room (Game Rooms only). |
maxUsers — Property, interface com.smartfoxserver.v2.entities.Room |
|
Returns the maximum number of users allowed in this Room. |
maxUsers — Property, class com.smartfoxserver.v2.entities.SFSRoom |
|
Returns the maximum number of users allowed in this Room. |
maxUsers — Property, class com.smartfoxserver.v2.requests.RoomSettings |
|
Defines the maximum number of users allowed in the Room. |
MAX_USERS — Constant Static Property, class com.smartfoxserver.v2.entities.match.RoomProperties |
|
The maximum number of users allowed in the Room (players in Game Rooms). |
maxVariables — Property, class com.smartfoxserver.v2.requests.RoomSettings |
|
Defines the maximum number of Room Variables allowed for the Room. |
md5Password(pass:String) — Static Method , class com.smartfoxserver.v2.util.PasswordUtil |
|
Generates the MD5 hash of the user password. |
merge(anotherRoom:com.smartfoxserver.v2.entities:Room) — method, class com.smartfoxserver.v2.entities.SFSRoom |
| |
MessageRecipientMode — class, package com.smartfoxserver.v2.requests |
|
The MessageRecipientMode class is used to specify the recipient/s of moderator and administrator messages. |
MessageRecipientMode(mode:int, target:any) — Constructor, class com.smartfoxserver.v2.requests.MessageRecipientMode |
|
Creates a new MessageRecipientMode instance. |
minPlayersToStartGame — Property, class com.smartfoxserver.v2.requests.game.SFSGameSettings |
|
Defines the minimum number of players required to start the game. |
MMOItem — class, package com.smartfoxserver.v2.entities |
|
An MMOItem represents an active non-player entity inside an MMORoom. |
MMOItem(id:int) — Constructor, class com.smartfoxserver.v2.entities.MMOItem |
|
Creates a new MMOItem instance. |
MMOItemVariable — class, package com.smartfoxserver.v2.entities.variables |
|
The MMOItemVariable object represents a SmartFoxServer MMOItem Variable entity on the client. |
mmoItemVariablesUpdate — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched when an MMOItem Variable is updated in an MMORoom. |
MMOITEM_VARIABLES_UPDATE — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent |
|
The SFSEvent.MMOITEM_VARIABLES_UPDATE constant defines the value of the type property of the event object for a mmoItemVariablesUpdate event. |
MMORoom — class, package com.smartfoxserver.v2.entities |
|
The MMORoom object represents a specialized type of Room entity on the client. |
MMORoom(id:int, name:String, groupId:String) — Constructor, class com.smartfoxserver.v2.entities.MMORoom |
| |
MMORoomSettings — class, package com.smartfoxserver.v2.requests.mmo |
|
The MMORoomSettings class is a container for the settings required to create an MMORoom using the CreateRoomRequest request. |
MMORoomSettings(name:String) — Constructor, class com.smartfoxserver.v2.requests.mmo.MMORoomSettings |
|
Creates a new MMORoomSettings instance. |
mode — Property, class com.smartfoxserver.v2.requests.MessageRecipientMode |
|
Returns the selected recipient mode. |
MODERATOR — Constant Static Property, class com.smartfoxserver.v2.entities.UserPrivileges |
|
The moderator user can send dedicated "moderator messages", kick and ban users. |
moderatorMessage — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched when the current user receives a message from a moderator user. |
MODERATOR_MESSAGE — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent |
|
The SFSEvent.MODERATOR_MESSAGE constant defines the value of the type property of the event object for a moderatorMessage event. |
ModeratorMessageRequest — class, package com.smartfoxserver.v2.requests |
|
Sends a moderator message to a specific user or a group of users. |
ModeratorMessageRequest(message:String, recipientMode:com.smartfoxserver.v2.requests:MessageRecipientMode, params:com.smartfoxserver.v2.entities.data:ISFSObject) — Constructor, class com.smartfoxserver.v2.requests.ModeratorMessageRequest |
|
Creates a new ModeratorMessageRequest instance. |
myNickName — Property, interface com.smartfoxserver.v2.entities.managers.IBuddyManager |
|
Returns the current user's nickname (if set). |
myNickName — Property, class com.smartfoxserver.v2.entities.managers.SFSBuddyManager |
|
Returns the current user's nickname (if set). |
myOnlineState — Property, interface com.smartfoxserver.v2.entities.managers.IBuddyManager |
|
Returns the current user's online/offline state. |
myOnlineState — Property, class com.smartfoxserver.v2.entities.managers.SFSBuddyManager |
|
Returns the current user's online/offline state. |
mySelf — Property, class com.smartfoxserver.v2.SmartFox |
|
Returns the User object representing the client when connected to a SmartFoxServer 2X instance. |
myState — Property, interface com.smartfoxserver.v2.entities.managers.IBuddyManager |
|
Returns the current user's custom state (if set). |
myState — Property, class com.smartfoxserver.v2.entities.managers.SFSBuddyManager |
|
Returns the current user's custom state (if set). |
myVariables — Property, interface com.smartfoxserver.v2.entities.managers.IBuddyManager |
|
Returns all the Buddy Variables associated with the current user. |
myVariables — Property, class com.smartfoxserver.v2.entities.managers.SFSBuddyManager |
|
Returns all the Buddy Variables associated with the current user. |
|
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 |