tgstation-server 6.12.3
The /tg/station 13 server suite
|
Go to the source code of this file.
Namespaces | |
namespace | Tgstation |
namespace | Tgstation.Server |
namespace | Tgstation.Server.Api |
namespace | Tgstation.Server.Api.Rights |
Enumerations | |
enum | Tgstation.Server.Api.Rights.EngineRights : ulong { Tgstation.Server.Api.Rights.None = 0 , Tgstation.Server.Api.Rights.ReadActive = 1 << 0 , Tgstation.Server.Api.Rights.ListInstalled = 1 << 1 , Tgstation.Server.Api.Rights.InstallOfficialOrChangeActiveByondVersion = 1 << 2 , Tgstation.Server.Api.Rights.CancelInstall = 1 << 3 , Tgstation.Server.Api.Rights.InstallCustomByondVersion = 1 << 4 , Tgstation.Server.Api.Rights.DeleteInstall = 1 << 5 , Tgstation.Server.Api.Rights.InstallOfficialOrChangeActiveOpenDreamVersion = 1 << 6 , Tgstation.Server.Api.Rights.InstallCustomOpenDreamVersion = 1 << 7 } |
Rights for engine version management. More... | |