|
Planeshift
|
Message to change a character's trait. More...
#include <messages.h>
Public Member Functions | |
| PSF_DECLARE_MSG_FACTORY () | |
| psTraitChangeMessage (MsgEntry *me) | |
| psTraitChangeMessage (uint32_t client, EID targetID, csString &string) | |
| virtual csString | ToString (NetBase::AccessPointers *accessPointers) |
| Converts the message into human readable string. | |
Public Attributes | |
| csString | string |
| EID | target |
Message to change a character's trait.
Used to change things like hair colour.
Definition at line 5338 of file messages.h.
| psTraitChangeMessage::psTraitChangeMessage | ( | uint32_t | client, |
| EID | targetID, | ||
| csString & | string | ||
| ) | [inline] |
Definition at line 5341 of file messages.h.
| psTraitChangeMessage::psTraitChangeMessage | ( | MsgEntry * | me | ) | [inline] |
Definition at line 5351 of file messages.h.
| psTraitChangeMessage::PSF_DECLARE_MSG_FACTORY | ( | ) |
| virtual csString psTraitChangeMessage::ToString | ( | NetBase::AccessPointers * | accessPointers | ) | [virtual] |
Converts the message into human readable string.
| accessPointers | A struct to a number of access pointers. |
Implements psMessageCracker.
| csString psTraitChangeMessage::string |
Definition at line 5370 of file messages.h.
Definition at line 5369 of file messages.h.
1.7.3