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  
params — Property, class com.smartfoxserver.v2.core.BaseEvent
Specifies the object containing the parameters of the event.
params — Property, interface com.smartfoxserver.v2.entities.invitation.Invitation
Returns an instance of SFSObject containing a custom set of parameters.
params — Property, class com.smartfoxserver.v2.entities.invitation.SFSInvitation
Returns an instance of SFSObject containing a custom set of parameters.
password — Property, class com.smartfoxserver.v2.requests.RoomSettings
Defines the password of the Room.
PasswordUtil — class, package com.smartfoxserver.v2.util
Helper class for logging in with a pre-hashed password.
permissions — Property, class com.smartfoxserver.v2.requests.RoomSettings
Defines the flags indicating which operations are permitted on the Room.
pingPong — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when a new lag value measurement is available.
PING_PONG — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.PING_PONG constant defines the value of the type property of the event object for a pingPong event.
playerId — Property, class com.smartfoxserver.v2.entities.SFSUser
Returns the id of this user as a player in a Game Room.
playerId — Property, interface com.smartfoxserver.v2.entities.User
Returns the id of this user as a player in a Game Room.
playerList — Property, interface com.smartfoxserver.v2.entities.Room
Returns a list of User objects representing the players currently inside this Room (Game Rooms only).
playerList — Property, class com.smartfoxserver.v2.entities.SFSRoom
Returns a list of User objects representing the players currently inside this Room (Game Rooms only).
playerMatchExpression — Property, class com.smartfoxserver.v2.requests.game.SFSGameSettings
Defines the game matching expression to be used to filters players.
playerToSpectator — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when a player is turned to a spectator inside a Game Room.
PLAYER_TO_SPECTATOR — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.PLAYER_TO_SPECTATOR constant defines the value of the type property of the event object for a playerToSpectator event.
playerToSpectatorError — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when an error occurs while the current user is being turned from player to spectator in a Game Room.
PLAYER_TO_SPECTATOR_ERROR — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.PLAYER_TO_SPECTATOR_ERROR constant defines the value of the type property of the event object for a playerToSpectatorError event.
PlayerToSpectatorRequest — class, package com.smartfoxserver.v2.requests
Turns the current user from player to spectator in a Game Room.
PlayerToSpectatorRequest(targetRoom:com.smartfoxserver.v2.entities:Room) — Constructor, class com.smartfoxserver.v2.requests.PlayerToSpectatorRequest
Creates a new PlayerToSpectatorRequest instance.
port — Property, class com.smartfoxserver.v2.util.ConfigData
Specifies the TCP port of the SmartFoxServer 2X instance to connect to (TCP connection).
privateMessage — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when a private message is received by the current user.
PRIVATE_MESSAGE — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.PRIVATE_MESSAGE constant defines the value of the type property of the event object for a privateMessage event.
PrivateMessageRequest — class, package com.smartfoxserver.v2.requests
Sends a private chat message.
PrivateMessageRequest(message:String, recipientId:int, params:com.smartfoxserver.v2.entities.data:ISFSObject) — Constructor, class com.smartfoxserver.v2.requests.PrivateMessageRequest
Creates a new PrivateMessageRequest instance.
privilegeId — Property, class com.smartfoxserver.v2.entities.SFSUser
Returns the id which identifies the privilege level of this user.
privilegeId — Property, interface com.smartfoxserver.v2.entities.User
Returns the id which identifies the privilege level of this user.
PRIVILEGE_ID — Constant Static Property, class com.smartfoxserver.v2.entities.match.UserProperties
The user privilege id.
properties — Property, interface com.smartfoxserver.v2.entities.Room
Defines a generic utility object that can be used to store custom Room data.
properties — Property, class com.smartfoxserver.v2.entities.SFSRoom
Defines a generic utility object that can be used to store custom Room data.
properties — Property, class com.smartfoxserver.v2.entities.SFSUser
Defines a generic utility object that can be used to store custom user data.
properties — Property, interface com.smartfoxserver.v2.entities.User
Defines a generic utility object that can be used to store custom user data.
propertiesFile — Property, class com.smartfoxserver.v2.requests.RoomExtension
Defines the name of an optional properties file that should be loaded on the server-side during the Extension initialization.
proximityListUpdate — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when one more users or one or more MMOItem objects enter/leave the current user's Area of Interest in MMORooms.
PROXIMITY_LIST_UPDATE — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.PROXIMITY_LIST_UPDATE constant defines the value of the type property of the event object for a proximityListUpdate event.
proximityListUpdateMillis — Property, class com.smartfoxserver.v2.requests.mmo.MMORoomSettings
Configures the speed at which the SFSEvent.PROXIMITY_LIST_UPDATE event is sent by the server.
publicMessage — Event, class com.smartfoxserver.v2.SmartFox
Dispatched when a public message is received by the current user.
PUBLIC_MESSAGE — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent
The SFSEvent.PUBLIC_MESSAGE constant defines the value of the type property of the event object for a publicMessage event.
PublicMessageRequest — class, package com.smartfoxserver.v2.requests
Sends a public chat message.
PublicMessageRequest(message:String, params:com.smartfoxserver.v2.entities.data:ISFSObject, targetRoom:com.smartfoxserver.v2.entities:Room) — Constructor, class com.smartfoxserver.v2.requests.PublicMessageRequest
Creates a new PublicMessageRequest instance.
putBool(key:String, value:Boolean) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed boolean value with the specified key in this object.
putBool(key:String, value:Boolean) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed boolean value with the specified key in this object.
putBoolArray(key:String, value:Array) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed array of boolean values with the specified key in this object.
putBoolArray(key:String, value:Array) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed array of boolean values with the specified key in this object.
putByte(key:String, value:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed byte (8 bit) value with the specified key in this object.
putByte(key:String, value:int) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed byte (8 bit) value with the specified key in this object.
putByteArray(key:String, value:flash.utils:ByteArray) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed array of bytes with the specified key in this object.
putByteArray(key:String, value:flash.utils:ByteArray) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed array of bytes with the specified key in this object.
putClass(key:String, value:any) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed custom class instance with the specified key in this object.
putClass(key:String, value:any) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed custom class instance with the specified key in this object.
putDouble(key:String, value:Number) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed double precision number (64 bit) value with the specified key in this object.
putDouble(key:String, value:Number) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed double precision number (64 bit) value with the specified key in this object.
putDoubleArray(key:String, value:Array) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed array of double precision number values with the specified key in this object.
putDoubleArray(key:String, value:Array) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed array of double precision number values with the specified key in this object.
putFloat(key:String, value:Number) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed floating point number (32 bit) value with the specified key in this object.
putFloat(key:String, value:Number) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed floating point number (32 bit) value with the specified key in this object.
putFloatArray(key:String, value:Array) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed array of floating point number values with the specified key in this object.
putFloatArray(key:String, value:Array) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed array of floating point number values with the specified key in this object.
putInt(key:String, value:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed integer (32 bit) value with the specified key in this object.
putInt(key:String, value:int) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed integer (32 bit) value with the specified key in this object.
putIntArray(key:String, value:Array) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed array of integer values with the specified key in this object.
putIntArray(key:String, value:Array) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed array of integer values with the specified key in this object.
putLong(key:String, value:Number) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed long integer (64 bit) value with the specified key in this object.
putLong(key:String, value:Number) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed long integer (64 bit) value with the specified key in this object.
putLongArray(key:String, value:Array) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed array of long integer values with the specified key in this object.
putLongArray(key:String, value:Array) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed array of long integer values with the specified key in this object.
putSFSArray(key:String, value:com.smartfoxserver.v2.entities.data:ISFSArray) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed ISFSArray object with the specified key in this object.
putSFSArray(key:String, value:com.smartfoxserver.v2.entities.data:ISFSArray) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed ISFSArray object with the specified key in this object.
putSFSObject(key:String, value:com.smartfoxserver.v2.entities.data:ISFSObject) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed ISFSObject object with the specified key in this object.
putSFSObject(key:String, value:com.smartfoxserver.v2.entities.data:ISFSObject) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed ISFSObject object with the specified key in this object.
putShort(key:String, value:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed short integer (16 bit) value with the specified key in this object.
putShort(key:String, value:int) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed short integer (16 bit) value with the specified key in this object.
putShortArray(key:String, value:Array) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed array of short integer values with the specified key in this object.
putShortArray(key:String, value:Array) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed array of short integer values with the specified key in this object.
putText(key:String, value:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed UTF-8 string value (max length: 2 GBytes) with the specified key in this object.
putText(key:String, value:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed UTF-8 string value (max length: 2 GBytes) with the specified key in this object.
putUtfString(key:String, value:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed UTF-8 string value (max length: 32 KBytes) with the specified key in this object.
putUtfString(key:String, value:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed UTF-8 string value (max length: 32 KBytes) with the specified key in this object.
putUtfStringArray(key:String, value:Array) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Associates the passed array of UTF-8 string values with the specified key in this object.
putUtfStringArray(key:String, value:Array) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Associates the passed array of UTF-8 string values with the specified key in this object.
px — Property, class com.smartfoxserver.v2.entities.data.Vec3D
Returns the position along the X axis.
py — Property, class com.smartfoxserver.v2.entities.data.Vec3D
Returns the position along the Y axis.
pz — Property, class com.smartfoxserver.v2.entities.data.Vec3D
Returns the position along the Z axis.
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