Show / Hide Table of Contents

Class Position

Roles used for positional ranks.

Inheritance
System.Object
Position
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MingweiSamuel.Camille.Enums
Assembly: Camille.dll
Syntax
public static class Position

Fields

| Improve this Doc View Source

APEX

Apex role. For ranks in apex tiers (master, gm, challenger) of positional queue types.

Declaration
public const string APEX = "APEX"
Field Value
Type Description
System.String
| Improve this Doc View Source

BOTTOM

Bottom (ADC) role.

Declaration
public const string BOTTOM = "BOTTOM"
Field Value
Type Description
System.String
| Improve this Doc View Source

JUNGLE

Jungle role.

Declaration
public const string JUNGLE = "JUNGLE"
Field Value
Type Description
System.String
| Improve this Doc View Source

MIDDLE

Mid role.

Declaration
public const string MIDDLE = "MIDDLE"
Field Value
Type Description
System.String
| Improve this Doc View Source

NONE

None role. For ranks in non-positional queues.

Declaration
public const string NONE = "NONE"
Field Value
Type Description
System.String
| Improve this Doc View Source

TOP

Top role.

Declaration
public const string TOP = "TOP"
Field Value
Type Description
System.String
| Improve this Doc View Source

UTILITY

Utility (support) role.

Declaration
public const string UTILITY = "UTILITY"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX