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 : EnumFields
Admin
Has access to Admin tools
Declaration
public const MyPromoteLevel AdminField 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 ModeratorField Value
| Type | Description | 
|---|---|
| MyPromoteLevel | 
None
Normal players
Declaration
public const MyPromoteLevel NoneField Value
| Type | Description | 
|---|---|
| MyPromoteLevel | 
Owner
Admins listed in server config, cannot be demoted
Declaration
public const MyPromoteLevel OwnerField Value
| Type | Description | 
|---|---|
| MyPromoteLevel | 
Scripter
Can edit scripts when the scripter role is enabled
Declaration
public const MyPromoteLevel ScripterField Value
| Type | Description | 
|---|---|
| MyPromoteLevel | 
SpaceMaster
Has access to Space Master tools
Declaration
public const MyPromoteLevel SpaceMasterField Value
| Type | Description | 
|---|---|
| MyPromoteLevel | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 |