Skip to main content

furniture.floor_item_removed

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

Overview

  • ID: 2703
  • Header: FURNITURE_FLOOR_REMOVE
  • Direction: Server to Client (s2c)
  • Realm: Furniture & Items
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Notify that a floor item was removed from the room

Payload fields

FieldTypeRequiredDescription
itemIdint32requiredRoom floor item ID.
isExpiredbooleanrequiredTrue if the item was removed due to expiry.
delayint32requiredRemoval animation delay in milliseconds.
userIdint32requiredID of the user who removed the item.

Behavior

Sender

Sent when a floor furniture item is picked up or deleted.

Receiver

The client removes the item from the room scene. Confirmed in GLADIATOR.

Notes

  • No additional notes