tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
BridgeCommandType.cs
Go to the documentation of this file.
2{
6 public enum BridgeCommandType
7 {
12
16 Startup,
17
21 Prime,
22
26 Reboot,
27
31 Kill,
32
37
41 Chunk,
42
46 Event,
47 }
48}
BridgeCommandType
Represents the BridgeParameters.CommandType.
@ Reboot
DreamDaemon notifiying the server is calling /world/Reboot().
@ Kill
DreamDaemon requesting the process be terminated.
@ DeprecatedPortUpdate
DreamDaemon notifying us of its current port and requesting a change if necessary.
@ ChatSend
DreamDaemon requesting a ChatMessage be sent.
@ Chunk
DreamDaemon attempting to send a longer bridge message.
@ Event
DreamDaemon requesting a custom event to be triggered.
@ Prime
DreamDaemon notifying the server is primed.