|
Planeshift
|
The message sent from client to server to control the players pet. More...
#include <npcmessages.h>
Public Types | |
| enum | PetCommand_t { CMD_FOLLOW, CMD_STAY, CMD_DISMISS, CMD_SUMMON, CMD_ATTACK, CMD_GUARD, CMD_ASSIST, CMD_STOPATTACK, CMD_NAME, CMD_TARGET, CMD_RUN, CMD_WALK, CMD_LAST } |
Public Member Functions | |
| PSF_DECLARE_MSG_FACTORY () | |
| psPETCommandMessage (MsgEntry *message) | |
| Crack incoming psMessageBytes struct for inbound use. | |
| psPETCommandMessage (uint32_t clientToken, int cmd, const char *target, const char *options) | |
| Create psMessageBytes struct for outbound use. | |
| virtual csString | ToString (NetBase::AccessPointers *accessPointers) |
| Convert the message into human readable string. | |
Public Attributes | |
| int | command |
| psString | options |
| psString | target |
Static Public Attributes | |
| static const char * | petCommandString [] |
The message sent from client to server to control the players pet.
Definition at line 415 of file npcmessages.h.
| CMD_FOLLOW | |
| CMD_STAY | |
| CMD_DISMISS | |
| CMD_SUMMON | |
| CMD_ATTACK | |
| CMD_GUARD | |
| CMD_ASSIST | |
| CMD_STOPATTACK | |
| CMD_NAME | |
| CMD_TARGET | |
| CMD_RUN | |
| CMD_WALK | |
| CMD_LAST |
Definition at line 419 of file npcmessages.h.
| psPETCommandMessage::psPETCommandMessage | ( | uint32_t | clientToken, |
| int | cmd, | ||
| const char * | target, | ||
| const char * | options | ||
| ) |
Create psMessageBytes struct for outbound use.
| psPETCommandMessage::psPETCommandMessage | ( | MsgEntry * | message | ) |
Crack incoming psMessageBytes struct for inbound use.
| psPETCommandMessage::PSF_DECLARE_MSG_FACTORY | ( | ) |
| virtual csString psPETCommandMessage::ToString | ( | NetBase::AccessPointers * | accessPointers | ) | [virtual] |
Convert the message into human readable string.
| accessPointers | A struct to a number of access pointers. |
Implements psMessageCracker.
Definition at line 438 of file npcmessages.h.
Definition at line 440 of file npcmessages.h.
const char* psPETCommandMessage::petCommandString[] [static] |
Definition at line 436 of file npcmessages.h.
Definition at line 439 of file npcmessages.h.
1.7.3