#include <messages.h>
 | 
| void  | AddSpell (const csString &name, const csString &description, const csString &way, int realm, const csString &glyph0, const csString &glyph1, const csString &glyph2, const csString &glyph3, const csString &image) | 
|   | 
| void  | Construct (csStringSet *msgstrings) | 
|   | 
|   | PSF_DECLARE_MSG_FACTORY () | 
|   | 
|   | psSpellBookMessage () | 
|   | 
|   | psSpellBookMessage (uint32_t client) | 
|   | 
|   | psSpellBookMessage (MsgEntry *me, NetBase::AccessPointers *accessPointers) | 
|   | 
| 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 2279 of file messages.h.
 
      
        
          | psSpellBookMessage::psSpellBookMessage  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | psSpellBookMessage::psSpellBookMessage  | 
          ( | 
          uint32_t  | 
          client | ) | 
           | 
        
      
 
 
      
        
          | void psSpellBookMessage::AddSpell  | 
          ( | 
          const csString &  | 
          name,  | 
        
        
           | 
           | 
          const csString &  | 
          description,  | 
        
        
           | 
           | 
          const csString &  | 
          way,  | 
        
        
           | 
           | 
          int  | 
          realm,  | 
        
        
           | 
           | 
          const csString &  | 
          glyph0,  | 
        
        
           | 
           | 
          const csString &  | 
          glyph1,  | 
        
        
           | 
           | 
          const csString &  | 
          glyph2,  | 
        
        
           | 
           | 
          const csString &  | 
          glyph3,  | 
        
        
           | 
           | 
          const csString &  | 
          image  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | void psSpellBookMessage::Construct  | 
          ( | 
          csStringSet *  | 
          msgstrings | ) | 
           | 
        
      
 
 
      
        
          | psSpellBookMessage::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.
 
 
The documentation for this class was generated from the following file: