RigsofRods
Soft-body Physics Simulation
Data Fields
RoRnet::UserInfo Struct Reference

#include <RoRnet.h>

Data Fields

uint32_t uniqueid
 user unique id More...
 
int32_t authstatus
 auth status set by server: AUTH_* More...
 
int32_t slotnum
 slot number set by server More...
 
int32_t colournum
 colour set by server More...
 
char username [RORNET_MAX_USERNAME_LEN]
 the nickname of the user (UTF-8) More...
 
char usertoken [40]
 user token More...
 
char serverpassword [40]
 server password More...
 
char language [10]
 user's language. For example "de-DE" or "en-US" More...
 
char clientname [10]
 the name and version of the client. For exmaple: "ror" or "gamebot" More...
 
char clientversion [25]
 a version number of the client. For example 1 for RoR 0.35 More...
 
char clientGUID [40]
 the clients GUID More...
 
char sessiontype [10]
 the requested session type. For example "normal", "bot", "rcon" More...
 
char sessionoptions [128]
 reserved for future options More...
 

Detailed Description

Definition at line 168 of file RoRnet.h.

Field Documentation

◆ authstatus

int32_t RoRnet::UserInfo::authstatus

auth status set by server: AUTH_*

Definition at line 171 of file RoRnet.h.

◆ clientGUID

char RoRnet::UserInfo::clientGUID[40]

the clients GUID

Definition at line 181 of file RoRnet.h.

◆ clientname

char RoRnet::UserInfo::clientname[10]

the name and version of the client. For exmaple: "ror" or "gamebot"

Definition at line 179 of file RoRnet.h.

◆ clientversion

char RoRnet::UserInfo::clientversion[25]

a version number of the client. For example 1 for RoR 0.35

Definition at line 180 of file RoRnet.h.

◆ colournum

int32_t RoRnet::UserInfo::colournum

colour set by server

Definition at line 173 of file RoRnet.h.

◆ language

char RoRnet::UserInfo::language[10]

user's language. For example "de-DE" or "en-US"

Definition at line 178 of file RoRnet.h.

◆ serverpassword

char RoRnet::UserInfo::serverpassword[40]

server password

Definition at line 177 of file RoRnet.h.

◆ sessionoptions

char RoRnet::UserInfo::sessionoptions[128]

reserved for future options

Definition at line 183 of file RoRnet.h.

◆ sessiontype

char RoRnet::UserInfo::sessiontype[10]

the requested session type. For example "normal", "bot", "rcon"

Definition at line 182 of file RoRnet.h.

◆ slotnum

int32_t RoRnet::UserInfo::slotnum

slot number set by server

Definition at line 172 of file RoRnet.h.

◆ uniqueid

uint32_t RoRnet::UserInfo::uniqueid

user unique id

Definition at line 170 of file RoRnet.h.

◆ username

char RoRnet::UserInfo::username[RORNET_MAX_USERNAME_LEN]

the nickname of the user (UTF-8)

Definition at line 175 of file RoRnet.h.

◆ usertoken

char RoRnet::UserInfo::usertoken[40]

user token

Definition at line 176 of file RoRnet.h.


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