Skip to main content

furniture.save_wired_trigger

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

Overview

  • ID: 1520
  • Header: WIRED_TRIGGER_SAVE
  • Direction: Client to Server (c2s)
  • Realm: Furniture & Items
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Save wired trigger configuration

Payload fields

FieldTypeRequiredDescription
itemIdint32requiredRoom item ID of the wired trigger.
delayint32requiredExecution delay in milliseconds.
selectedItemsint32[]requiredIDs of room items linked to this trigger.
triggerTypeIdint32requiredWired trigger type identifier.
triggerDatastringrequiredTrigger-specific configuration data.

Behavior

Sender

Sent when the user saves the configuration of a wired trigger item.

Receiver

The server stores the configuration and sends furniture.wired_saved (s2c 1155) on success. Confirmed in GLADIATOR.

Notes

  • No additional notes