#include <charmessages.h>
|
| | psCharUploadMessage (bool verify, const char *name, const char *lastname, int race, int gender, csArray< uint32_t > choices, int motherMod, int fatherMod, csArray< uint32_t > lifeEvents, int selectedFace, int selectedHairStyle, int selectedBeardStyle, int selectedHairColour, int selectedSkinColour, const char *bio, const char *path) |
| |
| | psCharUploadMessage (MsgEntry *me) |
| |
| | PSF_DECLARE_MSG_FACTORY () |
| |
| virtual csString | ToString (NetBase::AccessPointers *accessPointers) |
| | Convert the message into human readable string. More...
|
| |
| void | FireEvent () |
| | Publishes the message to the local program. More...
|
| |
| virtual csString | GetMessageTypeName () const =0 |
| | Gets the name of the message type. More...
|
| |
| void | Multicast (csArray< PublishDestination > &multi, uint32_t except, float range) |
| | Multicasts the message to all current connections. More...
|
| |
| | psMessageCracker () |
| |
| void | SendMessage () |
| | Sends the message to the client/server. More...
|
| |
| virtual | ~psMessageCracker () |
| |
Definition at line 160 of file charmessages.h.
| psCharUploadMessage::psCharUploadMessage |
( |
bool |
verify, |
|
|
const char * |
name, |
|
|
const char * |
lastname, |
|
|
int |
race, |
|
|
int |
gender, |
|
|
csArray< uint32_t > |
choices, |
|
|
int |
motherMod, |
|
|
int |
fatherMod, |
|
|
csArray< uint32_t > |
lifeEvents, |
|
|
int |
selectedFace, |
|
|
int |
selectedHairStyle, |
|
|
int |
selectedBeardStyle, |
|
|
int |
selectedHairColour, |
|
|
int |
selectedSkinColour, |
|
|
const char * |
bio, |
|
|
const char * |
path |
|
) |
| |
| psCharUploadMessage::psCharUploadMessage |
( |
MsgEntry * |
me | ) |
|
| psCharUploadMessage::PSF_DECLARE_MSG_FACTORY |
( |
| ) |
|
Convert the message into human readable string.
- Parameters
-
| accessPointers | A struct to a number of access pointers. |
- Returns
- Return a human readable string for the message.
Implements psMessageCracker.
| csString psCharUploadMessage::bio |
| csArray<uint32_t> psCharUploadMessage::choices |
| int psCharUploadMessage::fatherMod |
| int psCharUploadMessage::gender |
| csString psCharUploadMessage::lastname |
| csArray<uint32_t> psCharUploadMessage::lifeEvents |
| int psCharUploadMessage::motherMod |
| csString psCharUploadMessage::name |
| csString psCharUploadMessage::path |
| int psCharUploadMessage::race |
| int psCharUploadMessage::selectedBeardStyle |
| int psCharUploadMessage::selectedFace |
| int psCharUploadMessage::selectedHairColour |
| int psCharUploadMessage::selectedHairStyle |
| int psCharUploadMessage::selectedSkinColour |
| bool psCharUploadMessage::verify |
The documentation for this class was generated from the following file: