Table of Contents

Enum SteamAccountType

Namespace
CounterStrikeSharp.API.Modules.Entities.Constants
Assembly
CounterStrikeSharp.API.dll

Represents the types of Steam accounts.

public enum SteamAccountType
Extension Methods

Fields

[EnumMember(Value = "A")] AnonGameServer = 4

Anonymous Game Server account type.

[EnumMember(Value = "a")] AnonUser = 11

Anonymous user account type.

[EnumMember(Value = "T")] Chat = 8

Chat account type.

[EnumMember(Value = "g")] Clan = 7

Clan account type.

[EnumMember(Value = "c")] ConsoleUser = 9

Console user account type.

[EnumMember(Value = "C")] ContentServer = 6

Content Server account type.

[EnumMember(Value = "G")] GameServer = 3

Game Server account type.

[EnumMember(Value = "U")] Individual = 1

Individual account type.

[EnumMember(Value = "I")] Invalid = 0

Invalid account type.

[EnumMember(Value = "M")] MultiSeat = 2

MultiSeat account type.

[EnumMember(Value = " ")] P2PSuperSeeder = 10

P2P Super Seeder account type.

[EnumMember(Value = "P")] Pending = 5

Pending account type.