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
globals.h
Go to the documentation of this file.
1
2 // =================================================== //
3 // THIS IS NOT A C++ HEADER! Only a dummy for Doxygen. //
4 // =================================================== //
5
6
66
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
Definition globals.h:16
broadcastType
This is returned by the playerChat()/streamAdded() callback and determines how the message is treated...
Definition globals.h:32
@ BROADCAST_BLOCK
no broadcast
Definition globals.h:37
@ BROADCAST_AUTO
Do not edit the publishmode (for scripts only)
Definition globals.h:33
@ BROADCAST_ALL
broadcast to all clients including sender
Definition globals.h:34
@ BROADCAST_AUTHED
broadcast to authed users (bots)
Definition globals.h:36
@ BROADCAST_NORMAL
broadcast to all clients except sender
Definition globals.h:35
CurlStatusType
Used with `curlStatus()` callback.
Definition globals.h:57
@ CURL_STATUS_FAILURE
CURL request finished, n1 = CURL return code, n2 = HTTP result code, message = CURL error string.
Definition globals.h:62
@ CURL_STATUS_INVALID
Should never be reported.
Definition globals.h:58
@ CURL_STATUS_START
New CURL request started, n1/n2 both 0.
Definition globals.h:59
@ CURL_STATUS_SUCCESS
CURL request finished, n1 = CURL return code, n2 = HTTP result code, message = received payload.
Definition globals.h:61
@ CURL_STATUS_PROGRESS
Download in progress, n1 = bytes downloaded, n2 = total bytes.
Definition globals.h:60
serverSayType
Use with server.say() to specify who said it.
Definition globals.h:46
ServerType
The server configuration, use server.get_serverMode().
Definition globals.h:22
TO_ALL
constant for functions that receive an uid for sending something
Definition globals.h:40