Planeshift
Public Member Functions | Protected Attributes

psConnectEvent Class Reference

This message broadcasts client connect events to anyone who needs them, namely the TutorialManager. More...

#include <events.h>

List of all members.

Public Member Functions

 psConnectEvent (int clientID)
 psConnectEvent (MsgEntry *event)
 PSF_DECLARE_MSG_FACTORY ()
virtual csString ToString (NetBase::AccessPointers *accessPointers)
 Convert the message into human readable string.

Protected Attributes

int client_id

Detailed Description

This message broadcasts client connect events to anyone who needs them, namely the TutorialManager.

Definition at line 247 of file events.h.


Constructor & Destructor Documentation

psConnectEvent::psConnectEvent ( int  clientID)
psConnectEvent::psConnectEvent ( MsgEntry event)

Member Function Documentation

psConnectEvent::PSF_DECLARE_MSG_FACTORY ( )
virtual csString psConnectEvent::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.


Member Data Documentation

Definition at line 250 of file events.h.


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