Planeshift
Classes | Public Member Functions | Public Attributes

psSpellBookMessage Class Reference

#include <messages.h>

List of all members.

Classes

struct  NetworkSpell

Public Member Functions

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.

Public Attributes

csArray< NetworkSpellspells

Detailed Description

Definition at line 2279 of file messages.h.


Constructor & Destructor Documentation

psSpellBookMessage::psSpellBookMessage ( )
psSpellBookMessage::psSpellBookMessage ( uint32_t  client)
psSpellBookMessage::psSpellBookMessage ( MsgEntry me,
NetBase::AccessPointers accessPointers 
)

Member Function Documentation

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 ( )
virtual csString psSpellBookMessage::ToString ( NetBase::AccessPointers accessPointers) [virtual]

Converts 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.


Member Data Documentation

Definition at line 2309 of file messages.h.


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