Skip to main content

user.settings_volume

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

Overview

  • ID: 1367
  • Header: USER_SETTINGS_VOLUME
  • Direction: Client to Server (c2s)
  • Realm: User & Profile
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Save audio volume preferences

Payload fields

FieldTypeRequiredDescription
volumeSystemint32requiredSystem sound volume (0–100)
volumeFurniint32requiredFurni sound volume (0–100)
volumeTraxint32requiredMusic (Trax) volume (0–100)

Behavior

Sender

Sent when the user changes audio volume levels in the settings panel. All three volume values are sent together even if only one changed.

Receiver

The server persists the three volume values and updates the session settings. No response packet is sent.

Notes

  • No additional notes