Planeshift
|
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 §or) | |
Public Attributes | |
GEMClientObject * | entity |
our object .. | |
csVector3 | pos |
.. and its position that could not be set | |
csVector3 | rot |
csString | sector |
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.
UnresolvedPos::UnresolvedPos | ( | GEMClientObject * | entity, |
const csVector3 & | pos, | ||
const csVector3 & | rot, | ||
const csString & | sector | ||
) | [inline] |
Definition at line 83 of file pscelclient.h.
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.