Class MyPromoteLevel
Describes what permissions a user has If you add items, always preserve order from lowest to highest permission
Inheritance
System.Object
MyPromoteLevel
Namespace: VRage.Game.ModAPI
Assembly: VRage.Game.dll
Syntax
public sealed class MyPromoteLevel : Enum
Fields
Admin
Has access to Admin tools
Declaration
public const MyPromoteLevel Admin
Field Value
Type | Description |
---|---|
MyPromoteLevel |
Moderator
Can kick and ban players, has access to 'Show All Players' option in Admin Tools menu
Declaration
public const MyPromoteLevel Moderator
Field Value
Type | Description |
---|---|
MyPromoteLevel |
None
Normal players
Declaration
public const MyPromoteLevel None
Field Value
Type | Description |
---|---|
MyPromoteLevel |
Owner
Admins listed in server config, cannot be demoted
Declaration
public const MyPromoteLevel Owner
Field Value
Type | Description |
---|---|
MyPromoteLevel |
Scripter
Can edit scripts when the scripter role is enabled
Declaration
public const MyPromoteLevel Scripter
Field Value
Type | Description |
---|---|
MyPromoteLevel |
SpaceMaster
Has access to Space Master tools
Declaration
public const MyPromoteLevel SpaceMaster
Field Value
Type | Description |
---|---|
MyPromoteLevel |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |