2012-01-13 04:05:39 +00:00
// This file is automatically generated. Do not edit.
cah . $ = { } ;
2015-02-14 04:03:46 +00:00
cah . $ . GamePlayerStatus = function ( ) {
2012-01-25 00:20:43 +00:00
// Dummy constructor to make Eclipse auto-complete.
2012-01-13 04:05:39 +00:00
} ;
2015-02-14 04:03:46 +00:00
cah . $ . GamePlayerStatus . prototype . dummyForAutocomplete = undefined ;
cah . $ . GamePlayerStatus . SPECTATOR = "sv" ;
cah . $ . GamePlayerStatus . HOST = "sh" ;
cah . $ . GamePlayerStatus . IDLE = "si" ;
cah . $ . GamePlayerStatus . WINNER = "sw" ;
cah . $ . GamePlayerStatus . PLAYING = "sp" ;
cah . $ . GamePlayerStatus . JUDGE = "sj" ;
cah . $ . GamePlayerStatus . JUDGING = "sjj" ;
cah . $ . GamePlayerStatus _msg = { } ;
cah . $ . GamePlayerStatus _msg [ 'sp' ] = "Playing" ;
cah . $ . GamePlayerStatus _msg [ 'sv' ] = "Spectator" ;
cah . $ . GamePlayerStatus _msg [ 'sh' ] = "Host" ;
cah . $ . GamePlayerStatus _msg [ 'sw' ] = "Winner!" ;
cah . $ . GamePlayerStatus _msg [ 'sj' ] = "Card Czar" ;
cah . $ . GamePlayerStatus _msg [ 'sjj' ] = "Selecting" ;
cah . $ . GamePlayerStatus _msg [ 'si' ] = "" ;
cah . $ . GamePlayerStatus _msg _2 = { } ;
cah . $ . GamePlayerStatus _msg _2 [ 'sp' ] = "Select a card to play." ;
cah . $ . GamePlayerStatus _msg _2 [ 'sv' ] = "You are just spectating." ;
cah . $ . GamePlayerStatus _msg _2 [ 'sh' ] = "Wait for players then click Start Game." ;
cah . $ . GamePlayerStatus _msg _2 [ 'sw' ] = "You have won!" ;
cah . $ . GamePlayerStatus _msg _2 [ 'sj' ] = "You are the Card Czar." ;
cah . $ . GamePlayerStatus _msg _2 [ 'sjj' ] = "Select a winning card." ;
cah . $ . GamePlayerStatus _msg _2 [ 'si' ] = "Waiting for players..." ;
2012-01-13 04:05:39 +00:00
2015-02-14 04:03:46 +00:00
cah . $ . GamePlayerInfo = function ( ) {
2012-01-25 00:20:43 +00:00
// Dummy constructor to make Eclipse auto-complete.
2012-01-13 05:36:31 +00:00
} ;
2015-02-14 04:03:46 +00:00
cah . $ . GamePlayerInfo . prototype . dummyForAutocomplete = undefined ;
cah . $ . GamePlayerInfo . NAME = "N" ;
cah . $ . GamePlayerInfo . SCORE = "sc" ;
cah . $ . GamePlayerInfo . STATUS = "st" ;
2012-01-13 05:36:31 +00:00
2015-02-14 04:03:46 +00:00
cah . $ . GameOptionData = function ( ) {
2012-01-25 00:20:43 +00:00
// Dummy constructor to make Eclipse auto-complete.
2012-01-13 05:36:31 +00:00
} ;
2015-02-14 04:03:46 +00:00
cah . $ . GameOptionData . prototype . dummyForAutocomplete = undefined ;
cah . $ . GameOptionData . USE _TIMER = "ut" ;
cah . $ . GameOptionData . CARD _SETS = "css" ;
cah . $ . GameOptionData . BLANKS _LIMIT = "bl" ;
cah . $ . GameOptionData . SPECTATOR _LIMIT = "vL" ;
cah . $ . GameOptionData . PLAYER _LIMIT = "pL" ;
cah . $ . GameOptionData . PASSWORD = "pw" ;
cah . $ . GameOptionData . SCORE _LIMIT = "sl" ;
2012-01-13 05:36:31 +00:00
2015-02-14 04:03:46 +00:00
cah . $ . GameInfo = function ( ) {
2012-01-25 00:20:43 +00:00
// Dummy constructor to make Eclipse auto-complete.
} ;
2015-02-14 04:03:46 +00:00
cah . $ . GameInfo . prototype . dummyForAutocomplete = undefined ;
cah . $ . GameInfo . HOST = "H" ;
cah . $ . GameInfo . STATE = "S" ;
cah . $ . GameInfo . PLAYERS = "P" ;
cah . $ . GameInfo . SPECTATORS = "V" ;
cah . $ . GameInfo . ID = "gid" ;
cah . $ . GameInfo . GAME _OPTIONS = "go" ;
cah . $ . GameInfo . HAS _PASSWORD = "hp" ;
cah . $ . GameState = function ( ) {
// Dummy constructor to make Eclipse auto-complete.
} ;
cah . $ . GameState . prototype . dummyForAutocomplete = undefined ;
cah . $ . GameState . PLAYING = "p" ;
cah . $ . GameState . ROUND _OVER = "ro" ;
cah . $ . GameState . LOBBY = "l" ;
cah . $ . GameState . JUDGING = "j" ;
cah . $ . GameState . DEALING = "d" ;
cah . $ . GameState _msg = { } ;
cah . $ . GameState _msg [ 'ro' ] = "In Progress" ;
cah . $ . GameState _msg [ 'd' ] = "In Progress" ;
cah . $ . GameState _msg [ 'p' ] = "In Progress" ;
cah . $ . GameState _msg [ 'l' ] = "Not Started" ;
cah . $ . GameState _msg [ 'j' ] = "In Progress" ;
2012-01-25 00:20:43 +00:00
2012-07-07 18:21:14 +01:00
cah . $ . CardSetData = function ( ) {
// Dummy constructor to make Eclipse auto-complete.
} ;
cah . $ . CardSetData . prototype . dummyForAutocomplete = undefined ;
2013-03-27 00:19:01 +00:00
cah . $ . CardSetData . CARD _SET _DESCRIPTION = "csd" ;
2013-04-28 07:10:56 +01:00
cah . $ . CardSetData . WEIGHT = "w" ;
2012-07-07 18:21:14 +01:00
cah . $ . CardSetData . CARD _SET _NAME = "csn" ;
cah . $ . CardSetData . ID = "cid" ;
cah . $ . CardSetData . WHITE _CARDS _IN _DECK = "wcid" ;
cah . $ . CardSetData . BLACK _CARDS _IN _DECK = "bcid" ;
cah . $ . CardSetData . BASE _DECK = "bd" ;
2015-02-14 04:03:46 +00:00
cah . $ . BlackCardData = function ( ) {
2012-01-25 00:20:43 +00:00
// Dummy constructor to make Eclipse auto-complete.
2012-01-13 04:05:39 +00:00
} ;
2015-02-14 04:03:46 +00:00
cah . $ . BlackCardData . prototype . dummyForAutocomplete = undefined ;
cah . $ . BlackCardData . TEXT = "T" ;
cah . $ . BlackCardData . PICK = "PK" ;
cah . $ . BlackCardData . ID = "cid" ;
cah . $ . BlackCardData . WATERMARK = "W" ;
cah . $ . BlackCardData . DRAW = "D" ;
cah . $ . WhiteCardData = function ( ) {
// Dummy constructor to make Eclipse auto-complete.
} ;
cah . $ . WhiteCardData . prototype . dummyForAutocomplete = undefined ;
cah . $ . WhiteCardData . WRITE _IN = "wi" ;
cah . $ . WhiteCardData . TEXT = "T" ;
cah . $ . WhiteCardData . ID = "cid" ;
cah . $ . WhiteCardData . WATERMARK = "W" ;
cah . $ . LongPollResponse = function ( ) {
// Dummy constructor to make Eclipse auto-complete.
} ;
cah . $ . LongPollResponse . prototype . dummyForAutocomplete = undefined ;
cah . $ . LongPollResponse . WALL = "wall" ;
cah . $ . LongPollResponse . WHITE _CARDS = "wc" ;
cah . $ . LongPollResponse . REASON = "qr" ;
cah . $ . LongPollResponse . GAME _ID = "gid" ;
cah . $ . LongPollResponse . EMOTE = "me" ;
cah . $ . LongPollResponse . HAND = "h" ;
cah . $ . LongPollResponse . INTERMISSION = "i" ;
cah . $ . LongPollResponse . PLAYER _INFO = "pi" ;
cah . $ . LongPollResponse . BLACK _CARD = "bc" ;
cah . $ . LongPollResponse . WINNING _CARD = "WC" ;
cah . $ . LongPollResponse . GAME _STATE = "gs" ;
cah . $ . LongPollResponse . NICKNAME = "n" ;
cah . $ . LongPollResponse . CARDCAST _DECK _INFO = "cdi" ;
cah . $ . LongPollResponse . PLAY _TIMER = "Pt" ;
cah . $ . LongPollResponse . MESSAGE = "m" ;
cah . $ . LongPollResponse . FROM _ADMIN = "fa" ;
cah . $ . LongPollResponse . GAME _INFO = "gi" ;
cah . $ . LongPollResponse . ERROR = "e" ;
cah . $ . LongPollResponse . EVENT = "E" ;
cah . $ . LongPollResponse . FROM = "f" ;
cah . $ . LongPollResponse . ERROR _CODE = "ec" ;
cah . $ . LongPollResponse . TIMESTAMP = "ts" ;
cah . $ . LongPollResponse . ROUND _WINNER = "rw" ;
cah . $ . LongPollEvent = function ( ) {
// Dummy constructor to make Eclipse auto-complete.
} ;
cah . $ . LongPollEvent . prototype . dummyForAutocomplete = undefined ;
cah . $ . LongPollEvent . KICKED = "k" ;
cah . $ . LongPollEvent . HURRY _UP = "hu" ;
cah . $ . LongPollEvent . GAME _JUDGE _SKIPPED = "gjs" ;
cah . $ . LongPollEvent . GAME _PLAYER _LEAVE = "gpl" ;
cah . $ . LongPollEvent . KICKED _FROM _GAME _IDLE = "kfgi" ;
cah . $ . LongPollEvent . GAME _ROUND _COMPLETE = "grc" ;
cah . $ . LongPollEvent . GAME _STATE _CHANGE = "gsc" ;
cah . $ . LongPollEvent . GAME _OPTIONS _CHANGED = "goc" ;
cah . $ . LongPollEvent . GAME _PLAYER _SKIPPED = "gps" ;
cah . $ . LongPollEvent . CHAT = "c" ;
cah . $ . LongPollEvent . BANNED = "B&" ;
cah . $ . LongPollEvent . GAME _SPECTATOR _LEAVE = "gvl" ;
cah . $ . LongPollEvent . CARDCAST _ADD _CARDSET = "cac" ;
cah . $ . LongPollEvent . NEW _PLAYER = "np" ;
cah . $ . LongPollEvent . GAME _PLAYER _JOIN = "gpj" ;
cah . $ . LongPollEvent . GAME _SPECTATOR _JOIN = "gvj" ;
cah . $ . LongPollEvent . GAME _LIST _REFRESH = "glr" ;
cah . $ . LongPollEvent . NOOP = "_" ;
cah . $ . LongPollEvent . GAME _PLAYER _KICKED _IDLE = "gpki" ;
cah . $ . LongPollEvent . GAME _PLAYER _INFO _CHANGE = "gpic" ;
cah . $ . LongPollEvent . CARDCAST _REMOVE _CARDSET = "crc" ;
cah . $ . LongPollEvent . GAME _BLACK _RESHUFFLE = "gbr" ;
cah . $ . LongPollEvent . GAME _WHITE _RESHUFFLE = "gwr" ;
cah . $ . LongPollEvent . PLAYER _LEAVE = "pl" ;
cah . $ . LongPollEvent . HAND _DEAL = "hd" ;
cah . $ . LongPollEvent . GAME _JUDGE _LEFT = "gjl" ;
2012-01-13 04:05:39 +00:00
2012-01-13 05:36:31 +00:00
cah . $ . ErrorCode = function ( ) {
2012-01-25 00:20:43 +00:00
// Dummy constructor to make Eclipse auto-complete.
2012-01-13 05:36:31 +00:00
} ;
2012-01-25 00:20:43 +00:00
cah . $ . ErrorCode . prototype . dummyForAutocomplete = undefined ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode . TOO _MANY _GAMES = "tmg" ;
cah . $ . ErrorCode . NO _CARD _SPECIFIED = "ncs" ;
cah . $ . ErrorCode . ACCESS _DENIED = "ad" ;
cah . $ . ErrorCode . NOT _GAME _HOST = "ngh" ;
cah . $ . ErrorCode . CANNOT _JOIN _ANOTHER _GAME = "cjag" ;
cah . $ . ErrorCode . INVALID _CARD = "ic" ;
2013-03-30 15:10:00 +00:00
cah . $ . ErrorCode . RESERVED _NICK = "rn" ;
2013-12-01 18:18:35 +00:00
cah . $ . ErrorCode . TOO _MANY _USERS = "tmu" ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode . NO _GAME _SPECIFIED = "ngs" ;
cah . $ . ErrorCode . SESSION _EXPIRED = "se" ;
2014-08-11 06:16:15 +01:00
cah . $ . ErrorCode . CARDCAST _INVALID _ID = "cii" ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode . BAD _OP = "bo" ;
2012-08-29 07:00:47 +01:00
cah . $ . ErrorCode . TOO _FAST = "tf" ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode . NO _SESSION = "ns" ;
cah . $ . ErrorCode . NOT _REGISTERED = "nr" ;
cah . $ . ErrorCode . OP _NOT _SPECIFIED = "ons" ;
2012-08-21 06:41:06 +01:00
cah . $ . ErrorCode . NOT _JUDGE = "nj" ;
2012-03-19 04:20:48 +00:00
cah . $ . ErrorCode . WRONG _PASSWORD = "wp" ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode . NOT _IN _THAT _GAME = "nitg" ;
cah . $ . ErrorCode . NICK _IN _USE = "niu" ;
cah . $ . ErrorCode . SERVER _ERROR = "serr" ;
cah . $ . ErrorCode . GAME _FULL = "gf" ;
cah . $ . ErrorCode . NO _NICK _SPECIFIED = "nns" ;
2012-08-21 06:41:06 +01:00
cah . $ . ErrorCode . NOT _ADMIN = "na" ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode . NOT _YOUR _TURN = "nyt" ;
2012-08-21 06:41:06 +01:00
cah . $ . ErrorCode . BANNED = "B&" ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode . INVALID _NICK = "in" ;
cah . $ . ErrorCode . ALREADY _STARTED = "as" ;
cah . $ . ErrorCode . BAD _REQUEST = "br" ;
2012-08-21 06:41:06 +01:00
cah . $ . ErrorCode . NO _SUCH _USER = "nsu" ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode . DO _NOT _HAVE _CARD = "dnhc" ;
cah . $ . ErrorCode . MESSAGE _TOO _LONG = "mtl" ;
2014-01-24 11:33:15 +00:00
cah . $ . ErrorCode . ALREADY _STOPPED = "aS" ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode . NOT _ENOUGH _PLAYERS = "nep" ;
cah . $ . ErrorCode . INVALID _GAME = "ig" ;
2014-08-11 06:16:15 +01:00
cah . $ . ErrorCode . CARDCAST _CANNOT _FIND = "ccf" ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode . NO _MSG _SPECIFIED = "nms" ;
2012-07-07 23:01:33 +01:00
cah . $ . ErrorCode . NOT _ENOUGH _CARDS = "nec" ;
2012-01-16 22:33:58 +00:00
cah . $ . ErrorCode _msg = { } ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode _msg [ 'tmg' ] = "There are too many games already in progress. Either join an existing game, or wait for one to become available." ;
cah . $ . ErrorCode _msg [ 'ncs' ] = "No card specified." ;
cah . $ . ErrorCode _msg [ 'ns' ] = "Session not detected. Make sure you have cookies enabled." ;
2013-03-30 15:10:00 +00:00
cah . $ . ErrorCode _msg [ 'rn' ] = "That nick is reserved." ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode _msg [ 'nr' ] = "Not registered. Refresh the page." ;
cah . $ . ErrorCode _msg [ 'nitg' ] = "You are not in that game." ;
cah . $ . ErrorCode _msg [ 'nep' ] = "There are not enough players to start the game." ;
2012-08-29 07:00:47 +01:00
cah . $ . ErrorCode _msg [ 'tf' ] = "You are chatting too fast. Wait a few seconds and try again." ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode _msg [ 'nyt' ] = "It is not your turn to play a card." ;
2014-01-27 07:22:37 +00:00
cah . $ . ErrorCode _msg [ 'gf' ] = "That game is full. Join another." ;
2014-01-24 11:33:15 +00:00
cah . $ . ErrorCode _msg [ 'aS' ] = "The game has already stopped." ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode _msg [ 'mtl' ] = "Messages cannot be longer than 200 characters." ;
cah . $ . ErrorCode _msg [ 'br' ] = "Bad request." ;
cah . $ . ErrorCode _msg [ 'ngs' ] = "No game specified." ;
cah . $ . ErrorCode _msg [ 'ic' ] = "Invalid card specified." ;
cah . $ . ErrorCode _msg [ 'bo' ] = "Invalid operation." ;
2013-12-01 18:18:35 +00:00
cah . $ . ErrorCode _msg [ 'tmu' ] = "There are too many users connected. Either join another server, or wait for a user to disconnect." ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode _msg [ 'dnhc' ] = "You don't have that card." ;
cah . $ . ErrorCode _msg [ 'ons' ] = "Operation not specified." ;
2012-08-21 06:41:06 +01:00
cah . $ . ErrorCode _msg [ 'cjag' ] = "You cannot join another game." ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode _msg [ 'ig' ] = "Invalid game specified." ;
cah . $ . ErrorCode _msg [ 'nns' ] = "No nickname specified." ;
2014-08-11 06:16:15 +01:00
cah . $ . ErrorCode _msg [ 'cii' ] = "Invalid Cardcast ID. Must be exactly 5 characters." ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode _msg [ 'ngh' ] = "Only the game host can do that." ;
2012-07-07 23:01:33 +01:00
cah . $ . ErrorCode _msg [ 'nec' ] = "You must select at least one base card set." ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode _msg [ 'serr' ] = "An error occured on the server." ;
2014-08-11 06:16:15 +01:00
cah . $ . ErrorCode _msg [ 'ccf' ] = "Cannot find Cardcast deck with given ID. If you just added this deck to Cardcast, wait a few minutes and try again." ;
2012-08-21 06:41:06 +01:00
cah . $ . ErrorCode _msg [ 'nsu' ] = "No such user." ;
2012-03-19 04:20:48 +00:00
cah . $ . ErrorCode _msg [ 'wp' ] = "That password is incorrect." ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode _msg [ 'as' ] = "The game has already started." ;
cah . $ . ErrorCode _msg [ 'se' ] = "Your session has expired. Refresh the page." ;
cah . $ . ErrorCode _msg [ 'in' ] = "Nickname must contain only upper and lower case letters, numbers, or underscores, must be 3 to 30 characters long, and must not start with a number." ;
cah . $ . ErrorCode _msg [ 'nms' ] = "No message specified." ;
2012-08-21 06:41:06 +01:00
cah . $ . ErrorCode _msg [ 'na' ] = "You are not an administrator." ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode _msg [ 'niu' ] = "Nickname is already in use." ;
2012-08-21 06:41:06 +01:00
cah . $ . ErrorCode _msg [ 'B&' ] = "Banned." ;
2012-03-13 04:06:35 +00:00
cah . $ . ErrorCode _msg [ 'ad' ] = "Access denied." ;
2013-03-27 03:17:49 +00:00
cah . $ . ErrorCode _msg [ 'nj' ] = "You are not the judge." ;
2012-01-13 05:36:31 +00:00
2015-02-14 04:03:46 +00:00
cah . $ . AjaxResponse = function ( ) {
2012-01-25 00:20:43 +00:00
// Dummy constructor to make Eclipse auto-complete.
2012-01-18 01:48:21 +00:00
} ;
2015-02-14 04:03:46 +00:00
cah . $ . AjaxResponse . prototype . dummyForAutocomplete = undefined ;
cah . $ . AjaxResponse . WHITE _CARDS = "wc" ;
cah . $ . AjaxResponse . CARD _SETS = "css" ;
cah . $ . AjaxResponse . GAME _ID = "gid" ;
cah . $ . AjaxResponse . HAND = "h" ;
cah . $ . AjaxResponse . PLAYER _INFO = "pi" ;
cah . $ . AjaxResponse . BLACK _CARD = "bc" ;
cah . $ . AjaxResponse . GAME _OPTIONS = "go" ;
cah . $ . AjaxResponse . IN _PROGRESS = "ip" ;
cah . $ . AjaxResponse . GAMES = "gl" ;
cah . $ . AjaxResponse . NICKNAME = "n" ;
cah . $ . AjaxResponse . CARD _ID = "cid" ;
cah . $ . AjaxResponse . NEXT = "next" ;
cah . $ . AjaxResponse . GAME _INFO = "gi" ;
cah . $ . AjaxResponse . ERROR = "e" ;
cah . $ . AjaxResponse . ERROR _CODE = "ec" ;
cah . $ . AjaxResponse . SERIAL = "s" ;
cah . $ . AjaxResponse . MAX _GAMES = "mg" ;
cah . $ . AjaxResponse . NAMES = "nl" ;
2012-01-18 01:48:21 +00:00
2015-02-14 04:03:46 +00:00
cah . $ . AjaxRequest = function ( ) {
2012-01-25 00:20:43 +00:00
// Dummy constructor to make Eclipse auto-complete.
2012-01-13 05:36:31 +00:00
} ;
2015-02-14 04:03:46 +00:00
cah . $ . AjaxRequest . prototype . dummyForAutocomplete = undefined ;
cah . $ . AjaxRequest . WALL = "wall" ;
cah . $ . AjaxRequest . MESSAGE = "m" ;
cah . $ . AjaxRequest . CARD _ID = "cid" ;
cah . $ . AjaxRequest . GAME _ID = "gid" ;
cah . $ . AjaxRequest . EMOTE = "me" ;
cah . $ . AjaxRequest . CARDCAST _ID = "cci" ;
cah . $ . AjaxRequest . GAME _OPTIONS = "go" ;
cah . $ . AjaxRequest . SERIAL = "s" ;
cah . $ . AjaxRequest . PASSWORD = "pw" ;
cah . $ . AjaxRequest . OP = "o" ;
cah . $ . AjaxRequest . NICKNAME = "n" ;
2012-01-13 05:36:31 +00:00
2015-02-14 04:03:46 +00:00
cah . $ . AjaxOperation = function ( ) {
2012-01-25 00:20:43 +00:00
// Dummy constructor to make Eclipse auto-complete.
2012-01-13 05:36:31 +00:00
} ;
2015-02-14 04:03:46 +00:00
cah . $ . AjaxOperation . prototype . dummyForAutocomplete = undefined ;
cah . $ . AjaxOperation . FIRST _LOAD = "fl" ;
cah . $ . AjaxOperation . START _GAME = "sg" ;
cah . $ . AjaxOperation . JUDGE _SELECT = "js" ;
cah . $ . AjaxOperation . LOG _OUT = "lo" ;
cah . $ . AjaxOperation . GAME _LIST = "ggl" ;
cah . $ . AjaxOperation . CHANGE _GAME _OPTIONS = "cgo" ;
cah . $ . AjaxOperation . PLAY _CARD = "pc" ;
cah . $ . AjaxOperation . CREATE _GAME = "cg" ;
cah . $ . AjaxOperation . CARDCAST _LIST _CARDSETS = "clc" ;
cah . $ . AjaxOperation . GAME _CHAT = "GC" ;
cah . $ . AjaxOperation . KICK = "K" ;
cah . $ . AjaxOperation . ADMIN _SET _VERBOSE _LOG = "svl" ;
cah . $ . AjaxOperation . GET _CARDS = "gc" ;
cah . $ . AjaxOperation . JOIN _GAME = "jg" ;
cah . $ . AjaxOperation . CHAT = "c" ;
cah . $ . AjaxOperation . NAMES = "gn" ;
cah . $ . AjaxOperation . SPECTATE _GAME = "vg" ;
cah . $ . AjaxOperation . BAN = "b" ;
cah . $ . AjaxOperation . SCORE = "SC" ;
cah . $ . AjaxOperation . GET _GAME _INFO = "ggi" ;
cah . $ . AjaxOperation . CARDCAST _ADD _CARDSET = "cac" ;
cah . $ . AjaxOperation . CARDCAST _REMOVE _CARDSET = "crc" ;
cah . $ . AjaxOperation . REGISTER = "r" ;
cah . $ . AjaxOperation . STOP _GAME = "Sg" ;
cah . $ . AjaxOperation . LEAVE _GAME = "lg" ;
2012-01-13 05:36:31 +00:00
2012-01-23 07:58:36 +00:00
cah . $ . ReconnectNextAction = function ( ) {
2012-01-25 00:20:43 +00:00
// Dummy constructor to make Eclipse auto-complete.
2012-01-23 07:58:36 +00:00
} ;
2012-01-25 00:20:43 +00:00
cah . $ . ReconnectNextAction . prototype . dummyForAutocomplete = undefined ;
2012-01-23 07:58:36 +00:00
cah . $ . ReconnectNextAction . GAME = "game" ;
cah . $ . ReconnectNextAction . NONE = "none" ;
2015-02-14 04:03:46 +00:00
cah . $ . DisconnectReason = function ( ) {
2012-01-25 00:20:43 +00:00
// Dummy constructor to make Eclipse auto-complete.
2012-01-23 23:06:20 +00:00
} ;
2015-02-14 04:03:46 +00:00
cah . $ . DisconnectReason . prototype . dummyForAutocomplete = undefined ;
cah . $ . DisconnectReason . BANNED = "B&" ;
cah . $ . DisconnectReason . PING _TIMEOUT = "pt" ;
cah . $ . DisconnectReason . KICKED = "k" ;
cah . $ . DisconnectReason . MANUAL = "man" ;
cah . $ . DisconnectReason . IDLE _TIMEOUT = "it" ;
2012-01-23 23:06:20 +00:00