|
Planeshift
|
Manages dead reckoning, char position and updates. More...
#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. More... | |
| virtual void | HandleMessage (MsgEntry *me) |
| bool | Initialize (iObjectRegistry *object_reg, psCelClient *celbase, MsgHandler *msghandler) |
| psClientDR () | |
| void | ResetMsgStrings () |
| virtual | ~psClientDR () |
Public Member Functions inherited from psClientNetSubscriber | |
| virtual void | HandleMessage (MsgEntry *msg, Client *) |
| Interprets a received message and executes the command. More... | |
| virtual bool | Verify (MsgEntry *, unsigned int, Client *&) |
| virtual | ~psClientNetSubscriber () |
Protected Attributes | |
| psCelClient * | celclient |
| bool | gotStrings |
| pawsGroupWindow * | groupWindow |
| csString | last_sector |
| csRef< MsgHandler > | msghandler |
| csStringHashReversible * | msgstrings |
| iObjectRegistry * | object_reg |
Manages dead reckoning, char position and updates.
Definition at line 47 of file psclientdr.h.
| psClientDR::psClientDR | ( | ) |
|
virtual |
| void psClientDR::CheckDeadReckoningUpdate | ( | ) |
| void psClientDR::CheckSectorCrossing | ( | GEMClientActor * | actor | ) |
|
inline |
Definition at line 59 of file psclientdr.h.
|
inline |
Definition at line 60 of file psclientdr.h.
| void psClientDR::HandleDeath | ( | GEMClientActor * | gemObject | ) |
Make sure DR data stopped on death.
|
virtual |
Implements psClientNetSubscriber.
| bool psClientDR::Initialize | ( | iObjectRegistry * | object_reg, |
| psCelClient * | celbase, | ||
| MsgHandler * | msghandler | ||
| ) |
| void psClientDR::ResetMsgStrings | ( | ) |
|
protected |
Definition at line 74 of file psclientdr.h.
|
protected |
Definition at line 72 of file psclientdr.h.
|
protected |
Definition at line 80 of file psclientdr.h.
|
protected |
Definition at line 77 of file psclientdr.h.
|
protected |
Definition at line 75 of file psclientdr.h.
|
protected |
Definition at line 82 of file psclientdr.h.
|
protected |
Definition at line 78 of file psclientdr.h.