#include <CActorProxy.h>
Inherits WWCOMMON::CPerformer.
Public Member Functions | |
| uint32 | getPlayerId () |
| void | update () |
| bool | useCorrection () |
| ~CActorProxy () | |
Static Public Member Functions | |
| static WWCOMMON::ISimulationObj * | Create () |
Protected Member Functions | |
| CActorProxy () | |
Protected Attributes | |
| uint32 | m_PlrId |
Private Member Functions | |
| OF_SETUP_REGISTRAR (WWCOMMON::CSobFactory, WWCOMMON::ISimulationObj, CActorProxy, std::string) | |
Friends | |
| class | CSimulationImpl |
Definition at line 57 of file CActorProxy.h.
| WWCLIENT::CActorProxy::~CActorProxy | ( | ) |
Definition at line 62 of file CActorProxy.cpp.
| WWCLIENT::CActorProxy::CActorProxy | ( | ) | [protected] |
Definition at line 55 of file CActorProxy.cpp.
Referenced by Create().
| WWCOMMON::ISimulationObj * WWCLIENT::CActorProxy::Create | ( | ) | [static] |
Reimplemented from WWCOMMON::CPerformer.
Definition at line 66 of file CActorProxy.cpp.
References CActorProxy().
| uint32 WWCLIENT::CActorProxy::getPlayerId | ( | ) | [inline] |
Definition at line 62 of file CActorProxy.h.
References m_PlrId.
| WWCLIENT::CActorProxy::OF_SETUP_REGISTRAR | ( | WWCOMMON::CSobFactory | , | |
| WWCOMMON::ISimulationObj | , | |||
| CActorProxy | , | |||
| std::string | ||||
| ) | [private] |
Reimplemented from WWCOMMON::CPerformer.
| void WWCLIENT::CActorProxy::update | ( | ) | [virtual] |
Reimplemented from WWCOMMON::CPerformer.
Definition at line 58 of file CActorProxy.cpp.
| bool WWCLIENT::CActorProxy::useCorrection | ( | ) | [inline, virtual] |
Reimplemented from WWCOMMON::CPerformer.
Definition at line 65 of file CActorProxy.h.
friend class CSimulationImpl [friend] |
Definition at line 70 of file CActorProxy.h.
uint32 WWCLIENT::CActorProxy::m_PlrId [protected] |
Definition at line 72 of file CActorProxy.h.
Referenced by getPlayerId().
1.6.1