Skip to main content

room.blocked_tiles

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

Overview

  • ID: 3990
  • Header: ROOM_MODEL_BLOCKED_TILES
  • Direction: Server to Client (s2c)
  • Realm: Room
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver the set of blocked tiles in the room

Payload fields

FieldTypeRequiredDescription
countint32requiredNumber of blocked tile records.
tilesobject[]requiredArray of blocked tile positions. Each contains: x (int32), y (int32).

Behavior

Sender

Sent during room loading to indicate which tiles are permanently blocked for pathfinding purposes.

Receiver

The client marks the indicated tiles as impassable in the pathfinding grid. Confirmed in GLADIATOR.

Notes

  • No additional notes