RigsofRods
Soft-body Physics Simulation
Namespaces | Data Structures | Enumerations
Network

Multiplayer and integration with remote services. More...

Namespaces

 RoRnet
 

Data Structures

class  RoR::DiscordRpc
 Wrapper class, just for code consistency with other subsystems. More...
 
struct  RoR::CurlFailInfo
 
struct  RoR::NetCharacterMsgGeneric
 
struct  RoR::NetCharacterMsgPos
 
struct  RoR::NetCharacterMsgAttach
 
struct  RoR::NetSendPacket
 
struct  RoR::NetRecvPacket
 
class  RoR::Network
 
class  RoR::OutGauge
 

Enumerations

enum  RoR::NetCharacterCmd { RoR::CHARACTER_CMD_INVALID, RoR::CHARACTER_CMD_POSITION, RoR::CHARACTER_CMD_ATTACH, RoR::CHARACTER_CMD_DETACH }
 

Detailed Description

Multiplayer and integration with remote services.

Enumeration Type Documentation

◆ NetCharacterCmd

Enumerator
CHARACTER_CMD_INVALID 
CHARACTER_CMD_POSITION 
CHARACTER_CMD_ATTACH 
CHARACTER_CMD_DETACH 

Definition at line 58 of file Network.h.