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 Structures | Namespaces | Enumerations
rornet.h File Reference

Go to the source code of this file.

Data Structures

class  Script2Server::StreamRegister
 Binding of RoRnet::StreamRegister class. More...
 

Namespaces

namespace  Script2Server
 Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
 

Enumerations

enum  Script2Server::authType {
  Script2Server::AUTH_NONE = 0 , Script2Server::AUTH_ADMIN = BITMASK(1) , Script2Server::AUTH_RANKED = BITMASK(2) , Script2Server::AUTH_MOD = BITMASK(3) ,
  Script2Server::AUTH_BOT = BITMASK(4) , Script2Server::AUTH_BANNED = BITMASK(5)
}
 Binding of RoRnet::UserAuth. More...