-
Notifications
You must be signed in to change notification settings - Fork 0
S#6 (ChatBoxMessage)
The S#6 message is sent by the server when a chat box message visible in the client's current game state has been sent when the client is in a lobby or a game.
switch (IN_LOBBY) {
case true:
0xFF;
break;
}
Player sender;
string message;
sender
is the identifier of the user or player who sent the message.
message
is the chat box message sent by the user or player.
C#3 (SendChatBoxMessage)
C#76 (CauldronComplete)
S#1 (Authenticated)
S#2 (CreateLobby)
S#3 (SetHost)
S#4 (UserJoinedGame)
S#5 (UserLeftGame)
S#6 (ChatBoxMessage)
S#7 (HostClickedOnCatalog)
S#8 (HostClickedOnPossibleRoles)
S#9 (HostClickedOnAddButton)
S#10 (HostClickedOnRemove...)
S#11 (HostClickedOnStartButton)
S#12 (CancelStartCooldown)
S#13 (AssignNewHost)
S#14 (VotedToRepickHost)
S#15 (NoLongerHost)
S#16 (DoNotSpam)
S#17 (HowManyPlayersAndGames)
S#18 (SystemMessage)
S#19 (StringTableMessage)
S#20 (FriendList)
S#21 (FriendRequestNotifications)