tgstation-server
The /tg/station 13 server suite
Main Page
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
Byond
IByondExecutableLock.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Tgstation
.
Server
.Host.Components.
Byond
4
{
8
public
interface
IByondExecutableLock
:
IDisposable
9
{
13
Version Version {
get
; }
14
18
string
DreamDaemonPath {
get
; }
19
23
string
DreamMakerPath {
get
; }
24
28
void
DoNotDeleteThisSession();
29
}
30
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Api.Rights.RightsType.Byond
ByondRights
Tgstation.Server.Host.Components.Byond.IByondExecutableLock
Represents usage of the two primary BYOND server executables
Definition:
IByondExecutableLock.cs:8
IDisposable
Tgstation
Generated by
1.8.11