A | |
activeRoomId, SmartFoxClient | |
amIModerator, SmartFoxClient | |
B | |
buddyList, SmartFoxClient | |
D | |
debug, SmartFoxClient | |
H | |
httpPort, SmartFoxClient | |
M | |
myUserId, SmartFoxClient | |
myUserName, SmartFoxClient | |
P | |
params, SFSEvent | |
playerId, SmartFoxClient |
The property stores the id of the last room the user has entered.
public var activeRoomId: int
A boolean flag indicating if the user is recognized as moderator.
public var amIModerator: Boolean
An array containing the objects representing each buddy of the client’s buddy list.
public var buddyList: Array
Toggles the client-side debugging informations.
public var debug: Boolean
The TCP port used by the embedded webserver.
public var httpPort: int
A number representing the current userId.
public var myUserId: int
A string representing the name we’re currently using in the server.
public var myUserName: String
Contains the parameters passed by the SmartFoxClient class.
public var params: Object
A number representing the id of the client as a player.
public var playerId: int