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 = 4Anonymous Game Server account type.
[EnumMember(Value = "a")] AnonUser = 11Anonymous user account type.
[EnumMember(Value = "T")] Chat = 8Chat account type.
[EnumMember(Value = "g")] Clan = 7Clan account type.
[EnumMember(Value = "c")] ConsoleUser = 9Console user account type.
[EnumMember(Value = "C")] ContentServer = 6Content Server account type.
[EnumMember(Value = "G")] GameServer = 3Game Server account type.
[EnumMember(Value = "U")] Individual = 1Individual account type.
[EnumMember(Value = "I")] Invalid = 0Invalid account type.
[EnumMember(Value = "M")] MultiSeat = 2MultiSeat account type.
[EnumMember(Value = " ")] P2PSuperSeeder = 10P2P Super Seeder account type.
[EnumMember(Value = "P")] Pending = 5Pending account type.