tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
StaticFiles
ServerSideModifications.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Components.StaticFiles
2
{
6
public
sealed
class
ServerSideModifications
7
{
11
public
bool
TotalDmeOverwrite
{
get
; }
12
16
public
string
?
HeadIncludeLine
{
get
; }
17
21
public
string
?
TailIncludeLine
{
get
; }
22
29
public
ServerSideModifications
(
string
? headIncludeLine,
string
? tailIncludeLine,
bool
totalDmeOverwrite)
30
{
31
HeadIncludeLine
= headIncludeLine;
32
TailIncludeLine
= tailIncludeLine;
33
TotalDmeOverwrite
= totalDmeOverwrite;
34
}
35
}
36
}
Tgstation.Server.Host.Components.StaticFiles.ServerSideModifications
Represents code modifications via configuration.
Definition
ServerSideModifications.cs:7
Tgstation.Server.Host.Components.StaticFiles.ServerSideModifications.TailIncludeLine
string? TailIncludeLine
The #include line which should be added to the end of the .dme if any.
Definition
ServerSideModifications.cs:21
Tgstation.Server.Host.Components.StaticFiles.ServerSideModifications.HeadIncludeLine
string? HeadIncludeLine
The #include line which should be added to the beginning of the .dme if any.
Definition
ServerSideModifications.cs:16
Tgstation.Server.Host.Components.StaticFiles.ServerSideModifications.ServerSideModifications
ServerSideModifications(string? headIncludeLine, string? tailIncludeLine, bool totalDmeOverwrite)
Initializes a new instance of the ServerSideModifications class.
Definition
ServerSideModifications.cs:29
Tgstation.Server.Host.Components.StaticFiles.ServerSideModifications.TotalDmeOverwrite
bool TotalDmeOverwrite
If the target dme was completely overwitten.
Definition
ServerSideModifications.cs:11
Tgstation.Server.Host.Components.StaticFiles
Definition
Configuration.cs:27
Generated by
1.9.8