Public Methods |
| CClientConnClnt () |
virtual | ~CClientConnClnt () |
| distr_class (CClientConnClnt) |
virtual void | RemotePositionUpdate (LTVector3f &newPosition) |
virtual void | RemoteRotationUpdate (LTOrientation &newOrientation) |
virtual void | RemoteVelocityUpdate (LTVector3f &newVelocity) |
virtual void | RemoteAngularVelocityUpdate (LTVector3f &newAngVelocity) |
void | Init () |
void | OnCommandOn (int32 command, uint32 nActCmd) |
void | OnCommandOff (int32 command, uint32 nActCmd) |
LTRESULT | HandleInput () |
LTRESULT | Update (float fFrameTime) |
void | SetRotation (LTOrientation oRot) |
int32 | GetClientID () |
void | CallbackClientID (const uint32 &nOldVal) |
void | AddPlayer () |
void | RemovePlayer () |
Protected Methods |
| distr_callback_fn (CClientConnClnt, uint32, m_nClientID, CallbackClientID) |
| distr_uint32_callback (m_nClientID, AVITEM_REG, 11, 0) |
| distr_uint32 (m_nPlayers, AVITEM_REG, 10, 0) |
Protected Attributes |
bool | m_bFirstUpdate |