Game Center
Game Center: joining queues, loading games, and status for mini-games (BaseJump, Battle Banzai, Freeze, etc.).
C→S 2914 - GameCenter
Nitro:
GAMES_INITSource:
GameCenterEvent,GetWeeklyGameRewardComposer
Requests the Game Center initialization data, including weekly game reward information.
Body: (empty)
C→S 3171 - GameCenterRequestAccountStatus
Nitro:
GETGAMESTATUSMESSAGESource:
GameCenterRequestAccountStatusEvent,GetGameStatusMessageComposer
Requests the user's account status for a specific game type in the Game Center.
Body: (empty)
C→S 11 - GameCenterRequestGameStatus
Nitro:
GAME2GETACCOUNTGAMESTATUSMESSAGESource:
GameCenterRequestGameStatusEvent,Game2GetAccountGameStatusMessageComposer
Requests the full game account status for a specific Game 2 game type.
Body: (empty)
C→S 741 - GameCenterRequestGames
Nitro:
GAMES_LISTSource:
GameCenterRequestGamesEvent,GetGameListMessageComposer
Requests the list of available games from the Game Center.
Body: (empty)
C→S 1054 - GameCenterLoadGame
Nitro:
GETWEEKLYGAMEREWARDWINNERSSource:
GameCenterLoadGameEvent,GetWeeklyGameRewardWinnersComposer
Requests the weekly reward winners list for a specific game, triggering the game load flow.
Body: (empty)
C→S 1458 - GameCenterJoinGame
Nitro:
JOINQUEUEMESSAGESource:
GameCenterJoinGameEvent,JoinQueueMessageComposer
Joins the matchmaking queue for a specific Game Center game.
Body: (empty)
C→S 3207 - GameCenterLeaveGame
Nitro:
GAMEUNLOADEDMESSAGESource:
GameCenterLeaveGameEvent,GameUnloadedMessageComposer
Notifies the server that the client has unloaded the current game and left the game session.
Body: (empty)
C→S 3093 - ChangeQueue
Nitro:
CHANGE_QUEUENote: No Arcturus handler - Nitro only. Source:ChangeQueueMessageComposer
| Field | Type | Notes |
|---|---|---|
| targetQueue | int | Target queue ID to switch to |
Changes the user's queue position or switches to a different game queue.
C→S 389 - GetUserGameAchievementsMessage
Nitro:
GETUSERGAMEACHIEVEMENTSMESSAGENote: No Arcturus handler - Nitro only. Source:GetUserGameAchievementsMessageComposer
| Field | Type | Notes |
|---|---|---|
| k | int | Game type / game ID to request achievements for |
Requests the user's game achievement data.
C→S 3196 - Game2PlayAgainMessage
Nitro:
GAME2PLAYAGAINMESSAGENote: No Arcturus handler - Nitro only. Source:Game2PlayAgainMessageComposer
Requests a rematch in the current Game Center game. Nitro-only.
Body: (empty)
Requests to play the current game again (rematch). No parameters.
C→S 3259 - Game2CheckGameDirectoryStatusMessage
Nitro:
GAME2CHECKGAMEDIRECTORYSTATUSMESSAGENote: No Arcturus handler - Nitro only. Source:Game2CheckGameDirectoryStatusMessageComposer
Requests the current status of the Game Center game directory. Nitro-only.
Body: (empty)
Requests the game directory status from the game centre. No parameters.
C→S 1232 - Game2GetWeeklyFriendsLeaderboard
Nitro:
GAME2GETWEEKLYFRIENDSLEADERBOARDNote: No Arcturus handler - Nitro only. Source:Game2GetWeeklyFriendsLeaderboardComposer
| Field | Type | Notes |
|---|---|---|
| k | int | Game type ID |
| _arg_2 | int | Week offset |
| _arg_3 | int | Year |
| _arg_4 | int | Unknown int |
| _arg_5 | int | Unknown int |
| _arg_6 | int | Unknown int |
Requests the weekly friends leaderboard for Game 2.
C→S 3802 - AcceptGameInvite
Nitro:
ACCEPTGAMEINVITENote: No Arcturus handler - Nitro only. Source:AcceptGameInviteMessageComposer
| Field | Type | Notes |
|---|---|---|
| k | int | Game type ID |
| _arg_2 | int | Invite / session ID |
Accepts a pending game invite.
C→S 1296 - GetQuizQuestions
Nitro:
GET_QUIZ_QUESTIONSNote: No Arcturus handler at this ID - Nitro only. Source:GetQuizQuestionsComposer
| Field | Type | Notes |
|---|---|---|
| k | string | Quiz code / identifier string |
Requests quiz questions for a live quiz/poll.
C→S 3720 - PostQuizAnswers
Nitro:
POST_QUIZ_ANSWERSNote: No Arcturus handler - Nitro only. Source:PostQuizAnswersComposer
| Field | Type | Notes |
|---|---|---|
| quizCode | string | Quiz identifier code |
| count | int | Number of answer IDs |
| [count × answerId] | int | Selected answer ID |
Submits answers to a live quiz.
C→S 768 - WiredOpen
Nitro:
WIRED_OPENNote: No Arcturus handler - Nitro only. Source:OpenMessageComposer
| Field | Type | Notes |
|---|---|---|
| id | int | Furniture item ID of the Wired box to open |
Opens a Wired box furniture item to view and edit its configuration.
C→S 1445 - Game2ExitGameMessage
Nitro:
GAME2EXITGAMEMESSAGENote: No Arcturus handler - Nitro only. Source:Game2ExitGameMessageComposer
| Field | Type | Notes |
|---|---|---|
| exitToRoomBeforeGame | bool | true to return to the room the player was in before joining the game (default true) |
Exits the current Game 2 game session.
C→S 1598 - Game2RequestFullStatusUpdateMessage
Nitro:
GAME2REQUESTFULLSTATUSUPDATEMESSAGENote: No Arcturus handler - Nitro only. Source:Game2RequestFullStatusUpdateMessageComposer
| Field | Type | Notes |
|---|---|---|
| k | int | Game session / player ID to request full status for |
Requests a full status update from the Game 2 server.
C→S 2384 - LeaveQueueMessage
Nitro:
LEAVEQUEUEMESSAGENote: No Arcturus handler - Nitro only. Source:LeaveQueueMessageComposer
| Field | Type | Notes |
|---|---|---|
| k | int | Game / queue ID to leave |
Leaves the current game matchmaking queue.
C→S 2399 - GetGameAchievementsMessage
Nitro:
GETGAMEACHIEVEMENTSMESSAGENote: No Arcturus handler - Nitro only. Source:GetGameAchievementsMessageComposer
Requests the full list of Game Center achievements. Nitro-only.
Body: (empty)
Requests the full game achievements list. No parameters.
C→S 2415 - Game2LoadStageReadyMessage
Nitro:
GAME2LOADSTAGEREADYMESSAGENote: No Arcturus handler - Nitro only. Source:Game2LoadStageReadyMessageComposer
| Field | Type | Notes |
|---|---|---|
| k | int | Game stage / arena ID that is ready to load |
Notifies the server that the client has finished loading the game stage.
C→S 2502 - Game2GameChatMessage
Nitro:
GAME2GAMECHATMESSAGENote: No Arcturus handler - Nitro only. Source:Game2GameChatMessageComposer
| Field | Type | Notes |
|---|---|---|
| chatLine | string | Chat message text sent in-game |
Sends a chat message within a Game 2 game session.
C→S 2565 - Game2GetWeeklyLeaderboard
Nitro:
GAME2GETWEEKLYLEADERBOARDNote: No Arcturus handler - Nitro only. Source:Game2GetWeeklyLeaderboardComposer
| Field | Type | Notes |
|---|---|---|
| k | int | Game type ID |
| _arg_2 | int | Week offset |
| _arg_3 | int | Year |
| _arg_4 | int | Unknown int |
| _arg_5 | int | Unknown int |
| _arg_6 | int | Unknown int |
Requests the weekly overall leaderboard for Game 2.
C→S 6200 - PollVoteCounter
Nitro:
POLL_VOTE_COUNTERNote: No Arcturus handler - Nitro only. Source:VotePollCounterMessageComposer
| Field | Type | Notes |
|---|---|---|
| counter | int | Poll vote counter value to report |
Submits a vote count update for a live poll.
Reports a vote count update to the server for a live in-room poll. Nitro-only.
S→C 222 - GameCenterGameList
Nitro:
GAME_CENTER_GAME_LISTSource:GameCenterGameListComposer,GameListMessageEvent
| Field | Type | Notes |
|---|---|---|
| count | int | Number of game entries |
| [count × gameId] | int | Game ID |
| [count × nameId] | string | Game name localization key |
| [count × bgColor] | string | Background color as hex string (e.g. "FF3300") |
| [count × textColor] | string | Text color as hex string |
| [count × assetUrl] | string | URL to game assets |
| [count × supportUrl] | string | Support / help URL for this game |
Delivers the list of games available in the Game Center.
S→C 2893 - GameCenterStatus
Nitro:
GAME_CENTER_STATUSSource:GameCenterAccountInfoComposer,Game2AccountGameStatusMessageEvent
| Field | Type | Notes |
|---|---|---|
| gameTypeId | int | Game type ID |
| freeGamesLeft | int | Free games remaining (-1 = unlimited) |
| gamesPlayedTotal | int | Total games played |
Delivers the current Game Center service status.
S→C 2246 - GameCenterDirectoryStatus
Nitro:
GAME_CENTER_DIRECTORY_STATUSSource:Game2GameDirectoryStatusMessageEvent
(no Arcturus composer)
Game Center directory status. Body contains game directory status data.
Delivers the current availability status of the Game Center directory service. Nitro-only; no Arcturus composer.
Body: (empty)
S→C 2624 - LoadGameUrl
Nitro:
LOAD_GAME_URLSource:BaseJumpLoadGameURLComposer,LoadGameUrlEvent
| Field | Type | Notes |
|---|---|---|
| gameTypeId | int | Game type ID |
| gameClientId | string | Game client identifier |
| url | string | Game load URL |
Delivers the URL to load a game in the Game Center.
S→C 3654 - LoadGame
Nitro:
LOADGAMESource:BaseJumpLoadGameComposer,LoadGameMessageEvent
(no Arcturus composer)
Instructs the client to load a game. Body is parsed by
LoadGameMessageEvent.
Instructs the client to load and launch a Game Center game. Nitro-only; no Arcturus composer.
Body: (empty)
S→C 2260 - JoinedQueueMessage
Nitro:
JOINEDQUEUEMESSAGESource:BaseJumpJoinQueueComposer,JoinedQueueMessageEvent
(no Arcturus composer)
Sent when the client has joined a game queue.
Confirms that the client has successfully joined a game matchmaking queue. Nitro-only; no Arcturus composer.
Body: (empty)
S→C 872 - GameCenterInArenaQueue
Nitro:
GAME_CENTER_IN_ARENA_QUEUESource:Game2InArenaQueueMessageEvent
| Field | Type | Notes |
|---|---|---|
| position | int | Current position in the arena matchmaking queue |
Notifies the client that it has entered an arena game queue.
S→C 1477 - LeftQueue
Nitro:
LEFTQUEUESource:BaseJumpLeaveQueueComposer,LeftQueueMessageEvent
| Field | Type | Notes |
|---|---|---|
| gameTypeId | int | Game type ID for which the queue was left |
Notifies the client that it has left the game queue.
S→C 3035 - JoiningQueueFailed
Nitro:
JOININGQUEUEFAILEDSource:JoiningQueueFailedMessageEvent
| Field | Type | Notes |
|---|---|---|
| gameTypeId | int | Game type ID |
| reason | int | Failure reason code (1=duplicate machine ID) |
Notifies the client that joining the game queue failed.
S→C 1715 - UnloadGame
Nitro:
UNLOADGAMESource:BaseJumpUnloadGameComposer,UnloadGameMessageEvent
(no Arcturus composer)
Instructs the client to unload (clean up) the game.
Instructs the client to unload and clean up the currently running Game Center game. Nitro-only; no Arcturus composer.
Body: (empty)
S→C 3805 - GameStatusMessage
Nitro:
GAMESTATUSMESSAGESource:GameCenterGameComposer,GameStatusMessageEvent
(no Arcturus composer)
Game status message. Body is parsed by
GameStatusMessageEvent.
Delivers a game status update for the active Game Center session. Nitro-only; no Arcturus composer.
Body: (empty)
S→C 1689 - GameAchievements
Nitro:
GAMEACHIEVEMENTSSource:GameAchievementsMessageEvent
(no Arcturus composer)
Delivers game achievement data.
| Field | Type | Notes |
|---|---|---|
| gameTypeCount | int | Number of game types |
| [per gameType] gameTypeId | int | Game type ID |
| [per gameType] achievementCount | int | Number of achievements for this type |
| [per achievement] achievementId | int | Achievement ID |
| [per achievement] name | string | Achievement name |
| [per achievement] levels | int | Number of achievement levels |
Delivers the full game achievements list grouped by game type. Nitro-only.
S→C 2265 - GameCenterAchievementsConfiguration
Nitro:
GAME_CENTER_ACHIEVEMENTSSource:
GameCenterAchievementsConfiguration,UserGameAchievementsMessageEvent
| Field | Type | Notes |
|---|---|---|
| (12 × int = 0) | int[] | Twelve hardcoded zero values, then 3 and 1 |
Notes: Arcturus sends a fully hardcoded response (12 zeros, then int(3), int(1)) - the game center achievements feature is a stub.
Delivers game center achievements configuration. Arcturus sends a fully hardcoded stub response (twelve zeros followed by 3 and 1).
S→C 904 - GameInvite
Nitro:
GAMEINVITESource:GameInviteMessageEvent
| Field | Type | Notes |
|---|---|---|
| gameTypeId | int | Game type ID |
| inviterId | int | Account ID of the user who sent the game invite |
Notifies the client of a received game invite from another user.
S→C 448 - GameCenterGame
Nitro:
PLAYING_GAMESource:
GuideSessionPartnerIsPlayingComposer,YouArePlayingGameEvent
| Field | Type | Notes |
|---|---|---|
| gameId | int | ID of the game being played |
| status | int | Game status code |
Notifies the client of the game currently being played by a guide session partner.
S→C 1730 - GameCenterJoiningFailed
Nitro:
GAME_CENTER_JOINING_FAILEDSource:Game2JoiningGameFailedMessageEvent
(no Arcturus composer)
Sent when the client failed to join a game (e.g. full lobby).
Notifies the client that an attempt to join a Game Center game failed (e.g. lobby full). Nitro-only; no Arcturus composer.
Body: (empty)
S→C 3138 - GameCenterUserLeftGame
Nitro:
GAME_CENTER_USER_LEFT_GAMESource:Game2UserLeftGameMessageEvent
(no Arcturus composer)
Sent when a user leaves a game.
Notifies the client that a user has left the current Game Center game session. Nitro-only; no Arcturus composer.
Body: (empty)
S→C 3191 - GameCenterStopCounter
Nitro:
GAME_CENTER_STOP_COUNTERSource:Game2StopCounterMessageEvent
(no Arcturus composer)
Sent to stop the game countdown timer.
Signals the client to stop the active game countdown timer. Nitro-only; no Arcturus composer.
Body: (empty)
S→C 2196 - WeeklyGame2Leaderboard
Nitro:
WEEKLY_GAME2_LEADERBOARDSource:Game2WeeklyLeaderboardEvent
(no Arcturus composer)
Weekly Game 2 leaderboard. See
Game2WeeklyLeaderboardEvent- body contains leaderboard entries (count:int + entries with rank, user ID, username, score).
Delivers the weekly Game 2 leaderboard with ranked entries (rank, user ID, username, score). Nitro-only; no Arcturus composer.
Body: (empty)
S→C 2270 - WeeklyGame2FriendsLeaderboard
Nitro:
WEEKLY_GAME2_FRIENDS_LEADERBOARDSource:Game2WeeklyFriendsLeaderboardEvent
(no Arcturus composer)
Weekly Game 2 friends leaderboard. Body contains leaderboard entries.
Delivers the weekly Game 2 friends-only leaderboard with ranked entries. Nitro-only; no Arcturus composer.
Body: (empty)
S→C 2641 - WeeklyGameReward
Nitro:
WEEKLY_GAME_REWARDSource:WeeklyGameRewardEvent
(no Arcturus composer)
Sent when the weekly game reward is available. Body contains reward data (Game2WeeklyGameRewardEvent).
Notifies the client that a weekly game reward is available for the current user. Nitro-only; no Arcturus composer.
Body: (empty)
S→C 3097 - WeeklyGameRewardWinners
Nitro:
WEEKLY_GAME_REWARD_WINNERSSource:WeeklyGameRewardWinnersEvent
(no Arcturus composer)
Weekly game reward winners list. Body contains winner entries.
Delivers the list of winners for the weekly game reward. Nitro-only; no Arcturus composer.
Body: (empty)
S→C 3512 - WeeklyCompetitiveLeaderboard
Nitro:
WEEKLY_COMPETITIVE_LEADERBOARDSource:WeeklyCompetitiveLeaderboardEvent
(no Arcturus composer)
Weekly competitive leaderboard. Body contains leaderboard entries.
Delivers the weekly competitive mode leaderboard with ranked entries. Nitro-only; no Arcturus composer.
Body: (empty)
S→C 3560 - WeeklyCompetitiveFriendsLeaderboard
Nitro:
WEEKLY_COMPETITIVE_FRIENDS_LEADERBOARDSource:WeeklyCompetitiveFriendsLeaderboardEvent
(no Arcturus composer)
Weekly competitive friends leaderboard. Body contains leaderboard entries.
Delivers the weekly competitive friends-only leaderboard with ranked entries. Nitro-only; no Arcturus composer.
Body: (empty)
S→C 2997 - PollQuestions
Nitro:
POLL_CONTENTSSource:
PollQuestionsComposer,PollContentsEvent
| Field | Type | Notes |
|---|---|---|
| pollId | int | ID of the poll |
| title | string | Poll title |
| thanksMessage | string | Message shown on completion |
| questionCount | int | Number of questions |
| startPoll | boolean | Always true |
Notes: Full question data appended per question - each question has type, text, and answer options. Structure not fully reversed here.
Delivers the full poll definition including title, completion message, question count, and per-question answer options.
S→C 3785 - PollStart
Nitro:
POLL_OFFERSource:
PollStartComposer,PollOfferEvent
| Field | Type | Notes |
|---|---|---|
| pollId | int | ID of the poll being offered |
| title | string | Poll title |
| thanksMessage | string | Completion message |
| titleRepeat | string | Title repeated (same value) |
Offers a poll to the client - delivers the poll ID, title, and completion message to prompt the user to participate.
S→C 662 - PollError
Nitro:
POLL_ERRORNote: No Arcturus composer - Nitro only. Source:MostUselessErrorAlertComposer,PollErrorEvent
(no Arcturus composer)
Sent when a poll error occurs (e.g. poll already answered).
Signals a poll error condition (e.g. poll already answered or unavailable). Nitro-only; no Arcturus composer.
Body: (empty)
S→C 1066 - QuestionFinished
Nitro:
QUESTION_FINISHEDNote: No Arcturus composer - Nitro only. Source:SimplePollAnswersComposer,QuestionFinishedEvent
(no Arcturus composer)
Sent when a poll question voting period ends.
Signals that the voting period for the current live poll question has ended. Nitro-only; no Arcturus composer.
Body: (empty)
S→C 2589 - QuestionAnswered
Nitro:
QUESTION_ANSWEREDNote: No Arcturus composer - Nitro only. Source:SimplePollAnswerComposer,QuestionAnsweredEvent
(no Arcturus composer)
Sent when a user answers a question in a live quiz/poll.
| Field | Type | Notes |
|---|---|---|
| userId | int | Account ID of the answering user |
| value | string | Selected answer value |
| count | int | Number of running answer counts |
| [count × answerKey] | string | Answer option key |
| [count × answerCount] | int | Number of users who selected this answer |
Notifies all participants of an answer submitted in a live poll/quiz. Nitro-only.
S→C 2665 - Question
Nitro:
QUESTIONNote: No Arcturus composer - Nitro only. Source:SimplePollStartComposer,QuestionEvent
(no Arcturus composer)
Delivers a live-quiz question. Body is parsed by
QuestionParser.
Delivers a live-quiz question to all participants in the current session. Nitro-only; no Arcturus composer.
Body: (empty)
S→C 2772 - QuizResults
Nitro:
QUIZ_RESULTSNote: No Arcturus composer - Nitro only. Source:UnknownHabboWayQuizComposer,QuizResultsMessageEvent
| Field | Type | Notes |
|---|---|---|
| quizCode | string | Quiz/poll code identifier |
| count | int | Number of incorrectly answered question IDs |
| [count × questionId] | int | Question ID answered incorrectly |
Delivers the results of a quiz, listing incorrectly answered questions. Nitro-only.
S→C 2927 - QuizData
Nitro:
QUIZ_DATANote: No Arcturus composer - Nitro only. Source:HabboWayQuizComposer2,QuizDataMessageEvent
| Field | Type | Notes |
|---|---|---|
| quizCode | string | Quiz/poll code identifier |
| count | int | Number of question IDs |
| [count × questionId] | int | Question ID |
Delivers question IDs for a quiz/poll. Nitro-only.
S→C 1155 - WiredSaved
Nitro:
WIRED_SAVESource:
WiredSavedComposer,WiredSaveSuccessEvent
| Field | Type | Notes |
|---|---|---|
| (empty) | - | No body fields |
Notes: Confirmation that wired settings were saved successfully.
Confirms that Wired box configuration was saved successfully. Empty body.
S→C 1830 - WiredOpen
Nitro:
WIRED_OPENSource:
WiredOpenComposer,WiredOpenEvent
| Field | Type | Notes |
|---|---|---|
| itemId | int | ID of the wired box being opened |
Notifies the client to open the Wired editor for a specific furniture item.
S→C 156 - WiredRewardAlert
Nitro:
WIRED_ERRORSource:
UpdateFailedComposer,WiredValidationErrorEvent
| Field | Type | Notes |
|---|---|---|
| code | int | Error/reward code |
Notes: Despite the Nitro name
WIRED_ERROR, Arcturus sends this viaWiredRewardAlert- it is used for wired reward notifications, not necessarily errors.
Notifies the client of a Wired reward event or validation error. Despite the Nitro name WIRED_ERROR, also used for reward notifications.
S→C 178 - (mapped via WiredRewardAlert)
Nitro:
WIRED_REWARDSource:WiredRewardAlertComposer,WiredRewardResultMessageEvent
| Field | Type | Notes |
|---|---|---|
| reason | int | Wired reward result code (0 = success; other = error) |
Delivers a Wired reward result code (0 = success). Sent via WiredRewardAlertComposer when a Wired reward effect triggers.
S→C 383 - WiredTrigger
Nitro:
WIRED_TRIGGERNote: No Arcturus composer - Nitro only. Source:WiredTriggerDataComposer,WiredFurniTriggerEvent
Wired trigger configuration sent when the player opens a Wired Trigger box. Body is parsed by
TriggerDefinition(extendsTriggerable).
| Field | Type | Notes |
|---|---|---|
| furniId | int | Wired furniture item ID |
| stuffTypeSelectionCode | int | Furniture type selection code |
| ... | - | (Triggerable base fields - see WiredFurniTriggerParser / TriggerDefinition) |
Delivers Wired Trigger box configuration when the player opens one.
S→C 1108 - WiredCondition
Nitro:
WIRED_CONDITIONNote: No Arcturus composer - Nitro only. Source:WiredConditionDataComposer,WiredFurniConditionEvent
Wired condition configuration sent when the player opens a Wired Condition box. Body is parsed by
ConditionDefinition(extendsTriggerable).
| Field | Type | Notes |
|---|---|---|
| furniId | int | Wired furniture item ID |
| stuffTypeSelectionCode | int | Furniture type selection code |
| ... | - | (Triggerable base fields - see WiredFurniConditionParser / ConditionDefinition) |
Delivers Wired Condition box configuration when the player opens one.
S→C 1434 - WiredAction
Nitro:
WIRED_ACTIONNote: No Arcturus composer - Nitro only. Source:WiredEffectDataComposer,WiredFurniActionEvent
Wired action/effect configuration sent when the player opens a Wired Action box. Body is parsed by
WiredActionDefinition(extendsTriggerable).
| Field | Type | Notes |
|---|---|---|
| furniId | int | Wired furniture item ID |
| stuffTypeSelectionCode | int | Furniture type selection code |
| type | int | Action type code |
| delayInPulses | int | Delay before the action fires (in Wired pulses) |
| conflictingTriggerCount | int | Number of conflicting trigger IDs |
| [count × conflictId] | int | Conflicting trigger type ID |
Delivers Wired Action box configuration when the player opens one.
S→C 1774 - Unknown_1774
Unknown server message with an empty body; purpose not yet reversed.
Body: (empty)
S→C 2142 - GameCenterStartingGameFailed
Nitro:
GAME_CENTER_STARTING_GAME_FAILEDSource:Game2StartingGameFailedMessageEvent
(no Arcturus composer)
Sent when the client failed to start a game.
Notifies the client that an attempt to start a Game Center game failed. Nitro-only; no Arcturus composer.
Body: (empty)