ClientInfo

Undocumented in source.

Members

Functions

chunk
ChunkWorldPos chunk()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dimention
DimentionId dimention;
Undocumented in source.
heading
vec2 heading;
Undocumented in source.
id
size_t id;
Undocumented in source.
isLoggedIn
bool isLoggedIn;
Undocumented in source.
isSpawned
bool isSpawned;
Undocumented in source.
name
string name;
Undocumented in source.
pos
vec3 pos;
Undocumented in source.
positionKey
ubyte positionKey;

Used to reject wrong positions from client. Client sends positions updates with latest known key and server only accepts positions matching this key. After dimention change key is incremented.

viewRadius
int viewRadius;
Undocumented in source.

Meta