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