Skip to main content

room_entities.info

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

Overview

  • ID: 3920
  • Header: UNIT_INFO
  • Direction: Server to Client (s2c)
  • Realm: Room Entities
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Update a unit's display information

Payload fields

FieldTypeRequiredDescription
roomIndexint32requiredRoom entity index of the unit.
namestringrequiredUpdated display name.
customstringrequiredCustom field (motto or bot speech).
figurestringrequiredUpdated figure string.
genderstringrequiredGender: M or F.
groupIdint32requiredGroup/badge ID (0 if none).
groupStatusint32requiredGroup member status.
groupNamestringrequiredGroup name (empty if none).
activityPointsint32requiredUser's activity point score.
isModeratorbooleanrequiredTrue if the unit is a moderator.

Behavior

Sender

Sent when a unit changes its name, figure, or other display properties (e.g. after an outfit change).

Receiver

The client refreshes the unit's rendering. Confirmed in GLADIATOR.

Notes

  • No additional notes