Skip to main content

room_entities.shout

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

Overview

  • ID: 1036
  • Header: UNIT_CHAT_SHOUT
  • Direction: Server to Client (s2c)
  • Realm: Room Entities
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver a shout message from a room unit

Payload fields

FieldTypeRequiredDescription
roomIndexint32requiredRoom entity index of the unit.
messagestringrequiredShout message text.
gestureint32requiredGesture animation.
bubbleStyleint32requiredChat bubble style.
urlCountint32requiredNumber of URL items.
urlsstring[]requiredURL strings embedded in the message.
messageLengthint32requiredOriginal message character count.

Behavior

Sender

Sent to all room users when a unit shouts. Shout messages are visible regardless of chat distance.

Receiver

The client renders the shout bubble with a distinct visual style. Confirmed in GLADIATOR.

Notes

  • No additional notes