Skip to main content

furniture.floor_item_added

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

Overview

  • ID: 1534
  • Header: FURNITURE_FLOOR_ADD
  • Direction: Server to Client (s2c)
  • Realm: Furniture & Items
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Notify that a floor item was placed in the room

Payload fields

FieldTypeRequiredDescription
ownerIdint32requiredID of the user who placed the item.
ownerNamestringrequiredName of the owner.
itemobjectrequiredFloor item record (same structure as furniture.floor_items).

Behavior

Sender

Sent to all room occupants when a floor furniture item is placed.

Receiver

The client adds the item to the room scene. Confirmed in GLADIATOR.

Notes

  • No additional notes