Skip to main content

room_entities.idle

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

Overview

  • ID: 1797
  • Header: UNIT_IDLE
  • Direction: Server to Client (s2c)
  • Realm: Room Entities
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Notify that a unit entered or left idle state

Payload fields

FieldTypeRequiredDescription
roomIndexint32requiredRoom entity index of the unit.
idlebooleanrequiredTrue if the unit is now idle.

Behavior

Sender

Sent when a unit goes idle after inactivity or returns to active state.

Receiver

The client shows or hides the idle indicator above the unit. Confirmed in GLADIATOR.

Notes

  • No additional notes