RigsofRods
Soft-body Physics Simulation
|
Go to the source code of this file.
Data Structures | |
class | Script2Server::StreamRegister |
Binding of RoRnet::StreamRegister class. More... | |
Namespaces | |
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... | |