Planeshift
|
#include <psclientdr.h>
Public Member Functions | |
void | CheckDeadReckoningUpdate () |
void | CheckSectorCrossing (GEMClientActor *actor) |
csStringHashReversible * | GetMsgStrings () |
bool | GotStrings () |
void | HandleDeath (GEMClientActor *gemObject) |
Make sure DR data stopped on death. | |
virtual void | HandleMessage (MsgEntry *me) |
bool | Initialize (iObjectRegistry *object_reg, psCelClient *celbase, MsgHandler *msghandler) |
psClientDR () | |
void | ResetMsgStrings () |
virtual | ~psClientDR () |
Protected Attributes | |
psCelClient * | celclient |
bool | gotStrings |
pawsGroupWindow * | groupWindow |
csString | last_sector |
csRef< MsgHandler > | msghandler |
csStringHashReversible * | msgstrings |
iObjectRegistry * | object_reg |
Definition at line 44 of file psclientdr.h.
psClientDR::psClientDR | ( | ) |
virtual psClientDR::~psClientDR | ( | ) | [virtual] |
void psClientDR::CheckDeadReckoningUpdate | ( | ) |
void psClientDR::CheckSectorCrossing | ( | GEMClientActor * | actor | ) |
csStringHashReversible* psClientDR::GetMsgStrings | ( | ) | [inline] |
Definition at line 56 of file psclientdr.h.
bool psClientDR::GotStrings | ( | ) | [inline] |
Definition at line 57 of file psclientdr.h.
void psClientDR::HandleDeath | ( | GEMClientActor * | gemObject | ) |
Make sure DR data stopped on death.
virtual void psClientDR::HandleMessage | ( | MsgEntry * | me | ) | [virtual] |
Implements psClientNetSubscriber.
bool psClientDR::Initialize | ( | iObjectRegistry * | object_reg, |
psCelClient * | celbase, | ||
MsgHandler * | msghandler | ||
) |
void psClientDR::ResetMsgStrings | ( | ) |
psCelClient* psClientDR::celclient [protected] |
Definition at line 71 of file psclientdr.h.
bool psClientDR::gotStrings [protected] |
Definition at line 69 of file psclientdr.h.
pawsGroupWindow* psClientDR::groupWindow [protected] |
Definition at line 77 of file psclientdr.h.
csString psClientDR::last_sector [protected] |
Definition at line 74 of file psclientdr.h.
csRef<MsgHandler> psClientDR::msghandler [protected] |
Definition at line 72 of file psclientdr.h.
csStringHashReversible* psClientDR::msgstrings [protected] |
Definition at line 79 of file psclientdr.h.
iObjectRegistry* psClientDR::object_reg [protected] |
Definition at line 75 of file psclientdr.h.