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

#include <RoRnet.h>

Data Fields

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

Detailed Description

Definition at line 200 of file RoRnet.h.

Field Documentation

◆ has_password

uint8_t RoRnet::ServerInfo::has_password

passworded server?

Definition at line 205 of file RoRnet.h.

◆ info

char RoRnet::ServerInfo::info[4096]

info text

Definition at line 206 of file RoRnet.h.

◆ protocolversion

char RoRnet::ServerInfo::protocolversion[20]

protocol version being used

Definition at line 202 of file RoRnet.h.

◆ servername

char RoRnet::ServerInfo::servername[128]

name of the server

Definition at line 204 of file RoRnet.h.

◆ terrain

char RoRnet::ServerInfo::terrain[128]

terrain name

Definition at line 203 of file RoRnet.h.


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