Properties

EVENT_CHARACTER_MOVE

public static function get EVENT_CHARACTER_MOVE():String

EVENT_CHARACTER_CORRECTION

public static function get EVENT_CHARACTER_CORRECTION():String

EVENT_CHARACTER_MERGE

public static function get EVENT_CHARACTER_MERGE():String

EVENT_ON_CONNECTION

public static function get EVENT_ON_CONNECTION():String

EVENT_ON_CONNECTION_LOST

public static function get EVENT_ON_CONNECTION_LOST():String

EVENT_ON_LOGIN

public static function get EVENT_ON_LOGIN():String

EVENT_ON_LOGOUT

public static function get EVENT_ON_LOGOUT():String

EVENT_ON_JOIN_ROOM

public static function get EVENT_ON_JOIN_ROOM():String

EVENT_ON_JOIN_ROOM_ERROR

public static function get EVENT_ON_JOIN_ROOM_ERROR():String

EVENT_ON_USER_LEAVE_ROOM

public static function get EVENT_ON_USER_LEAVE_ROOM():String

EVENT_ON_PUBLIC_MESSAGE

public static function get EVENT_ON_PUBLIC_MESSAGE():String

EVENT_ON_USER_ENTER_ROOM

public static function get EVENT_ON_USER_ENTER_ROOM():String

EVENT_ON_USER_VARIABLES_UPDATE

public static function get EVENT_ON_USER_VARIABLES_UPDATE():String

EVENT_ON_ROOM_LIST_UPDATE

public static function get EVENT_ON_ROOM_LIST_UPDATE():String

EVENT_ON_CREATE_ROOM_ERROR

public static function get EVENT_ON_CREATE_ROOM_ERROR():String

EVENT_ON_USER_COUNT_CHANGE

public static function get EVENT_ON_USER_COUNT_CHANGE():String

EVENT_ON_ADMIN_MESSAGE

public static function get EVENT_ON_ADMIN_MESSAGE():String

EVENT_ON_MODERATOR_MESSAGE

public static function get EVENT_ON_MODERATOR_MESSAGE():String

EVENT_ON_PRIVATE_MESSAGE

public static function get EVENT_ON_PRIVATE_MESSAGE():String

Variables

TAG_KICK

private static var TAG_KICK: String

TAG_KICK_GOAL

private static var TAG_KICK_GOAL: String

TAG_BAN

private static var TAG_BAN: String

TAG_BAN_GOAL

private static var TAG_BAN_GOAL: String

TAG_BAN_TIME

private static var TAG_BAN_TIME: String

TAG_REASON

private static var TAG_REASON: String

LATENCY

private static var LATENCY: String

TILE_X

private static var TILE_X: String

TILE_Y

private static var TILE_Y: String

DESTINATION_X

private static var DESTINATION_X: String

DESTINATION_Y

private static var DESTINATION_Y: String

HIDE_MESSAGE_MARKER

private static var HIDE_MESSAGE_MARKER: String
ServerLC class - server class that communicates using LocalConnection (for local demos without a real server)
ServerSF class - server class that communicates with SmartFoxServer
public static function get EVENT_CHARACTER_MOVE():String
public static function get EVENT_CHARACTER_CORRECTION():String
public static function get EVENT_CHARACTER_MERGE():String
public static function get EVENT_ON_CONNECTION():String
public static function get EVENT_ON_CONNECTION_LOST():String
public static function get EVENT_ON_LOGIN():String
public static function get EVENT_ON_LOGOUT():String
public static function get EVENT_ON_JOIN_ROOM():String
public static function get EVENT_ON_JOIN_ROOM_ERROR():String
public static function get EVENT_ON_USER_LEAVE_ROOM():String
public static function get EVENT_ON_PUBLIC_MESSAGE():String
public static function get EVENT_ON_USER_ENTER_ROOM():String
public static function get EVENT_ON_USER_VARIABLES_UPDATE():String
public static function get EVENT_ON_ROOM_LIST_UPDATE():String
public static function get EVENT_ON_CREATE_ROOM_ERROR():String
public static function get EVENT_ON_USER_COUNT_CHANGE():String
public static function get EVENT_ON_ADMIN_MESSAGE():String
public static function get EVENT_ON_MODERATOR_MESSAGE():String
public static function get EVENT_ON_PRIVATE_MESSAGE():String
private static var TAG_KICK: String
private static var TAG_KICK_GOAL: String
private static var TAG_BAN: String
private static var TAG_BAN_GOAL: String
private static var TAG_BAN_TIME: String
private static var TAG_REASON: String
private static var LATENCY: String
private static var TILE_X: String
private static var TILE_Y: String
private static var DESTINATION_X: String
private static var DESTINATION_Y: String
private static var HIDE_MESSAGE_MARKER: String
Close