Skip to main content

room.chat_settings

Generated from spec/protocol.yaml. Do not edit by hand.

Overview

  • ID: 1191
  • Header: ROOM_SETTINGS_CHAT
  • Direction: Server to Client (s2c)
  • Realm: Room
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver the room chat configuration

Payload fields

FieldTypeRequiredDescription
bubbleModeint32requiredChat bubble display mode.
bubbleWeightint32requiredChat bubble text-width setting.
bubbleSpeedint32requiredChat bubble display speed.
chatDistanceint32requiredVisible chat distance in tiles.
floodProtectionint32requiredFlood protection level: 0=loose, 1=normal, 2=strict.

Behavior

Sender

Sent during room loading to inform the client of the room's chat-related settings.

Receiver

The client configures chat bubble behavior according to these settings. Confirmed in GLADIATOR.

Notes

  • No additional notes