Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
broadcastType
This is returned by the playerChat()/streamAdded() callback and determines how the message is treated...
@ BROADCAST_BLOCK
no broadcast
@ BROADCAST_AUTO
Do not edit the publishmode (for scripts only)
@ BROADCAST_ALL
broadcast to all clients including sender
@ BROADCAST_AUTHED
broadcast to authed users (bots)
@ BROADCAST_NORMAL
broadcast to all clients except sender
CurlStatusType
Used with `curlStatus()` callback.
@ CURL_STATUS_FAILURE
CURL request finished, n1 = CURL return code, n2 = HTTP result code, message = CURL error string.
@ CURL_STATUS_INVALID
Should never be reported.
@ CURL_STATUS_START
New CURL request started, n1/n2 both 0.
@ CURL_STATUS_SUCCESS
CURL request finished, n1 = CURL return code, n2 = HTTP result code, message = received payload.
@ CURL_STATUS_PROGRESS
Download in progress, n1 = bytes downloaded, n2 = total bytes.
serverSayType
Use with server.say() to specify who said it.
ServerType
The server configuration, use server.get_serverMode().
TO_ALL
constant for functions that receive an uid for sending something