#include <messages.h>
 | 
|   | psCharacterDetailsMessage (int clientnum, const csString &name2s, unsigned short int gender2s, const csString &race2s, const csString &desc2s, const csArray< NetworkDetailSkill > &skills2s, const csString &desc_ooc, const csString &creationinfo, const csString &requestor) | 
|   | 
|   | psCharacterDetailsMessage (MsgEntry *me) | 
|   | 
|   | PSF_DECLARE_MSG_FACTORY () | 
|   | 
| virtual csString  | ToString (NetBase::AccessPointers *accessPointers) | 
|   | Converts 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 4090 of file messages.h.
 
      
        
          | psCharacterDetailsMessage::psCharacterDetailsMessage  | 
          ( | 
          int  | 
          clientnum,  | 
        
        
           | 
           | 
          const csString &  | 
          name2s,  | 
        
        
           | 
           | 
          unsigned short int  | 
          gender2s,  | 
        
        
           | 
           | 
          const csString &  | 
          race2s,  | 
        
        
           | 
           | 
          const csString &  | 
          desc2s,  | 
        
        
           | 
           | 
          const csArray< NetworkDetailSkill > &  | 
          skills2s,  | 
        
        
           | 
           | 
          const csString &  | 
          desc_ooc,  | 
        
        
           | 
           | 
          const csString &  | 
          creationinfo,  | 
        
        
           | 
           | 
          const csString &  | 
          requestor  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | psCharacterDetailsMessage::psCharacterDetailsMessage  | 
          ( | 
          MsgEntry *  | 
          me | ) | 
           | 
        
      
 
 
      
        
          | psCharacterDetailsMessage::PSF_DECLARE_MSG_FACTORY  | 
          ( | 
           | ) | 
           | 
        
      
 
 
Converts 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 psCharacterDetailsMessage::creationinfo | 
        
      
 
 
      
        
          | csString psCharacterDetailsMessage::desc | 
        
      
 
 
      
        
          | csString psCharacterDetailsMessage::desc_ooc | 
        
      
 
 
      
        
          | csString psCharacterDetailsMessage::name | 
        
      
 
 
      
        
          | csString psCharacterDetailsMessage::race | 
        
      
 
 
      
        
          | csString psCharacterDetailsMessage::requestor | 
        
      
 
 
The documentation for this class was generated from the following file: