tgstation-server 5.12.7
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IInstanceCore.cs
Go to the documentation of this file.
1using System.Threading.Tasks;
2
9
11{
16 {
21
26
31
36
41
46
52 Task SetAutoUpdateInterval(uint newInterval);
53 }
54}
For managing the BYOND installation.
For managing connected chat services.
Definition: IChatManager.cs:15
For interacting with the instance services.
IChatManager Chat
The IChatManager for the IInstanceCore.
Task SetAutoUpdateInterval(uint newInterval)
Change the Api.Models.Instance.AutoUpdateInterval for the IInstanceCore.
IWatchdog Watchdog
The IWatchdog for the IInstanceCore.
Handler for an instance being renamed.
Factory for creating and loading IRepositorys.
For managing the Configuration directory.
Runs and monitors the twin server controllers.
Definition: IWatchdog.cs:16