Constant 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
O
 onAdminMessage, SFSEvent
 onBuddyList, SFSEvent
 onBuddyListError, SFSEvent
 onBuddyListUpdate, SFSEvent
 onBuddyRoom, SFSEvent
 onConnection, SFSEvent
 onConnectionLost, SFSEvent
 onCreateRoomError, SFSEvent
 onDebugMessage, SFSEvent
 onExtensionResponse, SFSEvent
 onJoinRoom, SFSEvent
 onJoinRoomError, SFSEvent
 onLogin, SFSEvent
 onLogout, SFSEvent
 onModeratorMessage, SFSEvent
 onObjectReceived, SFSEvent
 onPrivateMessage, SFSEvent
 onPublicMessage, SFSEvent
 onRandomKey, SFSEvent
 onRoomAdded, SFSEvent
 onRoomDeleted, SFSEvent
 onRoomLeft, SFSEvent
 onRoomListUpdate, SFSEvent
 onRoomVariablesUpdate, SFSEvent
 onRoundTripResponse, SFSEvent
 onSpectatorSwitched, SFSEvent
 onUserCountChange, SFSEvent
 onUserEnterRoom, SFSEvent
 onUserLeaveRoom, SFSEvent
 onUserVariablesUpdate, SFSEvent
Dispatched when a message from the Administrator is received.
Dispatched when the buddy list is received.
Dispatched when an error occurs while loading the buddy list.
Dispatched when the status of a buddy in the buddy list changes.
Dispatched in response to a SmartFoxClient.getBuddyRoom request.
Dispatched when the connection to SmartFoxServer succeeded or failed.
Dispatched when the connection with SmartFoxServer is lost.
Dispatched when an error occurs during the creation of a room.
Dispatched when a debug message is traced by the SmartFoxServer API.
Dispatched when a response from a server-side extension is received.
Dispatched when a room is joined successfully.
Dispatched when an error occurs while joining a room.
Dispatched after the login to SmartFoxServer has been attempted.
Dispatched after the user logged out successfully.
Dispatched when a message from a Moderator is received.
Dispatched when an Actionscript object is received.
Dispatched when a private message is received.
Dispatched when a public message is received.
Dispatched when a response to the SmartFoxClient.getRandomKey request is received.
Dispatched when a new room is created.
Dispatched when a room is removed.
Dispatched when a room is left in multi-room mode, in response of a SmartFoxClient.leaveRoom request.
Dispatched when the list of rooms available in the Zone is received.
Dispatched when room variables are updated in a certain room.
Dispatched when a response to the SmartFoxClient.roundTripBench request is received.
Dispatched when a response to the SmartFoxClient.switchSpectator request is received.
Dispatched when the user/spectator count of a room changed.
Dispatched when a user joins the current room.
Dispatched when a user leaves the current room.
Dispatched when a user updates his/her User Variables.