tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
PosixNetworkPromptReaper.cs
Go to the documentation of this file.
2{
5 {
7 public void RegisterProcess(IProcess process)
8 {
9 // POSIX BYOND doesn't prompt you when you change the port
10 }
11 }
12}
void RegisterProcess(IProcess process)
Register a given process for network prompt reaping.
On Windows, DreamDaemon will show an unskippable prompt when using /world/proc/OpenPort()....
Abstraction over a global::System.Diagnostics.Process.
Definition IProcess.cs:11