Skip to main content

pet.training_panel

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

Overview

  • ID: 1164
  • Header: PET_TRAINING_PANEL
  • Direction: Server to Client (s2c)
  • Realm: Pets
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver the pet training command panel

Payload fields

FieldTypeRequiredDescription
petIdint32requiredPet identifier.
commandslist<int32>requiredAll command identifiers the pet knows.
enabledCommandslist<int32>requiredCommand identifiers the pet can currently execute.

Behavior

Sender

Sent in response to a get-pet-commands request.

Receiver

The client displays the training panel showing available and enabled commands.

Notes

  • No additional notes