Planeshift
UnresolvedPos Class Reference

This is information about an entity with unresolved position (=sector not found) This happens when some entity is located in map that is not currently loaded. More...

#include <pscelclient.h>

Public Member Functions

 UnresolvedPos (GEMClientObject *entity, const csVector3 &pos, const csVector3 &rot, const csString &sector)
 

Public Attributes

GEMClientObjectentity
 our object .. More...
 
csVector3 pos
 .. and its position that could not be set More...
 
csVector3 rot
 
csString sector
 

Detailed Description

This is information about an entity with unresolved position (=sector not found) This happens when some entity is located in map that is not currently loaded.

We are trying to resolve the position every time new maps are loaded

Definition at line 74 of file pscelclient.h.

Constructor & Destructor Documentation

UnresolvedPos::UnresolvedPos ( GEMClientObject entity,
const csVector3 &  pos,
const csVector3 &  rot,
const csString &  sector 
)
inline

Definition at line 83 of file pscelclient.h.

Member Data Documentation

GEMClientObject* UnresolvedPos::entity

our object ..

Definition at line 77 of file pscelclient.h.

csVector3 UnresolvedPos::pos

.. and its position that could not be set

Definition at line 79 of file pscelclient.h.

csVector3 UnresolvedPos::rot

Definition at line 80 of file pscelclient.h.

csString UnresolvedPos::sector

Definition at line 81 of file pscelclient.h.


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