Planeshift
Public Member Functions

psCharApprovedMessage Class Reference

Used to confirm that a character has been uploaded. More...

#include <charmessages.h>

List of all members.

Public Member Functions

 psCharApprovedMessage (uint32_t clientnum)
 Constructed on server for client.
 psCharApprovedMessage (MsgEntry *msg)
 Used by client to crack message.
 PSF_DECLARE_MSG_FACTORY ()
virtual csString ToString (NetBase::AccessPointers *accessPointers)
 Convert the message into human readable string.

Detailed Description

Used to confirm that a character has been uploaded.

This message is used to convey the success to the client that the character they created was done successfully.

Definition at line 45 of file charmessages.h.


Constructor & Destructor Documentation

psCharApprovedMessage::psCharApprovedMessage ( uint32_t  clientnum)

Constructed on server for client.

psCharApprovedMessage::psCharApprovedMessage ( MsgEntry msg)

Used by client to crack message.


Member Function Documentation

psCharApprovedMessage::PSF_DECLARE_MSG_FACTORY ( )
virtual csString psCharApprovedMessage::ToString ( NetBase::AccessPointers accessPointers) [virtual]

Convert the message into human readable string.

Parameters:
accessPointersA struct to a number of access pointers.
Returns:
Return a human readable string for the message.

Implements psMessageCracker.


The documentation for this class was generated from the following file: