|
RigsofRods
Soft-body Physics Simulation
|
enum Script2Server::serverSayType BROADCAST_NORMAL
broadcast to all clients except sender
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
enum Script2Server::serverSayType BROADCAST_AUTHED
broadcast to authed users (bots)
serverSayType
This is used to define who says it, when the server says something.
enum Script2Server::serverSayType BROADCAST_BLOCK
< no broadcast
enum Script2Server::serverSayType BROADCAST_ALL
broadcast to all clients including sender
enum Script2Server::serverSayType BROADCAST_AUTO
This is returned by the playerChat()/streamAdded() callback and determines how the message is treated...