tgstation-server
The /tg/station 13 server suite
Main Page
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
Interop
Constants.cs
Go to the documentation of this file.
1
namespace
Tgstation
.
Server
.Host.Components.Interop
2
{
3
static
class
Constants
4
{
5
//interop values, match them up with the appropriate api.dm
6
7
//api version 4.0.0.0
8
public
const
string
DMParamHostVersion =
"server_service_version"
;
9
public
const
string
DMParamInfoJson =
"tgs_json"
;
10
11
public
const
string
DMInteropAccessIdentifier =
"tgs_tok"
;
12
13
public
const
string
DMResponseSuccess =
"tgs_succ"
;
14
15
public
const
string
DMTopicChangePort =
"tgs_port"
;
16
public
const
string
DMTopicChangeReboot =
"tgs_rmode"
;
17
public
const
string
DMTopicChatCommand =
"tgs_chat_comm"
;
18
public
const
string
DMTopicEvent =
"tgs_event"
;
19
public
const
string
DMTopicInteropResponse =
"tgs_interop"
;
20
21
public
const
string
DMCommandNewPort =
"tgs_new_port"
;
22
public
const
string
DMCommandApiValidate =
"tgs_validate"
;
23
public
const
string
DMCommandServerPrimed =
"tgs_prime"
;
24
public
const
string
DMCommandWorldReboot =
"tgs_reboot"
;
25
public
const
string
DMCommandEndProcess =
"tgs_kill"
;
26
public
const
string
DMCommandChat =
"tgs_chat_send"
;
27
28
public
const
string
DMParameterCommand =
"tgs_com"
;
29
public
const
string
DMParameterData =
"tgs_data"
;
30
}
31
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
Tgstation.Server.Host.Components.Interop.Constants
Definition:
Constants.cs:3
Tgstation
Generated by
1.8.11