![]() |
RigsofRods
2023.09
Soft-body Physics Simulation
|
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation. More...
Data Structures | |
| class | ServerScriptClass |
A global server object. More... | |
| class | StreamRegister |
| Binding of RoRnet::StreamRegister class. More... | |
Enumerations | |
| enum | ServerType { SERVER_LAN, SERVER_INET, SERVER_AUTO } |
| The server configuration, use server.get_serverMode(). More... | |
| enum | broadcastType { BROADCAST_AUTO = -1, BROADCAST_ALL, BROADCAST_NORMAL, BROADCAST_AUTHED, BROADCAST_BLOCK } |
This is returned by the playerChat()/streamAdded() callback and determines how the message is treated;order: least restrictive to most restrictive! More... | |
| enum | serverSayType { FROM_SERVER = 0, FROM_HOST, FROM_MOTD, FROM_RULES } |
| Use with server.say() to specify who said it. More... | |
| enum | CurlStatusType { CURL_STATUS_INVALID, CURL_STATUS_START, CURL_STATUS_PROGRESS, CURL_STATUS_SUCCESS, CURL_STATUS_FAILURE } |
| Used with `curlStatus()` callback. More... | |
| enum | authType { AUTH_NONE = 0, AUTH_ADMIN = BITMASK(1), AUTH_RANKED = BITMASK(2), AUTH_MOD = BITMASK(3), AUTH_BOT = BITMASK(4), AUTH_BANNED = BITMASK(5) } |
| Binding of RoRnet::UserAuth. More... | |
Variables | |
| TO_ALL = -1 | |
| constant for functions that receive an uid for sending something More... | |
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
Binding of RoRnet::UserAuth.
| Enumerator | |
|---|---|
| AUTH_NONE | no authentication |
| AUTH_ADMIN | admin on the server |
| AUTH_RANKED | ranked status |
| AUTH_MOD | moderator status |
| AUTH_BOT | bot status |
| AUTH_BANNED | banned |
This is returned by the playerChat()/streamAdded() callback and determines how the message is treated;
order: least restrictive to most restrictive!
Used with `curlStatus()` callback.
Use with server.say() to specify who said it.
| Enumerator | |
|---|---|
| FROM_SERVER | |
| FROM_HOST | |
| FROM_MOTD | |
| FROM_RULES | |
The server configuration, use server.get_serverMode().
| Enumerator | |
|---|---|
| SERVER_LAN | |
| SERVER_INET | |
| SERVER_AUTO | |
1.8.17