Rigs of Rods 2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
Data Fields
RoRnet::ServerInfo Struct Reference

#include <RoRnet.h>

Data Fields

char protocolversion [20]
 protocol version being used
 
char terrain [128]
 terrain name
 
char servername [128]
 name of the server
 
uint8_t has_password
 passworded server?
 
char info [4096]
 info text
 

Detailed Description

Definition at line 221 of file RoRnet.h.

Field Documentation

◆ has_password

uint8_t RoRnet::ServerInfo::has_password

passworded server?

Definition at line 226 of file RoRnet.h.

◆ info

char RoRnet::ServerInfo::info[4096]

info text

Definition at line 227 of file RoRnet.h.

◆ protocolversion

char RoRnet::ServerInfo::protocolversion[20]

protocol version being used

Definition at line 223 of file RoRnet.h.

◆ servername

char RoRnet::ServerInfo::servername[128]

name of the server

Definition at line 225 of file RoRnet.h.

◆ terrain

char RoRnet::ServerInfo::terrain[128]

terrain name

Definition at line 224 of file RoRnet.h.


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