Skip to main content

furniture.wired_action

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

Overview

  • ID: 1434
  • Header: WIRED_ACTION
  • Direction: Server to Client (s2c)
  • Realm: Furniture & Items
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver wired action configuration

Payload fields

FieldTypeRequiredDescription
itemIdint32requiredRoom item ID of the wired action.
delayint32requiredCurrent execution delay in milliseconds.
selectedItemsint32[]requiredIDs of currently linked room items.
actionTypeIdint32requiredWired action type identifier.
actionDatastringrequiredSerialized action-specific configuration.

Behavior

Sender

Sent in response to furniture.open_wired (c2s 768) for a wired action furniture item.

Receiver

The client populates the wired action editor with the received configuration. Confirmed in GLADIATOR.

Notes

  • No additional notes