Skip to main content

trade.accepted

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

Overview

  • ID: 2568
  • Header: TRADE_ACCEPTED
  • Direction: Server to Client (s2c)
  • Realm: Economy & Trading
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Notify that a user accepted the trade offer

Payload fields

FieldTypeRequiredDescription
userIdint32requiredRoom entity ID of the user who accepted.
acceptedint32requiredAccept state (1=accepted, 0=not accepted).

Behavior

Sender

Sent to both participants when one user clicks accept.

Receiver

The client updates the accept indicator for the specified user.

Notes

  • No additional notes