tgstation-server 6.12.3
The /tg/station 13 server suite
Loading...
Searching...
No Matches
EngineRights.cs
Go to the documentation of this file.
1using System;
2
4{
8 [Flags]
9 public enum EngineRights : ulong
10 {
14 None = 0,
15
19 ReadActive = 1 << 0,
20
24 ListInstalled = 1 << 1,
25
30
34 CancelInstall = 1 << 3,
35
40
44 DeleteInstall = 1 << 5,
45
50
55 }
56}
@ List
User may list files if the Models.Instance allows it.
EngineRights
Rights for engine version management.
@ InstallCustomByondVersion
User may upload and activate custom Models.EngineType.Byond builds.
@ InstallOfficialOrChangeActiveOpenDreamVersion
User may install official Models.EngineType.OpenDream versions or change the active Models....
@ ReadActive
User may view the active installed engine versions.
@ DeleteInstall
User may delete non-active engine builds.
@ InstallCustomOpenDreamVersion
User may activate custom Models.EngineType.OpenDream builds via zip upload or custom git committish.
@ CancelInstall
User may cancel an engine installation job.
@ InstallOfficialOrChangeActiveByondVersion
User may install official Models.EngineType.Byond versions or change the active Models....
@ ListInstalled
User may list all installed engine versions.