enums
This module contains various value enumerations.
They are all based on IntEnum, which gives them int properties.
They can be compared to int and used in places there int is required.
Like for example, protobuf message.
They also provide a easy way to resolve a name or value for a specific enum.
>>> EResult.OK
<EResult.OK: 1>
>>> EResult(1)
<EResult.OK: 1>
>>> EResult['OK']
<EResult.OK: 1>
>>> EResult.OK == 1
True
Note
all enums from steam.enum.common can be imported directly from steam.enum
enums.common
- class steam.enums.common.EResult(*values)
Doc: https://partner.steamgames.com/doc/api/steam_api#EResult
- Invalid = 0
- OK = 1
success
- Fail = 2
generic failure
- NoConnection = 3
no/failed network connection
- InvalidPassword = 5
password/ticket is invalid
- LoggedInElsewhere = 6
same user logged in elsewhere
- InvalidProtocolVer = 7
protocol version is incorrect
- InvalidParam = 8
a parameter is incorrect
- FileNotFound = 9
file was not found
- Busy = 10
called method busy - action not taken
- InvalidState = 11
called object was in an invalid state
- InvalidName = 12
name is invalid
- InvalidEmail = 13
email is invalid
- DuplicateName = 14
name is not unique
- AccessDenied = 15
access is denied
- Timeout = 16
operation timed out
- Banned = 17
VAC2 banned
- AccountNotFound = 18
account not found
- InvalidSteamID = 19
steamID is invalid
The requested service is currently unavailable
- NotLoggedOn = 21
The user is not logged on
- Pending = 22
Request is pending (may be in process, or waiting on third party)
- EncryptionFailure = 23
Encryption or Decryption failed
- InsufficientPrivilege = 24
Insufficient privilege
- LimitExceeded = 25
Too much of a good thing
- Revoked = 26
Access has been revoked (used for revoked guest passes)
- Expired = 27
License/Guest pass the user is trying to access is expired
- AlreadyRedeemed = 28
Guest pass has already been redeemed by account, cannot be acked again
- DuplicateRequest = 29
The request is a duplicate and the action has already occurred in the past, ignored this time
- AlreadyOwned = 30
All the games in this guest pass redemption request are already owned by the user
- IPNotFound = 31
IP address not found
- PersistFailed = 32
failed to write change to the data store
- LockingFailed = 33
failed to acquire access lock for this operation
- LogonSessionReplaced = 34
- ConnectFailed = 35
- HandshakeFailed = 36
- IOFailure = 37
- RemoteDisconnect = 38
- ShoppingCartNotFound = 39
failed to find the shopping cart requested
- Blocked = 40
a user didn’t allow it
- Ignored = 41
target is ignoring sender
- NoMatch = 42
nothing matching the request found
- AccountDisabled = 43
- ServiceReadOnly = 44
this service is not accepting content changes right now
- AccountNotFeatured = 45
account doesn’t have value, so this feature isn’t available
- AdministratorOK = 46
allowed to take this action, but only because requester is admin
- ContentVersion = 47
A Version mismatch in content transmitted within the Steam protocol.
- TryAnotherCM = 48
The current CM can’t service the user making a request, user should try another.
- PasswordRequiredToKickSession = 49
You are already logged in elsewhere, this cached credential login has failed.
- AlreadyLoggedInElsewhere = 50
You are already logged in elsewhere, you must wait
- Suspended = 51
Long running operation (content download) suspended/paused
- Cancelled = 52
Operation canceled (typically by user: content download)
- DataCorruption = 53
Operation canceled because data is ill formed or unrecoverable
- DiskFull = 54
Operation canceled - not enough disk space.
- RemoteCallFailed = 55
an remote call or IPC call failed
- PasswordUnset = 56
Password could not be verified as it’s unset server side
- ExternalAccountUnlinked = 57
External account (PSN, Facebook…) is not linked to a Steam account
- PSNTicketInvalid = 58
PSN ticket was invalid
- ExternalAccountAlreadyLinked = 59
External account (PSN, Facebook…) is already linked to some other account, must explicitly request to replace/delete the link first
- RemoteFileConflict = 60
The sync cannot resume due to a conflict between the local and remote files
- IllegalPassword = 61
The requested new password is not legal
- SameAsPreviousValue = 62
new value is the same as the old one ( secret question and answer )
- AccountLogonDenied = 63
account login denied due to 2nd factor authentication failure
- CannotUseOldPassword = 64
The requested new password is not legal
- InvalidLoginAuthCode = 65
account login denied due to auth code invalid
- AccountLogonDeniedNoMail = 66
account login denied due to 2nd factor auth failure - and no mail has been sent
- HardwareNotCapableOfIPT = 67
- IPTInitError = 68
- ParentalControlRestricted = 69
operation failed due to parental control restrictions for current user
- FacebookQueryError = 70
Facebook query returned an error
- ExpiredLoginAuthCode = 71
account login denied due to auth code expired
- IPLoginRestrictionFailed = 72
- AccountLockedDown = 73
- AccountLogonDeniedVerifiedEmailRequired = 74
- NoMatchingURL = 75
- BadResponse = 76
parse failure, missing field, etc.
- RequirePasswordReEntry = 77
The user cannot complete the action until they re-enter their password
- ValueOutOfRange = 78
the value entered is outside the acceptable range
- UnexpectedError = 79
something happened that we didn’t expect to ever happen
- Disabled = 80
The requested service has been configured to be unavailable
- InvalidCEGSubmission = 81
The set of files submitted to the CEG server are not valid !
- RestrictedDevice = 82
The device being used is not allowed to perform this action
- RegionLocked = 83
The action could not be complete because it is region restricted
- RateLimitExceeded = 84
Temporary rate limit exceeded, try again later, different from k_EResultLimitExceeded which may be permanent
- AccountLoginDeniedNeedTwoFactor = 85
Need two-factor code to login
- ItemDeleted = 86
The thing we’re trying to access has been deleted
- AccountLoginDeniedThrottle = 87
login attempt failed, try to throttle response to possible attacker
- TwoFactorCodeMismatch = 88
two factor code mismatch
- TwoFactorActivationCodeMismatch = 89
activation code for two-factor didn’t match
- AccountAssociatedToMultiplePartners = 90
account has been associated with multiple partners
- NotModified = 91
data not modified
- NoMobileDevice = 92
the account does not have a mobile device associated with it
- TimeNotSynced = 93
the time presented is out of range or tolerance
- SMSCodeFailed = 94
SMS code failure (no match, none pending, etc.)
- AccountLimitExceeded = 95
Too many accounts access this resource
- AccountActivityLimitExceeded = 96
Too many changes to this account
- PhoneActivityLimitExceeded = 97
Too many changes to this phone
- RefundToWallet = 98
Cannot refund to payment method, must use wallet
- EmailSendFailure = 99
Cannot send an email
- NotSettled = 100
Can’t perform operation till payment has settled
- NeedCaptcha = 101
Needs to provide a valid captcha
- GSLTDenied = 102
a game server login token owned by this token’s owner has been banned
- GSOwnerDenied = 103
game server owner is denied for other reason (account lock, community ban, vac ban, missing phone)
- InvalidItemType = 104
the type of thing we were requested to act on is invalid
- IPBanned = 105
the ip address has been banned from taking this action
- GSLTExpired = 106
this token has expired from disuse; can be reset for use
- InsufficientFunds = 107
user doesn’t have enough wallet funds to complete the action
- TooManyPending = 108
There are too many of this thing pending already
- NoSiteLicensesFound = 109
No site licenses found
- WGNetworkSendExceeded = 110
the WG couldn’t send a response because we exceeded max network send size
- AccountNotFriends = 111
- LimitedUserAccount = 112
- CantRemoveItem = 113
- AccountHasBeenDeleted = 114
- AccountHasAnExistingUserCancelledLicense = 115
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EUniverse(*values)
Doc: https://partner.steamgames.com/doc/api/steam_api#EUniverse
- Invalid = 0
- Public = 1
- Beta = 2
- Internal = 3
- Dev = 4
- Max = 6
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EType(*values)
Doc: https://partner.steamgames.com/doc/api/steam_api#EAccountType
- Invalid = 0
Used for invalid Steam IDs
- Individual = 1
single user account
- Multiseat = 2
multiseat (e.g. cybercafe) account
- GameServer = 3
game server account
- AnonGameServer = 4
anonymous game server account
- Pending = 5
pending
- ContentServer = 6
content server
- Clan = 7
Steam Group (clan)
- Chat = 8
Steam group chat or lobby
- ConsoleUser = 9
Fake SteamID for local PSN account on PS3 or Live account on 360, etc
- AnonUser = 10
Anonymous user account. (Used to create an account or reset a password)
- Max = 11
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EInstanceFlag(*values)
- MMSLobby = 131072
- Lobby = 262144
- Clan = 524288
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EVanityUrlType(*values)
- Individual = 1
- Group = 2
- GameGroup = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EServerType(*values)
- Other_Util = -2
- Other_Client = -3
- Other_CServer = -4
- Other_CEconBase = -5
- Invalid = -1
- Shell = 0
- GM = 1
- BUM = 2
- AM = 3
- BS = 4
- VS = 5
- ATS = 6
- CM = 7
- FBS = 8
- BoxMonitor = 9
- SS = 10
- DRMS = 11
- HubOBSOLETE = 12
- Console = 13
- PICS = 14
- Client = 15
- contentstats = 16
- DP = 17
- WG = 18
- SM = 19
- SLC = 20
- UFS = 21
- Util = 23
- DSS = 24
- Community = 24
- P2PRelayOBSOLETE = 25
- AppInformation = 26
- Spare = 27
- FTS = 28
- SiteLicense = 29
- PS = 30
- IS = 31
- CCS = 32
- DFS = 33
- LBS = 34
- MDS = 35
- CS = 36
- GC = 37
- NS = 38
- OGS = 39
- WebAPI = 40
- UDS = 41
- MMS = 42
- GMS = 43
- KGS = 44
- UCM = 45
- RM = 46
- FS = 47
- Econ = 48
- Backpack = 49
- UGS = 50
- StoreFeature = 51
- MoneyStats = 52
- CRE = 53
- UMQ = 54
- Workshop = 55
- BRP = 56
- GCH = 57
- MPAS = 58
- Trade = 59
- Secrets = 60
- Logsink = 61
- Market = 62
- Quest = 63
- WDS = 64
- ACS = 65
- PNP = 66
- TaxForm = 67
- ExternalMonitor = 68
- Parental = 69
- PartnerUpload = 70
- Partner = 71
- ES = 72
- DepotWebContent = 73
- ExternalConfig = 74
- GameNotifications = 75
- MarketRepl = 76
- MarketSearch = 77
- Localization = 78
- Steam2Emulator = 79
- PublicTest = 80
- SolrMgr = 81
- BroadcastIngester = 82
- BroadcastDirectory = 83
- VideoManager = 84
- TradeOffer = 85
- BroadcastChat = 86
- Phone = 87
- AccountScore = 88
- Support = 89
- LogRequest = 90
- LogWorker = 91
- EmailDelivery = 92
- InventoryManagement = 93
- Auth = 94
- StoreCatalog = 95
- HLTVRelay = 96
- IDLS = 97
- Perf = 98
- ItemInventory = 99
- Watchdog = 100
- AccountHistory = 101
- Chat = 102
- Shader = 103
- AccountHardware = 104
- WebRTC = 105
- Giveaway = 106
- ChatRoom = 107
- VoiceChat = 108
- QMS = 109
- Trust = 110
- TimeMachine = 111
- VACDBMaster = 112
- ContentServerConfig = 113
- Minigame = 114
- MLTrain = 115
- VACTest = 116
- TaxService = 117
- MLInference = 118
- UGSAggregate = 119
- TURN = 120
- RemoteClient = 121
- BroadcastOrigin = 122
- BroadcastChannel = 123
- SteamAR = 124
- China = 125
- CrashDump = 126
- Max = 127
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EOSType(*values)
- Unknown = -1
- Web = -700
- IOSUnknown = -600
- IOS1 = -599
- IOS2 = -598
- IOS3 = -597
- IOS4 = -596
- IOS5 = -595
- IOS6 = -594
- IOS6_1 = -593
- IOS7 = -592
- IOS7_1 = -591
- IOS8 = -590
- IOS8_1 = -589
- IOS8_2 = -588
- IOS8_3 = -587
- IOS8_4 = -586
- IOS9 = -585
- IOS9_1 = -584
- IOS9_2 = -583
- IOS9_3 = -582
- IOS10 = -581
- IOS10_1 = -580
- IOS10_2 = -579
- IOS10_3 = -578
- IOS11 = -577
- IOS11_1 = -576
- IOS11_2 = -575
- IOS11_3 = -574
- IOS11_4 = -573
- IOS12 = -572
- IOS12_1 = -571
- AndroidUnknown = -500
- Android6 = -499
- Android7 = -498
- Android8 = -497
- Android9 = -496
- UMQ = -400
- PS3 = -300
- MacOSUnknown = -102
- MacOS104 = -101
- MacOS105 = -100
- MacOS1058 = -99
- MacOS106 = -95
- MacOS1063 = -94
- MacOS1064_slgu = -93
- MacOS1067 = -92
- MacOS107 = -90
- MacOS108 = -89
- MacOS109 = -88
- MacOS1010 = -87
- MacOS1011 = -86
- MacOS1012 = -85
- Macos1013 = -84
- Macos1014 = -83
- Macos1015 = -82
- MacOSMax = -1
- LinuxUnknown = -203
- Linux22 = -202
- Linux24 = -201
- Linux26 = -200
- Linux32 = -199
- Linux35 = -198
- Linux36 = -197
- Linux310 = -196
- Linux316 = -195
- Linux318 = -194
- Linux3x = -193
- Linux4x = -192
- Linux41 = -191
- Linux44 = -190
- Linux49 = -189
- Linux414 = -188
- Linux419 = -187
- Linux5x = -186
- LinuxMax = -101
- WinUnknown = 0
- Win311 = 1
- Win95 = 2
- Win98 = 3
- WinME = 4
- WinNT = 5
- Win2000 = 6
- WinXP = 7
- Win2003 = 8
- WinVista = 9
- Windows7 = 10
- Win2008 = 11
- Win2012 = 12
- Windows8 = 13
- Windows81 = 14
- Win2012R2 = 15
- Windows10 = 16
- Win2016 = 17
- WinMAX = 18
- Max = 26
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EFriendRelationship(*values)
- NONE = 0
- Blocked = 1
- RequestRecipient = 2
- Friend = 3
- RequestInitiator = 4
- Ignored = 5
- IgnoredFriend = 6
- SuggestedFriend_DEPRECATED = 7
- Max = 8
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EAccountFlags(*values)
- NormalUser = 0
- PersonaNameSet = 1
- Unbannable = 2
- PasswordSet = 4
- Support = 8
- Admin = 16
- Supervisor = 32
- AppEditor = 64
- HWIDSet = 128
- PersonalQASet = 256
- VacBeta = 512
- Debug = 1024
- Disabled = 2048
- LimitedUser = 4096
- LimitedUserForce = 8192
- EmailValidated = 16384
- MarketingTreatment = 32768
- OGGInviteOptOut = 65536
- ForcePasswordChange = 131072
- ForceEmailVerification = 262144
- LogonExtraSecurity = 524288
- LogonExtraSecurityDisabled = 1048576
- Steam2MigrationComplete = 2097152
- NeedLogs = 4194304
- Lockdown = 8388608
- MasterAppEditor = 16777216
- BannedFromWebAPI = 33554432
- ClansOnlyFromFriends = 67108864
- GlobalModerator = 134217728
- ParentalSettings = 268435456
- ThirdPartySupport = 536870912
- NeedsSSANextSteamLogon = 1073741824
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EFriendFlags(*values)
- NONE = 0
- Blocked = 1
- FriendshipRequested = 2
- Immediate = 4
- ClanMember = 8
- OnGameServer = 16
- RequestingFriendship = 128
- RequestingInfo = 256
- Ignored = 512
- IgnoredFriend = 1024
- Suggested = 2048
- ChatMember = 4096
- FlagAll = 65535
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EPersonaState(*values)
- Offline = 0
- Online = 1
- Busy = 2
- Away = 3
- Snooze = 4
- LookingToTrade = 5
- LookingToPlay = 6
- Invisible = 7
- Max = 8
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EPersonaStateFlag(*values)
- HasRichPresence = 1
- InJoinableGame = 2
- Golden = 4
- RemotePlayTogether = 8
- ClientTypeWeb = 256
- ClientTypeMobile = 512
- ClientTypeTenfoot = 1024
- ClientTypeVR = 2048
- LaunchTypeGamepad = 4096
- LaunchTypeCompatTool = 8192
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EClientPersonaStateFlag(*values)
- Status = 1
- PlayerName = 2
- QueryPort = 4
- SourceID = 8
- Presence = 16
- Metadata = 32
- LastSeen = 64
- ClanInfo = 128
- GameExtraInfo = 256
- GameDataBlob = 512
- ClanTag = 1024
- Facebook = 2048
- RichPresence = 4096
- Broadcast = 8192
- Watching = 16384
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.ELeaderboardDataRequest(*values)
- Global = 0
- GlobalAroundUser = 1
- Friends = 2
- Users = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.ELeaderboardSortMethod(*values)
- NONE = 0
- Ascending = 1
- Descending = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.ELeaderboardDisplayType(*values)
- NONE = 0
- Numeric = 1
- TimeSeconds = 2
- TimeMilliSeconds = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.ELeaderboardUploadScoreMethod(*values)
- NONE = 0
- KeepBest = 1
- ForceUpdate = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.ETwoFactorTokenType(*values)
- NONE = 0
- ValveMobileApp = 1
- ThirdParty = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EChatEntryType(*values)
Doc: https://partner.steamgames.com/doc/api/steam_api#EChatEntryType
- Invalid = 0
- ChatMsg = 1
Normal text message from another user
- Typing = 2
Another user is typing (not used in multi-user chat)
- InviteGame = 3
Invite from other user into that users current game
- Emote = 4
text emote message (deprecated, should be treated as ChatMsg)
- LobbyGameStart = 5
lobby game is starting (dead - listen for LobbyGameCreated_t callback instead)
- LeftConversation = 6
user has left the conversation ( closed chat window )
- Entered = 7
user has entered the conversation (used in multi-user chat and group chat)
- WasKicked = 8
user was kicked (data: 64-bit steamid of actor performing the kick)
- WasBanned = 9
user was banned (data: 64-bit steamid of actor performing the ban)
- Disconnected = 10
user disconnected
- HistoricalChat = 11
a chat message from user’s chat history or offilne message
- Reserved1 = 12
No longer used
- Reserved2 = 13
No longer used
- LinkBlocked = 14
a link was removed by the chat filter.
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EChatRoomEnterResponse(*values)
Doc: https://partner.steamgames.com/doc/api/steam_api#EChatRoomEnterResponse
- Success = 1
Success
- DoesntExist = 2
Chat doesn’t exist (probably closed)
- NotAllowed = 3
General Denied - You don’t have the permissions needed to join the chat
- Full = 4
Chat room has reached its maximum size
- Error = 5
Unexpected Error
- Banned = 6
You are banned from this chat room and may not join
- Limited = 7
Joining this chat is not allowed because you are a limited user (no value on account)
- ClanDisabled = 8
Attempt to join a clan chat when the clan is locked or disabled
- CommunityBan = 9
Attempt to join a chat when the user has a community lock on their account
- MemberBlockedYou = 10
Join failed - some member in the chat has blocked you from joining
- YouBlockedMember = 11
Join failed - you have blocked some member already in the chat
- NoRankingDataLobby = 12
No longer used
- NoRankingDataUser = 13
No longer used
- RankOutOfRange = 14
No longer used
- RatelimitExceeded = 15
Join failed - to many join attempts in a very short period of time
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.ECurrencyCode(*values)
- Invalid = 0
- USD = 1
- GBP = 2
- EUR = 3
- CHF = 4
- RUB = 5
- PLN = 6
- BRL = 7
- JPY = 8
- NOK = 9
- IDR = 10
- MYR = 11
- PHP = 12
- SGD = 13
- THB = 14
- VND = 15
- KRW = 16
- TRY = 17
- UAH = 18
- MXN = 19
- CAD = 20
- AUD = 21
- NZD = 22
- CNY = 23
- INR = 24
- CLP = 25
- PEN = 26
- COP = 27
- ZAR = 28
- HKD = 29
- TWD = 30
- SAR = 31
- AED = 32
- SEK = 33
- ARS = 34
- ILS = 35
- BYN = 36
- KZT = 37
- KWD = 38
- QAR = 39
- CRC = 40
- UYU = 41
- Max = 42
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EDepotFileFlag(*values)
- UserConfig = 1
- VersionedUserConfig = 2
- Encrypted = 4
- ReadOnly = 8
- Hidden = 16
- Executable = 32
- Directory = 64
- CustomExecutable = 128
- InstallScript = 256
- Symlink = 512
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EProtoAppType(*values)
- Invalid = 0
- Game = 1
- Application = 2
- Tool = 4
- Demo = 8
- Deprected = 16
- DLC = 32
- Guide = 64
- Driver = 128
- Config = 256
- Hardware = 512
- Franchise = 1024
- Video = 2048
- Plugin = 4096
- MusicAlbum = 8192
- Series = 16384
- Comic = 32768
- Beta = 65536
- Shortcut = 1073741824
- DepotOnly = -2147483648
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EPublishedFileInappropriateProvider(*values)
- Invalid = 0
- Google = 1
- Amazon = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EPublishedFileInappropriateResult(*values)
- NotScanned = 0
- VeryUnlikely = 1
- Unlikely = 30
- Possible = 50
- Likely = 75
- VeryLikely = 100
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EPublishedFileQueryType(*values)
- RankedByVote = 0
- RankedByPublicationDate = 1
- AcceptedForGameRankedByAcceptanceDate = 2
- RankedByTrend = 3
- FavoritedByFriendsRankedByPublicationDate = 4
- CreatedByFriendsRankedByPublicationDate = 5
- RankedByNumTimesReported = 6
- CreatedByFollowedUsersRankedByPublicationDate = 7
- NotYetRated = 8
- RankedByTotalUniqueSubscriptions = 9
- RankedByTotalVotesAsc = 10
- RankedByVotesUp = 11
- RankedByTextSearch = 12
- RankedByPlaytimeTrend = 13
- RankedByTotalPlaytime = 14
- RankedByAveragePlaytimeTrend = 15
- RankedByLifetimeAveragePlaytime = 16
- RankedByPlaytimeSessionsTrend = 17
- RankedByLifetimePlaytimeSessions = 18
- RankedByInappropriateContentRating = 19
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EUserBadge(*values)
- Invalid = 0
- YearsOfService = 1
- Community = 2
- Portal2PotatoARG = 3
- TreasureHunt = 4
- SummerSale2011 = 5
- WinterSale2011 = 6
- SummerSale2012 = 7
- WinterSale2012 = 8
- CommunityTranslator = 9
- CommunityModerator = 10
- ValveEmployee = 11
- GameDeveloper = 12
- GameCollector = 13
- TradingCardBetaParticipant = 14
- SteamBoxBeta = 15
- Summer2014RedTeam = 16
- Summer2014BlueTeam = 17
- Summer2014PinkTeam = 18
- Summer2014GreenTeam = 19
- Summer2014PurpleTeam = 20
- Auction2014 = 21
- GoldenProfile2014 = 22
- TowerAttackMiniGame = 23
- Winter2015ARG_RedHerring = 24
- SteamAwards2016Nominations = 25
- StickerCompletionist2017 = 26
- SteamAwards2017Nominations = 27
- SpringCleaning2018 = 28
- Salien = 29
- RetiredModerator = 30
- SteamAwards2018Nominations = 31
- ValveModerator = 32
- WinterSale2018 = 33
- LunarNewYearSale2019 = 34
- LunarNewYearSale2019GoldenProfile = 35
- SpringCleaning2019 = 36
- SummerSale2019 = 37
- SummerSale2019_TeamHare = 38
- SummerSale2019_TeamTortoise = 39
- SummerSale2019_TeamCorgi = 40
- SummerSale2019_TeamCockatiel = 41
- SummerSale2019_TeamPig = 42
- SteamAwards2019Nominations = 43
- WinterSaleEvent2019 = 44
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.WorkshopEnumerationType(*values)
- RankedByVote = 0
- Recent = 1
- Trending = 2
- FavoriteOfFriends = 3
- VotedByFriends = 4
- ContentByFriends = 5
- RecentFromFollowedUsers = 6
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EPublishedFileVisibility(*values)
- Public = 0
- FriendsOnly = 1
- Private = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EWorkshopFileType(*values)
- First = 0
- Community = 0
- Microtransaction = 1
- Collection = 2
- Art = 3
- Video = 4
- Screenshot = 5
- Game = 6
- Software = 7
- Concept = 8
- WebGuide = 9
- IntegratedGuide = 10
- Merch = 11
- ControllerBinding = 12
- SteamworksAccessInvite = 13
- SteamVideo = 14
- GameManagedItem = 15
- Max = 16
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EAppType(*values)
- Invalid = 0
- Game = 1
- Application = 2
- Tool = 4
- Demo = 8
- Deprected = 16
- DLC = 32
- Guide = 64
- Driver = 128
- Config = 256
- Hardware = 512
- Franchise = 1024
- Video = 2048
- Plugin = 4096
- Music = 8192
- Series = 16384
- Comic = 32768
- Beta = 65536
- Shortcut = 1073741824
- DepotOnly = -2147483648
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EClientUIMode(*values)
- Desktop = 0
- BigPicture = 1
- Mobile = 2
- Web = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EPurchaseResultDetail(*values)
- NoDetail = 0
- AVSFailure = 1
- InsufficientFunds = 2
- ContactSupport = 3
- Timeout = 4
- InvalidPackage = 5
- InvalidPaymentMethod = 6
- InvalidData = 7
- OthersInProgress = 8
- AlreadyPurchased = 9
- WrongPrice = 10
- FraudCheckFailed = 11
- CancelledByUser = 12
- RestrictedCountry = 13
- BadActivationCode = 14
- DuplicateActivationCode = 15
- UseOtherPaymentMethod = 16
- UseOtherFunctionSource = 17
- InvalidShippingAddress = 18
- RegionNotSupported = 19
- AcctIsBlocked = 20
- AcctNotVerified = 21
- InvalidAccount = 22
- StoreBillingCountryMismatch = 23
- DoesNotOwnRequiredApp = 24
- CanceledByNewTransaction = 25
- ForceCanceledPending = 26
- FailCurrencyTransProvider = 27
- FailedCyberCafe = 28
- NeedsPreApproval = 29
- PreApprovalDenied = 30
- WalletCurrencyMismatch = 31
- EmailNotValidated = 32
- ExpiredCard = 33
- TransactionExpired = 34
- WouldExceedMaxWallet = 35
- MustLoginPS3AppForPurchase = 36
- CannotShipToPOBox = 37
- InsufficientInventory = 38
- CannotGiftShippedGoods = 39
- CannotShipInternationally = 40
- BillingAgreementCancelled = 41
- InvalidCoupon = 42
- ExpiredCoupon = 43
- AccountLocked = 44
- OtherAbortableInProgress = 45
- ExceededSteamLimit = 46
- OverlappingPackagesInCart = 47
- NoWallet = 48
- NoCachedPaymentMethod = 49
- CannotRedeemCodeFromClient = 50
- PurchaseAmountNoSupportedByProvider = 51
- OverlappingPackagesInPendingTransaction = 52
- RateLimited = 53
- OwnsExcludedApp = 54
- CreditCardBinMismatchesType = 55
- CartValueTooHigh = 56
- BillingAgreementAlreadyExists = 57
- POSACodeNotActivated = 58
- CannotShipToCountry = 59
- HungTransactionCancelled = 60
- PaypalInternalError = 61
- UnknownGlobalCollectError = 62
- InvalidTaxAddress = 63
- PhysicalProductLimitExceeded = 64
- PurchaseCannotBeReplayed = 65
- DelayedCompletion = 66
- BundleTypeCannotBeGifted = 67
- BlockedByUSGov = 68
- ItemsReservedForCommercialUse = 69
- GiftAlreadyOwned = 70
- GiftInvalidForRecipientRegion = 71
- GiftPricingImbalance = 72
- GiftRecipientNotSpecified = 73
- ItemsNotAllowedForCommercialUse = 74
- BusinessStoreCountryCodeMismatch = 75
- UserAssociatedWithManyCafes = 76
- UserNotAssociatedWithCafe = 77
- AddressInvalid = 78
- CreditCardNumberInvalid = 79
- CannotShipToMilitaryPostOffice = 80
- BillingNameInvalidResemblesCreditCard = 81
- PaymentMethodNotSupportedForProduct = 83
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.ELicenseFlags(*values)
- NONE = 0
- Renew = 1
- RenewalFailed = 2
- Pending = 4
- Expired = 8
- CancelledByUser = 16
- CancelledByAdmin = 32
- LowViolenceContent = 64
- ImportedFromSteam2 = 128
- ForceRunRestriction = 256
- RegionRestrictionExpired = 512
- CancelledByFriendlyFraudLock = 1024
- NotActivated = 2048
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.ELicenseType(*values)
- NoLicense = 0
- SinglePurchase = 1
- SinglePurchaseLimitedUse = 2
- RecurringCharge = 3
- RecurringChargeLimitedUse = 4
- RecurringChargeLimitedUseWithOverages = 5
- RecurringOption = 6
- LimitedUseDelayedActivation = 7
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EBillingType(*values)
- NoCost = 0
- BillOnceOnly = 1
- BillMonthly = 2
- ProofOfPrepurchaseOnly = 3
- GuestPass = 4
- HardwarePromo = 5
- Gift = 6
- AutoGrant = 7
- OEMTicket = 8
- RecurringOption = 9
- BillOnceOrCDKey = 10
- Repurchaseable = 11
- FreeOnDemand = 12
- Rental = 13
- CommercialLicense = 14
- FreeCommercialLicense = 15
- NumBillingTypes = 16
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EPaymentMethod(*values)
- NONE = 0
- ActivationCode = 1
- CreditCard = 2
- Giropay = 3
- PayPal = 4
- Ideal = 5
- PaySafeCard = 6
- Sofort = 7
- GuestPass = 8
- WebMoney = 9
- MoneyBookers = 10
- AliPay = 11
- Yandex = 12
- Kiosk = 13
- Qiwi = 14
- GameStop = 15
- HardwarePromo = 16
- MoPay = 17
- BoletoBancario = 18
- BoaCompraGold = 19
- BancoDoBrasilOnline = 20
- ItauOnline = 21
- BradescoOnline = 22
- Pagseguro = 23
- VisaBrazil = 24
- AmexBrazil = 25
- Aura = 26
- Hipercard = 27
- MastercardBrazil = 28
- DinersCardBrazil = 29
- AuthorizedDevice = 30
- MOLPoints = 31
- ClickAndBuy = 32
- Beeline = 33
- Konbini = 34
- EClubPoints = 35
- CreditCardJapan = 36
- BankTransferJapan = 37
- PayEasy = 38
- Zong = 39
- CultureVoucher = 40
- BookVoucher = 41
- HappymoneyVoucher = 42
- ConvenientStoreVoucher = 43
- GameVoucher = 44
- Multibanco = 45
- Payshop = 46
- MaestroBoaCompra = 47
- OXXO = 48
- ToditoCash = 49
- Carnet = 50
- SPEI = 51
- ThreePay = 52
- IsBank = 53
- Garanti = 54
- Akbank = 55
- YapiKredi = 56
- Halkbank = 57
- BankAsya = 58
- Finansbank = 59
- DenizBank = 60
- PTT = 61
- CashU = 62
- AutoGrant = 64
- WebMoneyJapan = 65
- OneCard = 66
- PSE = 67
- Exito = 68
- Efecty = 69
- Paloto = 70
- PinValidda = 71
- MangirKart = 72
- BancoCreditoDePeru = 73
- BBVAContinental = 74
- SafetyPay = 75
- PagoEfectivo = 76
- Trustly = 77
- UnionPay = 78
- BitCoin = 79
- Wallet = 128
- Valve = 129
- MasterComp = 130
- Promotional = 131
- MasterSubscription = 134
- Payco = 135
- MobileWalletJapan = 136
- OEMTicket = 256
- Split = 512
- Complimentary = 1024
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.common.EPackageStatus(*values)
- Available = 0
- Preorder = 1
- Invalid = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
enums.emsg
The EMsg enum contains many members and takes a bit to load. For this reason it is seperate, and imported only when needed.
- class steam.enums.emsg.EMsg(*values)
- Invalid = 0
- Multi = 1
- ProtobufWrapped = 2
- GenericReply = 100
- BaseGeneral = 100
- DestJobFailed = 113
- Alert = 115
- SCIDRequest = 120
- SCIDResponse = 121
- JobHeartbeat = 123
- HubConnect = 124
- Subscribe = 126
- RouteMessage = 127
- RemoteSysID = 128
removed
- AMCreateAccountResponse = 129
removed
- WGRequest = 130
- WGResponse = 131
- KeepAlive = 132
- WebAPIJobRequest = 133
- WebAPIJobResponse = 134
- ClientSessionStart = 135
- ClientSessionEnd = 136
- ClientSessionUpdate = 137
- StatsDeprecated = 138
- Ping = 139
- PingResponse = 140
- Stats = 141
- RequestFullStatsBlock = 142
- LoadDBOCacheItem = 143
- LoadDBOCacheItemResponse = 144
- InvalidateDBOCacheItems = 145
- ServiceMethod = 146
- ServiceMethodResponse = 147
- ClientPackageVersions = 148
- TimestampRequest = 149
- TimestampResponse = 150
- ServiceMethodCallFromClient = 151
- ServiceMethodSendToClient = 152
- AssignSysID = 200
- BaseShell = 200
- Exit = 201
- DirRequest = 202
- DirResponse = 203
- ZipRequest = 204
- ZipResponse = 205
- UpdateRecordResponse = 215
- UpdateCreditCardRequest = 221
- UpdateUserBanResponse = 225
- PrepareToExit = 226
- ContentDescriptionUpdate = 227
- TestResetServer = 228
- UniverseChanged = 229
- ShellConfigInfoUpdate = 230
- RequestWindowsEventLogEntries = 233
- ProvideWindowsEventLogEntries = 234
- ShellSearchLogs = 235
- ShellSearchLogsResponse = 236
- ShellCheckWindowsUpdates = 237
- ShellCheckWindowsUpdatesResponse = 238
- ShellFlushUserLicenseCache = 239
removed
- TestFlushDelayedSQL = 240
- TestFlushDelayedSQLResponse = 241
- EnsureExecuteScheduledTask_TEST = 242
- EnsureExecuteScheduledTaskResponse_TEST = 243
- UpdateScheduledTaskEnableState_TEST = 244
- UpdateScheduledTaskEnableStateResponse_TEST = 245
- ContentDescriptionDeltaUpdate = 246
- Heartbeat = 300
- BaseGM = 300
- ShellFailed = 301
- ExitShells = 307
- ExitShell = 308
- GracefulExitShell = 309
- LicenseProcessingComplete = 316
- SetTestFlag = 317
- QueuedEmailsComplete = 318
- GMReportPHPError = 319
- GMDRMSync = 320
- PhysicalBoxInventory = 321
- UpdateConfigFile = 322
- TestInitDB = 323
- GMWriteConfigToSQL = 324
- GMLoadActivationCodes = 325
- GMQueueForFBS = 326
- GMSchemaConversionResults = 327
- GMSchemaConversionResultsResponse = 328
removed
- GMWriteShellFailureToSQL = 329
- GMWriteStatsToSOS = 330
- GMGetServiceMethodRouting = 331
- GMGetServiceMethodRoutingResponse = 332
- GMConvertUserWallets = 333
removed
- GMTestNextBuildSchemaConversion = 334
- GMTestNextBuildSchemaConversionResponse = 335
- ExpectShellRestart = 336
- HotFixProgress = 337
- BaseAIS = 400
- AISRefreshContentDescription = 401
removed
- AISRequestContentDescription = 402
- AISUpdateAppInfo = 403
- AISUpdatePackageCosts = 404
removed
- AISGetPackageChangeNumber = 405
- AISGetPackageChangeNumberResponse = 406
- AISAppInfoTableChanged = 407
removed
- AISUpdatePackageCostsResponse = 408
removed
- AISCreateMarketingMessage = 409
removed
- AISCreateMarketingMessageResponse = 410
removed
- AISGetMarketingMessage = 411
removed
- AISGetMarketingMessageResponse = 412
removed
- AISUpdateMarketingMessage = 413
removed
- AISUpdateMarketingMessageResponse = 414
removed
- AISRequestMarketingMessageUpdate = 415
removed
- AISDeleteMarketingMessage = 416
removed
- AISGetMarketingTreatments = 419
removed
- AISGetMarketingTreatmentsResponse = 420
removed
- AISRequestMarketingTreatmentUpdate = 421
removed
- AISTestAddPackage = 422
removed
- AIGetAppGCFlags = 423
- AIGetAppGCFlagsResponse = 424
- AIGetAppList = 425
- AIGetAppListResponse = 426
- AIGetAppInfo = 427
removed
- AIGetAppInfoResponse = 428
removed
- AISGetCouponDefinition = 429
- AISGetCouponDefinitionResponse = 430
- AISUpdateSlaveContentDescription = 431
- AISUpdateSlaveContentDescriptionResponse = 432
- AISTestEnableGC = 433
- BaseAM = 500
- AMUpdateUserBanRequest = 504
- AMAddLicense = 505
- AMBeginProcessingLicenses = 507
removed
- AMSendSystemIMToUser = 508
- AMExtendLicense = 509
- AMAddMinutesToLicense = 510
- AMCancelLicense = 511
- AMInitPurchase = 512
- AMPurchaseResponse = 513
- AMGetFinalPrice = 514
- AMGetFinalPriceResponse = 515
- AMGetLegacyGameKey = 516
- AMGetLegacyGameKeyResponse = 517
- AMFindHungTransactions = 518
- AMSetAccountTrustedRequest = 519
- AMCompletePurchase = 521
removed
- AMCancelPurchase = 522
- AMNewChallenge = 523
- AMLoadOEMTickets = 524
- AMFixPendingPurchase = 525
- AMFixPendingPurchaseResponse = 526
- AMIsUserBanned = 527
- AMRegisterKey = 528
- AMLoadActivationCodes = 529
- AMLoadActivationCodesResponse = 530
- AMLookupKeyResponse = 531
- AMLookupKey = 532
- AMChatCleanup = 533
- AMClanCleanup = 534
- AMFixPendingRefund = 535
- AMReverseChargeback = 536
- AMReverseChargebackResponse = 537
- AMClanCleanupList = 538
- AMGetLicenses = 539
- AMGetLicensesResponse = 540
- AMSendCartRepurchase = 541
- AMSendCartRepurchaseResponse = 542
- AllowUserToPlayQuery = 550
- AllowUserToPlayResponse = 551
- AMVerfiyUser = 552
- AMClientNotPlaying = 553
- AMClientRequestFriendship = 554
- AMRelayPublishStatus = 555
- AMResetCommunityContent = 556
removed
- AMPrimePersonaStateCache = 557
removed
- AMAllowUserContentQuery = 558
removed
- AMAllowUserContentResponse = 559
removed
- AMInitPurchaseResponse = 560
- AMRevokePurchaseResponse = 561
- AMLockProfile = 562
removed
- AMRefreshGuestPasses = 563
- AMInviteUserToClan = 564
removed
- AMAcknowledgeClanInvite = 565
removed
- AMGrantGuestPasses = 566
- AMClanDataUpdated = 567
- AMReloadAccount = 568
- AMClientChatMsgRelay = 569
- AMChatMulti = 570
- AMClientChatInviteRelay = 571
- AMChatInvite = 572
- AMClientJoinChatRelay = 573
- AMClientChatMemberInfoRelay = 574
- AMPublishChatMemberInfo = 575
- AMClientAcceptFriendInvite = 576
- AMChatEnter = 577
- AMClientPublishRemovalFromSource = 578
- AMChatActionResult = 579
- AMFindAccounts = 580
- AMFindAccountsResponse = 581
- AMRequestAccountData = 582
- AMRequestAccountDataResponse = 583
- AMSetAccountFlags = 584
- AMCreateClan = 586
- AMCreateClanResponse = 587
- AMGetClanDetails = 588
- AMGetClanDetailsResponse = 589
- AMSetPersonaName = 590
- AMSetAvatar = 591
- AMAuthenticateUser = 592
- AMAuthenticateUserResponse = 593
- AMGetAccountFriendsCount = 594
removed
- AMGetAccountFriendsCountResponse = 595
removed
- AMP2PIntroducerMessage = 596
- ClientChatAction = 597
- AMClientChatActionRelay = 598
- ReqChallenge = 600
- BaseVS = 600
- VACResponse = 601
- ReqChallengeTest = 602
- VSMarkCheat = 604
- VSAddCheat = 605
- VSPurgeCodeModDB = 606
- VSGetChallengeResults = 607
- VSChallengeResultText = 608
- VSReportLingerer = 609
- VSRequestManagedChallenge = 610
- VSLoadDBFinished = 611
- BaseDRMS = 625
- DRMBuildBlobRequest = 628
- DRMBuildBlobResponse = 629
- DRMResolveGuidRequest = 630
- DRMResolveGuidResponse = 631
- DRMVariabilityReport = 633
- DRMVariabilityReportResponse = 634
- DRMStabilityReport = 635
- DRMStabilityReportResponse = 636
- DRMDetailsReportRequest = 637
- DRMDetailsReportResponse = 638
- DRMProcessFile = 639
- DRMAdminUpdate = 640
- DRMAdminUpdateResponse = 641
- DRMSync = 642
- DRMSyncResponse = 643
- DRMProcessFileResponse = 644
- DRMEmptyGuidCache = 645
- DRMEmptyGuidCacheResponse = 646
- BaseCS = 650
- CSUserContentRequest = 652
removed
- BaseClient = 700
- ClientLogOn_Deprecated = 701
removed
- ClientAnonLogOn_Deprecated = 702
removed
- ClientHeartBeat = 703
- ClientVACResponse = 704
- ClientGamesPlayed_obsolete = 705
removed
- ClientLogOff = 706
- ClientNoUDPConnectivity = 707
- ClientInformOfCreateAccount = 708
removed
- ClientAckVACBan = 709
removed
- ClientConnectionStats = 710
- ClientInitPurchase = 711
removed
- ClientPingResponse = 712
- ClientRemoveFriend = 714
- ClientGamesPlayedNoDataBlob = 715
- ClientChangeStatus = 716
- ClientVacStatusResponse = 717
- ClientFriendMsg = 718
- ClientGameConnect_obsolete = 719
removed
- ClientGamesPlayed2_obsolete = 720
removed
- ClientGameEnded_obsolete = 721
removed
- ClientGetFinalPrice = 722
removed
- ClientSystemIM = 726
- ClientSystemIMAck = 727
- ClientGetLicenses = 728
- ClientCancelLicense = 729
removed
- ClientGetLegacyGameKey = 730
- ClientContentServerLogOn_Deprecated = 731
removed
- ClientAckVACBan2 = 732
- ClientAckMessageByGID = 735
removed
- ClientGetPurchaseReceipts = 736
- ClientAckPurchaseReceipt = 737
removed
- ClientGamesPlayed3_obsolete = 738
removed
- ClientSendGuestPass = 739
removed
- ClientAckGuestPass = 740
- ClientRedeemGuestPass = 741
- ClientGamesPlayed = 742
- ClientRegisterKey = 743
- ClientInviteUserToClan = 744
- ClientAcknowledgeClanInvite = 745
- ClientPurchaseWithMachineID = 746
- ClientAppUsageEvent = 747
- ClientGetGiftTargetList = 748
removed
- ClientGetGiftTargetListResponse = 749
removed
- ClientLogOnResponse = 751
- ClientVACChallenge = 753
removed
- ClientSetHeartbeatRate = 755
- ClientNotLoggedOnDeprecated = 756
removed
- ClientLoggedOff = 757
- GSApprove = 758
- GSDeny = 759
- GSKick = 760
- ClientCreateAcctResponse = 761
- ClientPurchaseResponse = 763
- ClientPing = 764
- ClientNOP = 765
- ClientPersonaState = 766
- ClientFriendsList = 767
- ClientAccountInfo = 768
- ClientVacStatusQuery = 770
removed
- ClientNewsUpdate = 771
- ClientGameConnectDeny = 773
- GSStatusReply = 774
- ClientGetFinalPriceResponse = 775
removed
- ClientGameConnectTokens = 779
- ClientLicenseList = 780
- ClientCancelLicenseResponse = 781
removed
- ClientVACBanStatus = 782
- ClientCMList = 783
- ClientEncryptPct = 784
- ClientGetLegacyGameKeyResponse = 785
- ClientFavoritesList = 786
removed
- CSUserContentApprove = 787
removed
- CSUserContentDeny = 788
removed
- ClientInitPurchaseResponse = 789
removed
- ClientAddFriend = 791
- ClientAddFriendResponse = 792
- ClientInviteFriend = 793
removed
- ClientInviteFriendResponse = 794
removed
- ClientSendGuestPassResponse = 795
removed
- ClientAckGuestPassResponse = 796
- ClientRedeemGuestPassResponse = 797
- ClientUpdateGuestPassesList = 798
- ClientChatMsg = 799
- ClientChatInvite = 800
- ClientJoinChat = 801
- ClientChatMemberInfo = 802
- ClientLogOnWithCredentials_Deprecated = 803
removed
- ClientPasswordChangeResponse = 805
- ClientChatEnter = 807
- ClientFriendRemovedFromSource = 808
- ClientCreateChat = 809
- ClientCreateChatResponse = 810
- ClientUpdateChatMetadata = 811
removed
- ClientP2PIntroducerMessage = 813
- ClientChatActionResult = 814
- ClientRequestFriendData = 815
- ClientGetUserStats = 818
- ClientGetUserStatsResponse = 819
- ClientStoreUserStats = 820
- ClientStoreUserStatsResponse = 821
- ClientClanState = 822
- ClientServiceModule = 830
- ClientServiceCall = 831
- ClientServiceCallResponse = 832
- ClientPackageInfoRequest = 833
removed
- ClientPackageInfoResponse = 834
removed
- ClientNatTraversalStatEvent = 839
- ClientAppInfoRequest = 840
removed
- ClientAppInfoResponse = 841
removed
- ClientSteamUsageEvent = 842
- ClientCheckPassword = 845
- ClientResetPassword = 846
- ClientCheckPasswordResponse = 848
- ClientResetPasswordResponse = 849
- ClientSessionToken = 850
- ClientDRMProblemReport = 851
- ClientSetIgnoreFriend = 855
- ClientSetIgnoreFriendResponse = 856
- ClientGetAppOwnershipTicket = 857
- ClientGetAppOwnershipTicketResponse = 858
- ClientGetLobbyListResponse = 860
- ClientGetLobbyMetadata = 861
removed
- ClientGetLobbyMetadataResponse = 862
removed
- ClientVTTCert = 863
removed
- ClientAppInfoUpdate = 866
removed
- ClientAppInfoChanges = 867
removed
- ClientServerList = 880
- ClientEmailChangeResponse = 891
removed
- ClientSecretQAChangeResponse = 892
removed
- ClientDRMBlobRequest = 896
- ClientDRMBlobResponse = 897
- ClientLookupKey = 898
removed
- ClientLookupKeyResponse = 899
removed
- BaseGameServer = 900
- GSDisconnectNotice = 901
- GSStatus = 903
- GSUserPlaying = 905
- GSStatus2 = 906
- GSStatusUpdate_Unused = 907
- GSServerType = 908
- GSPlayerList = 909
- GSGetUserAchievementStatus = 910
- GSGetUserAchievementStatusResponse = 911
- GSGetPlayStats = 918
- GSGetPlayStatsResponse = 919
- GSGetUserGroupStatus = 920
- AMGetUserGroupStatus = 921
- AMGetUserGroupStatusResponse = 922
- GSGetUserGroupStatusResponse = 923
- GSGetReputation = 936
- GSGetReputationResponse = 937
- GSAssociateWithClan = 938
- GSAssociateWithClanResponse = 939
- GSComputeNewPlayerCompatibility = 940
- GSComputeNewPlayerCompatibilityResponse = 941
- AdminCmd = 1000
- BaseAdmin = 1000
- AdminCmdResponse = 1004
- AdminLogListenRequest = 1005
- AdminLogEvent = 1006
- LogSearchRequest = 1007
removed
- LogSearchResponse = 1008
removed
- LogSearchCancel = 1009
removed
- UniverseData = 1010
- RequestStatHistory = 1014
removed
- StatHistory = 1015
removed
- AdminPwLogon = 1017
removed
- AdminPwLogonResponse = 1018
removed
- AdminSpew = 1019
- AdminConsoleTitle = 1020
- AdminGCSpew = 1023
- AdminGCCommand = 1024
- AdminGCGetCommandList = 1025
- AdminGCGetCommandListResponse = 1026
- FBSConnectionData = 1027
- AdminMsgSpew = 1028
- FBSReqVersion = 1100
- BaseFBS = 1100
- FBSVersionInfo = 1101
- FBSForceRefresh = 1102
- FBSForceBounce = 1103
- FBSDeployPackage = 1104
- FBSDeployResponse = 1105
- FBSUpdateBootstrapper = 1106
- FBSSetState = 1107
- FBSApplyOSUpdates = 1108
- FBSRunCMDScript = 1109
- FBSRebootBox = 1110
- FBSSetBigBrotherMode = 1111
- FBSMinidumpServer = 1112
- FBSSetShellCount_obsolete = 1113
removed
- FBSDeployHotFixPackage = 1114
- FBSDeployHotFixResponse = 1115
- FBSDownloadHotFix = 1116
- FBSDownloadHotFixResponse = 1117
- FBSUpdateTargetConfigFile = 1118
- FBSApplyAccountCred = 1119
- FBSApplyAccountCredResponse = 1120
- FBSSetShellCount = 1121
- FBSTerminateShell = 1122
- FBSQueryGMForRequest = 1123
- FBSQueryGMResponse = 1124
- FBSTerminateZombies = 1125
- FBSInfoFromBootstrapper = 1126
- FBSRebootBoxResponse = 1127
- FBSBootstrapperPackageRequest = 1128
- FBSBootstrapperPackageResponse = 1129
- FBSBootstrapperGetPackageChunk = 1130
- FBSBootstrapperGetPackageChunkResponse = 1131
- FBSBootstrapperPackageTransferProgress = 1132
- FBSRestartBootstrapper = 1133
- FBSPauseFrozenDumps = 1134
- FileXferRequest = 1200
- BaseFileXfer = 1200
- FileXferResponse = 1201
- FileXferData = 1202
- FileXferEnd = 1203
- FileXferDataAck = 1204
- ChannelAuthChallenge = 1300
- BaseChannelAuth = 1300
- ChannelAuthResponse = 1301
- ChannelAuthResult = 1302
- ChannelEncryptRequest = 1303
- ChannelEncryptResponse = 1304
- ChannelEncryptResult = 1305
- BaseBS = 1400
- BSPurchaseStart = 1401
- BSPurchaseResponse = 1402
- BSAuthenticateCCTrans = 1403
- BSAuthenticateCCTransResponse = 1404
- BSSettleComplete = 1406
- BSBannedRequest = 1407
removed
- BSInitPayPalTxn = 1408
- BSInitPayPalTxnResponse = 1409
- BSGetPayPalUserInfo = 1410
- BSGetPayPalUserInfoResponse = 1411
- BSRefundTxn = 1413
removed
- BSRefundTxnResponse = 1414
removed
- BSGetEvents = 1415
removed
- BSChaseRFRRequest = 1416
removed
- BSPaymentInstrBan = 1417
- BSPaymentInstrBanResponse = 1418
- BSProcessGCReports = 1419
removed
- BSProcessPPReports = 1420
removed
- BSInitGCBankXferTxn = 1421
- BSInitGCBankXferTxnResponse = 1422
- BSQueryGCBankXferTxn = 1423
removed
- BSQueryGCBankXferTxnResponse = 1424
removed
- BSCommitGCTxn = 1425
- BSQueryTransactionStatus = 1426
- BSQueryTransactionStatusResponse = 1427
- BSQueryCBOrderStatus = 1428
removed
- BSQueryCBOrderStatusResponse = 1429
removed
- BSRunRedFlagReport = 1430
removed
- BSQueryPaymentInstUsage = 1431
- BSQueryPaymentInstResponse = 1432
- BSQueryTxnExtendedInfo = 1433
- BSQueryTxnExtendedInfoResponse = 1434
- BSUpdateConversionRates = 1435
- BSProcessUSBankReports = 1436
removed
- BSPurchaseRunFraudChecks = 1437
- BSPurchaseRunFraudChecksResponse = 1438
- BSStartShippingJobs = 1439
removed
- BSQueryBankInformation = 1440
- BSQueryBankInformationResponse = 1441
- BSValidateXsollaSignature = 1445
- BSValidateXsollaSignatureResponse = 1446
- BSQiwiWalletInvoice = 1448
- BSQiwiWalletInvoiceResponse = 1449
- BSUpdateInventoryFromProPack = 1450
- BSUpdateInventoryFromProPackResponse = 1451
- BSSendShippingRequest = 1452
- BSSendShippingRequestResponse = 1453
- BSGetProPackOrderStatus = 1454
- BSGetProPackOrderStatusResponse = 1455
- BSCheckJobRunning = 1456
- BSCheckJobRunningResponse = 1457
- BSResetPackagePurchaseRateLimit = 1458
- BSResetPackagePurchaseRateLimitResponse = 1459
- BSUpdatePaymentData = 1460
- BSUpdatePaymentDataResponse = 1461
- BSGetBillingAddress = 1462
- BSGetBillingAddressResponse = 1463
- BSGetCreditCardInfo = 1464
- BSGetCreditCardInfoResponse = 1465
- BSRemoveExpiredPaymentData = 1468
- BSRemoveExpiredPaymentDataResponse = 1469
- BSConvertToCurrentKeys = 1470
- BSConvertToCurrentKeysResponse = 1471
- BSInitPurchase = 1472
- BSInitPurchaseResponse = 1473
- BSCompletePurchase = 1474
- BSCompletePurchaseResponse = 1475
- BSPruneCardUsageStats = 1476
- BSPruneCardUsageStatsResponse = 1477
- BSStoreBankInformation = 1478
- BSStoreBankInformationResponse = 1479
- BSVerifyPOSAKey = 1480
- BSVerifyPOSAKeyResponse = 1481
- BSReverseRedeemPOSAKey = 1482
- BSReverseRedeemPOSAKeyResponse = 1483
- BSQueryFindCreditCard = 1484
- BSQueryFindCreditCardResponse = 1485
- BSStatusInquiryPOSAKey = 1486
- BSStatusInquiryPOSAKeyResponse = 1487
- BSValidateMoPaySignature = 1488
removed
- BSValidateMoPaySignatureResponse = 1489
removed
- BSMoPayConfirmProductDelivery = 1490
removed
- BSMoPayConfirmProductDeliveryResponse = 1491
removed
- BSGenerateMoPayMD5 = 1492
removed
- BSGenerateMoPayMD5Response = 1493
removed
- BSBoaCompraConfirmProductDelivery = 1494
- BSBoaCompraConfirmProductDeliveryResponse = 1495
- BSGenerateBoaCompraMD5 = 1496
- BSGenerateBoaCompraMD5Response = 1497
- BSCommitWPTxn = 1498
- BSCommitAdyenTxn = 1499
- BaseATS = 1500
- ATSStartStressTest = 1501
- ATSStopStressTest = 1502
- ATSRunFailServerTest = 1503
- ATSUFSPerfTestTask = 1504
- ATSUFSPerfTestResponse = 1505
- ATSCycleTCM = 1506
- ATSInitDRMSStressTest = 1507
- ATSCallTest = 1508
- ATSCallTestReply = 1509
- ATSStartExternalStress = 1510
- ATSExternalStressJobStart = 1511
- ATSExternalStressJobQueued = 1512
- ATSExternalStressJobRunning = 1513
- ATSExternalStressJobStopped = 1514
- ATSExternalStressJobStopAll = 1515
- ATSExternalStressActionResult = 1516
- ATSStarted = 1517
- ATSCSPerfTestTask = 1518
- ATSCSPerfTestResponse = 1519
- BaseDP = 1600
- DPSetPublishingState = 1601
- DPGamePlayedStats = 1602
removed
- DPUniquePlayersStat = 1603
- DPStreamingUniquePlayersStat = 1604
- DPVacInfractionStats = 1605
removed
- DPVacBanStats = 1606
removed
- DPBlockingStats = 1607
- DPNatTraversalStats = 1608
- DPSteamUsageEvent = 1609
removed
- DPVacCertBanStats = 1610
removed
- DPVacCafeBanStats = 1611
removed
- DPCloudStats = 1612
- DPAchievementStats = 1613
- DPAccountCreationStats = 1614
removed
- DPGetPlayerCount = 1615
- DPGetPlayerCountResponse = 1616
- DPGameServersPlayersStats = 1617
- DPDownloadRateStatistics = 1618
removed
- DPFacebookStatistics = 1619
removed
- ClientDPCheckSpecialSurvey = 1620
- ClientDPCheckSpecialSurveyResponse = 1621
- ClientDPSendSpecialSurveyResponse = 1622
- ClientDPSendSpecialSurveyResponseReply = 1623
- DPStoreSaleStatistics = 1624
- ClientDPUpdateAppJobReport = 1625
- ClientDPSteam2AppStarted = 1627
removed
- DPUpdateContentEvent = 1626
- ClientDPUnsignedInstallScript = 1627
- DPPartnerMicroTxns = 1628
- DPPartnerMicroTxnsResponse = 1629
- ClientDPContentStatsReport = 1630
- DPVRUniquePlayersStat = 1631
- BaseCM = 1700
- CMSetAllowState = 1701
- CMSpewAllowState = 1702
- CMSessionRejected = 1703
- CMSetSecrets = 1704
- CMGetSecrets = 1705
- BaseDSS = 1800
removed
- DSSNewFile = 1801
removed
- DSSCurrentFileList = 1802
removed
- DSSSynchList = 1803
removed
- DSSSynchListResponse = 1804
removed
- DSSSynchSubscribe = 1805
removed
- DSSSynchUnsubscribe = 1806
removed
- BaseEPM = 1900
removed
- EPMStartProcess = 1901
removed
- EPMStopProcess = 1902
removed
- EPMRestartProcess = 1903
removed
- GCSendClient = 2200
removed
- BaseGC = 2200
- AMRelayToGC = 2201
removed
- GCUpdatePlayedState = 2202
removed
- GCCmdRevive = 2203
- GCCmdBounce = 2204
removed
- GCCmdForceBounce = 2205
removed
- GCCmdDown = 2206
- GCCmdDeploy = 2207
- GCCmdDeployResponse = 2208
- GCCmdSwitch = 2209
- AMRefreshSessions = 2210
- GCUpdateGSState = 2211
removed
- GCAchievementAwarded = 2212
- GCSystemMessage = 2213
- GCValidateSession = 2214
removed
- GCValidateSessionResponse = 2215
removed
- GCCmdStatus = 2216
- GCRegisterWebInterfaces_Deprecated = 2217
removed
- GCGetAccountDetails_DEPRECATED = 2218
removed
- GCInterAppMessage = 2219
- GCGetEmailTemplate = 2220
- GCGetEmailTemplateResponse = 2221
- GCHRelay = 2222
- GCHRelayToClient = 2223
- GCHUpdateSession = 2224
- GCHRequestUpdateSession = 2225
- GCHRequestStatus = 2226
- GCHRequestStatusResponse = 2227
- GCHAccountVacStatusChange = 2228
- GCHSpawnGC = 2229
- GCHSpawnGCResponse = 2230
- GCHKillGC = 2231
- GCHKillGCResponse = 2232
- GCHAccountTradeBanStatusChange = 2233
- GCHAccountLockStatusChange = 2234
- GCHVacVerificationChange = 2235
- GCHAccountPhoneNumberChange = 2236
- GCHAccountTwoFactorChange = 2237
- GCHInviteUserToLobby = 2238
- BaseP2P = 2500
- P2PIntroducerMessage = 2502
- BaseSM = 2900
- SMExpensiveReport = 2902
- SMHourlyReport = 2903
- SMFishingReport = 2904
removed
- SMPartitionRenames = 2905
- SMMonitorSpace = 2906
- SMTestNextBuildSchemaConversion = 2907
- SMTestNextBuildSchemaConversionResponse = 2908
- BaseTest = 3000
- FailServer = 3000
- JobHeartbeatTest = 3001
- JobHeartbeatTestResponse = 3002
- BaseFTSRange = 3100
- FTSGetBrowseCounts = 3101
removed
- FTSGetBrowseCountsResponse = 3102
removed
- FTSBrowseClans = 3103
removed
- FTSBrowseClansResponse = 3104
removed
- FTSSearchClansByLocation = 3105
removed
- FTSSearchClansByLocationResponse = 3106
removed
- FTSSearchPlayersByLocation = 3107
removed
- FTSSearchPlayersByLocationResponse = 3108
removed
- FTSClanDeleted = 3109
removed
- FTSSearch = 3110
removed
- FTSSearchResponse = 3111
removed
- FTSSearchStatus = 3112
removed
- FTSSearchStatusResponse = 3113
removed
- FTSGetGSPlayStats = 3114
removed
- FTSGetGSPlayStatsResponse = 3115
removed
- FTSGetGSPlayStatsForServer = 3116
removed
- FTSGetGSPlayStatsForServerResponse = 3117
removed
- FTSReportIPUpdates = 3118
removed
- BaseCCSRange = 3150
- CCSGetComments = 3151
removed
- CCSGetCommentsResponse = 3152
removed
- CCSAddComment = 3153
removed
- CCSAddCommentResponse = 3154
removed
- CCSDeleteComment = 3155
removed
- CCSDeleteCommentResponse = 3156
removed
- CCSPreloadComments = 3157
removed
- CCSNotifyCommentCount = 3158
removed
- CCSGetCommentsForNews = 3159
removed
- CCSGetCommentsForNewsResponse = 3160
removed
- CCSDeleteAllCommentsByAuthor = 3161
- CCSDeleteAllCommentsByAuthorResponse = 3162
- BaseLBSRange = 3200
- LBSSetScore = 3201
- LBSSetScoreResponse = 3202
- LBSFindOrCreateLB = 3203
- LBSFindOrCreateLBResponse = 3204
- LBSGetLBEntries = 3205
- LBSGetLBEntriesResponse = 3206
- LBSGetLBList = 3207
- LBSGetLBListResponse = 3208
- LBSSetLBDetails = 3209
- LBSDeleteLB = 3210
- LBSDeleteLBEntry = 3211
- LBSResetLB = 3212
- LBSResetLBResponse = 3213
- LBSDeleteLBResponse = 3214
- BaseOGS = 3400
- OGSBeginSession = 3401
- OGSBeginSessionResponse = 3402
- OGSEndSession = 3403
- OGSEndSessionResponse = 3404
- OGSWriteAppSessionRow = 3406
- BaseBRP = 3600
- BRPStartShippingJobs = 3601
- BRPProcessUSBankReports = 3602
- BRPProcessGCReports = 3603
- BRPProcessPPReports = 3604
- BRPSettleNOVA = 3605
removed
- BRPSettleCB = 3606
removed
- BRPCommitGC = 3607
- BRPCommitGCResponse = 3608
- BRPFindHungTransactions = 3609
- BRPCheckFinanceCloseOutDate = 3610
- BRPProcessLicenses = 3611
- BRPProcessLicensesResponse = 3612
- BRPRemoveExpiredPaymentData = 3613
- BRPRemoveExpiredPaymentDataResponse = 3614
- BRPConvertToCurrentKeys = 3615
- BRPConvertToCurrentKeysResponse = 3616
- BRPPruneCardUsageStats = 3617
- BRPPruneCardUsageStatsResponse = 3618
- BRPCheckActivationCodes = 3619
- BRPCheckActivationCodesResponse = 3620
- BRPCommitWP = 3621
- BRPCommitWPResponse = 3622
- BRPProcessWPReports = 3623
- BRPProcessPaymentRules = 3624
- BRPProcessPartnerPayments = 3625
- BRPCheckSettlementReports = 3626
- BRPPostTaxToAvalara = 3628
- BRPPostTransactionTax = 3629
- BRPPostTransactionTaxResponse = 3630
- BRPProcessIMReports = 3631
- BaseAMRange2 = 4000
- AMCreateChat = 4001
- AMCreateChatResponse = 4002
- AMUpdateChatMetadata = 4003
removed
- AMPublishChatMetadata = 4004
removed
- AMSetProfileURL = 4005
- AMGetAccountEmailAddress = 4006
- AMGetAccountEmailAddressResponse = 4007
- AMRequestClanData = 4008
- AMRouteToClients = 4009
- AMLeaveClan = 4010
- AMClanPermissions = 4011
- AMClanPermissionsResponse = 4012
- AMCreateClanEventDummyForRateLimiting = 4013
- AMUpdateClanEventDummyForRateLimiting = 4015
- AMCreateClanEventResponse = 4014
- AMUpdateClanEvent = 4015
- AMUpdateClanEventResponse = 4016
- AMGetClanEvents = 4017
- AMGetClanEventsResponse = 4018
- AMDeleteClanEvent = 4019
- AMDeleteClanEventResponse = 4020
- AMSetClanPermissionSettings = 4021
- AMSetClanPermissionSettingsResponse = 4022
- AMGetClanPermissionSettings = 4023
- AMGetClanPermissionSettingsResponse = 4024
- AMPublishChatRoomInfo = 4025
- ClientChatRoomInfo = 4026
- AMCreateClanAnnouncement = 4027
removed
- AMCreateClanAnnouncementResponse = 4028
removed
- AMUpdateClanAnnouncement = 4029
removed
- AMUpdateClanAnnouncementResponse = 4030
removed
- AMGetClanAnnouncementsCount = 4031
removed
- AMGetClanAnnouncementsCountResponse = 4032
removed
- AMGetClanAnnouncements = 4033
removed
- AMGetClanAnnouncementsResponse = 4034
removed
- AMDeleteClanAnnouncement = 4035
removed
- AMDeleteClanAnnouncementResponse = 4036
removed
- AMGetSingleClanAnnouncement = 4037
removed
- AMGetSingleClanAnnouncementResponse = 4038
removed
- AMGetClanHistory = 4039
- AMGetClanHistoryResponse = 4040
- AMGetClanPermissionBits = 4041
- AMGetClanPermissionBitsResponse = 4042
- AMSetClanPermissionBits = 4043
- AMSetClanPermissionBitsResponse = 4044
- AMSessionInfoRequest = 4045
- AMSessionInfoResponse = 4046
- AMValidateWGToken = 4047
- AMGetSingleClanEvent = 4048
- AMGetSingleClanEventResponse = 4049
- AMGetClanRank = 4050
- AMGetClanRankResponse = 4051
- AMSetClanRank = 4052
- AMSetClanRankResponse = 4053
- AMGetClanPOTW = 4054
- AMGetClanPOTWResponse = 4055
- AMSetClanPOTW = 4056
- AMSetClanPOTWResponse = 4057
- AMRequestChatMetadata = 4058
removed
- AMDumpUser = 4059
- AMKickUserFromClan = 4060
- AMAddFounderToClan = 4061
- AMValidateWGTokenResponse = 4062
- AMSetCommunityState = 4063
- AMSetAccountDetails = 4064
- AMGetChatBanList = 4065
- AMGetChatBanListResponse = 4066
- AMUnBanFromChat = 4067
- AMSetClanDetails = 4068
- AMGetAccountLinks = 4069
- AMGetAccountLinksResponse = 4070
- AMSetAccountLinks = 4071
- AMSetAccountLinksResponse = 4072
- UGSGetUserGameStats = 4073
- UGSGetUserGameStatsResponse = 4074
- AMCheckClanMembership = 4075
- AMGetClanMembers = 4076
- AMGetClanMembersResponse = 4077
- AMJoinPublicClan = 4078
- AMNotifyChatOfClanChange = 4079
- AMResubmitPurchase = 4080
- AMAddFriend = 4081
- AMAddFriendResponse = 4082
- AMRemoveFriend = 4083
- AMDumpClan = 4084
- AMChangeClanOwner = 4085
- AMCancelEasyCollect = 4086
- AMCancelEasyCollectResponse = 4087
- AMGetClanMembershipList = 4088
removed
- AMGetClanMembershipListResponse = 4089
removed
- AMClansInCommon = 4090
- AMClansInCommonResponse = 4091
- AMIsValidAccountID = 4092
- AMConvertClan = 4093
- AMGetGiftTargetListRelay = 4094
removed
- AMWipeFriendsList = 4095
- AMSetIgnored = 4096
- AMClansInCommonCountResponse = 4097
- AMFriendsList = 4098
- AMFriendsListResponse = 4099
- AMFriendsInCommon = 4100
- AMFriendsInCommonResponse = 4101
- AMFriendsInCommonCountResponse = 4102
- AMClansInCommonCount = 4103
- AMChallengeVerdict = 4104
- AMChallengeNotification = 4105
- AMFindGSByIP = 4106
- AMFoundGSByIP = 4107
- AMGiftRevoked = 4108
- AMCreateAccountRecord = 4109
- AMUserClanList = 4110
- AMUserClanListResponse = 4111
- AMGetAccountDetails2 = 4112
- AMGetAccountDetailsResponse2 = 4113
- AMSetCommunityProfileSettings = 4114
- AMSetCommunityProfileSettingsResponse = 4115
- AMGetCommunityPrivacyState = 4116
- AMGetCommunityPrivacyStateResponse = 4117
- AMCheckClanInviteRateLimiting = 4118
- UGSGetUserAchievementStatus = 4119
- AMGetIgnored = 4120
- AMGetIgnoredResponse = 4121
- AMSetIgnoredResponse = 4122
- AMSetFriendRelationshipNone = 4123
- AMGetFriendRelationship = 4124
- AMGetFriendRelationshipResponse = 4125
- AMServiceModulesCache = 4126
- AMServiceModulesCall = 4127
- AMServiceModulesCallResponse = 4128
- AMGetCaptchaDataForIP = 4129
- AMGetCaptchaDataForIPResponse = 4130
- AMValidateCaptchaDataForIP = 4131
- AMValidateCaptchaDataForIPResponse = 4132
- AMTrackFailedAuthByIP = 4133
- AMGetCaptchaDataByGID = 4134
- AMGetCaptchaDataByGIDResponse = 4135
- AMGetLobbyList = 4136
removed
- AMGetLobbyListResponse = 4137
removed
- AMGetLobbyMetadata = 4138
removed
- AMGetLobbyMetadataResponse = 4139
removed
- CommunityAddFriendNews = 4140
- AMAddClanNews = 4141
removed
- AMWriteNews = 4142
removed
- AMFindClanUser = 4143
- AMFindClanUserResponse = 4144
- AMBanFromChat = 4145
- AMGetUserHistoryResponse = 4146
removed
- AMGetUserNewsSubscriptions = 4147
- AMGetUserNewsSubscriptionsResponse = 4148
- AMSetUserNewsSubscriptions = 4149
- AMGetUserNews = 4150
removed
- AMGetUserNewsResponse = 4151
removed
- AMSendQueuedEmails = 4152
- AMSetLicenseFlags = 4153
- AMGetUserHistory = 4154
removed
- CommunityDeleteUserNews = 4155
- AMAllowUserFilesRequest = 4156
- AMAllowUserFilesResponse = 4157
- AMGetAccountStatus = 4158
- AMGetAccountStatusResponse = 4159
- AMEditBanReason = 4160
- AMCheckClanMembershipResponse = 4161
- AMProbeClanMembershipList = 4162
- AMProbeClanMembershipListResponse = 4163
- UGSGetUserAchievementStatusResponse = 4164
- AMGetFriendsLobbies = 4165
- AMGetFriendsLobbiesResponse = 4166
- AMGetUserFriendNewsResponse = 4172
- CommunityGetUserFriendNews = 4173
- AMGetUserClansNewsResponse = 4174
- AMGetUserClansNews = 4175
- AMStoreInitPurchase = 4176
removed
- AMStoreInitPurchaseResponse = 4177
removed
- AMStoreGetFinalPrice = 4178
removed
- AMStoreGetFinalPriceResponse = 4179
removed
- AMStoreCompletePurchase = 4180
removed
- AMStoreCancelPurchase = 4181
removed
- AMStorePurchaseResponse = 4182
removed
- AMCreateAccountRecordInSteam3 = 4183
removed
- AMGetPreviousCBAccount = 4184
- AMGetPreviousCBAccountResponse = 4185
- AMUpdateBillingAddress = 4186
removed
- AMUpdateBillingAddressResponse = 4187
removed
- AMGetBillingAddress = 4188
removed
- AMGetBillingAddressResponse = 4189
removed
- AMGetUserLicenseHistory = 4190
- AMGetUserLicenseHistoryResponse = 4191
- AMSupportChangePassword = 4194
- AMSupportChangeEmail = 4195
- AMSupportChangeSecretQA = 4196
removed
- AMResetUserVerificationGSByIP = 4197
- AMUpdateGSPlayStats = 4198
- AMSupportEnableOrDisable = 4199
- AMGetComments = 4200
removed
- AMGetCommentsResponse = 4201
removed
- AMAddComment = 4202
removed
- AMAddCommentResponse = 4203
removed
- AMDeleteComment = 4204
removed
- AMDeleteCommentResponse = 4205
removed
- AMGetPurchaseStatus = 4206
- AMSupportIsAccountEnabled = 4209
- AMSupportIsAccountEnabledResponse = 4210
- UGSGetUserStats = 4211
- AMSupportKickSession = 4212
- AMGSSearch = 4213
- MarketingMessageUpdate = 4216
- ChatServerRouteFriendMsg = 4219
- AMTicketAuthRequestOrResponse = 4220
- AMVerifyDepotManagementRights = 4222
- AMVerifyDepotManagementRightsResponse = 4223
- AMAddFreeLicense = 4224
- AMGetUserFriendsMinutesPlayed = 4225
removed
- AMGetUserFriendsMinutesPlayedResponse = 4226
removed
- AMGetUserMinutesPlayed = 4227
removed
- AMGetUserMinutesPlayedResponse = 4228
removed
- AMValidateEmailLink = 4231
- AMValidateEmailLinkResponse = 4232
- AMAddUsersToMarketingTreatment = 4234
removed
- UGSStoreUserStats = 4236
- AMGetUserGameplayInfo = 4237
removed
- AMGetUserGameplayInfoResponse = 4238
removed
- AMGetCardList = 4239
removed
- AMGetCardListResponse = 4240
removed
- AMDeleteStoredCard = 4241
- AMRevokeLegacyGameKeys = 4242
- AMGetWalletDetails = 4244
- AMGetWalletDetailsResponse = 4245
- AMDeleteStoredPaymentInfo = 4246
- AMGetStoredPaymentSummary = 4247
- AMGetStoredPaymentSummaryResponse = 4248
- AMGetWalletConversionRate = 4249
- AMGetWalletConversionRateResponse = 4250
- AMConvertWallet = 4251
- AMConvertWalletResponse = 4252
- AMRelayGetFriendsWhoPlayGame = 4253
removed
- AMRelayGetFriendsWhoPlayGameResponse = 4254
removed
- AMSetPreApproval = 4255
- AMSetPreApprovalResponse = 4256
- AMMarketingTreatmentUpdate = 4257
removed
- AMCreateRefund = 4258
- AMCreateRefundResponse = 4259
- AMCreateChargeback = 4260
- AMCreateChargebackResponse = 4261
- AMCreateDispute = 4262
- AMCreateDisputeResponse = 4263
- AMClearDispute = 4264
- AMCreateFinancialAdjustment = 4265
- AMPlayerNicknameList = 4266
- AMPlayerNicknameListResponse = 4267
- AMSetDRMTestConfig = 4268
- AMGetUserCurrentGameInfo = 4269
- AMGetUserCurrentGameInfoResponse = 4270
- AMGetGSPlayerList = 4271
- AMGetGSPlayerListResponse = 4272
- AMUpdatePersonaStateCache = 4275
removed
- AMGetGameMembers = 4276
- AMGetGameMembersResponse = 4277
- AMGetSteamIDForMicroTxn = 4278
- AMGetSteamIDForMicroTxnResponse = 4279
- AMSetPartnerMember = 4280
- AMRemovePublisherUser = 4281
- AMGetUserLicenseList = 4282
- AMGetUserLicenseListResponse = 4283
- AMReloadGameGroupPolicy = 4284
- AMAddFreeLicenseResponse = 4285
- AMVACStatusUpdate = 4286
- AMGetAccountDetails = 4287
- AMGetAccountDetailsResponse = 4288
- AMGetPlayerLinkDetails = 4289
- AMGetPlayerLinkDetailsResponse = 4290
- AMSubscribeToPersonaFeed = 4291
removed
- AMGetUserVacBanList = 4292
removed
- AMGetUserVacBanListResponse = 4293
removed
- AMGetAccountFlagsForWGSpoofing = 4294
- AMGetAccountFlagsForWGSpoofingResponse = 4295
- AMGetFriendsWishlistInfo = 4296
removed
- AMGetFriendsWishlistInfoResponse = 4297
removed
- AMGetClanOfficers = 4298
- AMGetClanOfficersResponse = 4299
- AMNameChange = 4300
- AMGetNameHistory = 4301
- AMGetNameHistoryResponse = 4302
- AMUpdateProviderStatus = 4305
- AMClearPersonaMetadataBlob = 4306
removed
- AMSupportRemoveAccountSecurity = 4307
- AMIsAccountInCaptchaGracePeriod = 4308
- AMIsAccountInCaptchaGracePeriodResponse = 4309
- AMAccountPS3Unlink = 4310
- AMAccountPS3UnlinkResponse = 4311
- UGSStoreUserStatsResponse = 4312
- AMGetAccountPSNInfo = 4313
- AMGetAccountPSNInfoResponse = 4314
- AMAuthenticatedPlayerList = 4315
- AMGetUserGifts = 4316
- AMGetUserGiftsResponse = 4317
- AMTransferLockedGifts = 4320
- AMTransferLockedGiftsResponse = 4321
- AMPlayerHostedOnGameServer = 4322
- AMGetAccountBanInfo = 4323
- AMGetAccountBanInfoResponse = 4324
- AMRecordBanEnforcement = 4325
- AMRollbackGiftTransfer = 4326
- AMRollbackGiftTransferResponse = 4327
- AMHandlePendingTransaction = 4328
- AMRequestClanDetails = 4329
- AMDeleteStoredPaypalAgreement = 4330
- AMGameServerUpdate = 4331
- AMGameServerRemove = 4332
- AMGetPaypalAgreements = 4333
- AMGetPaypalAgreementsResponse = 4334
- AMGameServerPlayerCompatibilityCheck = 4335
- AMGameServerPlayerCompatibilityCheckResponse = 4336
- AMRenewLicense = 4337
- AMGetAccountCommunityBanInfo = 4338
- AMGetAccountCommunityBanInfoResponse = 4339
- AMGameServerAccountChangePassword = 4340
- AMGameServerAccountDeleteAccount = 4341
- AMRenewAgreement = 4342
- AMSendEmail = 4343
removed
- AMXsollaPayment = 4344
- AMXsollaPaymentResponse = 4345
- AMAcctAllowedToPurchase = 4346
- AMAcctAllowedToPurchaseResponse = 4347
- AMSwapKioskDeposit = 4348
- AMSwapKioskDepositResponse = 4349
- AMSetUserGiftUnowned = 4350
- AMSetUserGiftUnownedResponse = 4351
- AMClaimUnownedUserGift = 4352
- AMClaimUnownedUserGiftResponse = 4353
- AMSetClanName = 4354
- AMSetClanNameResponse = 4355
- AMGrantCoupon = 4356
- AMGrantCouponResponse = 4357
- AMIsPackageRestrictedInUserCountry = 4358
- AMIsPackageRestrictedInUserCountryResponse = 4359
- AMHandlePendingTransactionResponse = 4360
- AMGrantGuestPasses2 = 4361
- AMGrantGuestPasses2Response = 4362
- AMSessionQuery = 4363
- AMSessionQueryResponse = 4364
- AMGetPlayerBanDetails = 4365
- AMGetPlayerBanDetailsResponse = 4366
- AMFinalizePurchase = 4367
- AMFinalizePurchaseResponse = 4368
- AMPersonaChangeResponse = 4372
- AMGetClanDetailsForForumCreation = 4373
- AMGetClanDetailsForForumCreationResponse = 4374
- AMGetPendingNotificationCount = 4375
- AMGetPendingNotificationCountResponse = 4376
- AMPasswordHashUpgrade = 4377
- AMMoPayPayment = 4378
- AMMoPayPaymentResponse = 4379
- AMBoaCompraPayment = 4380
- AMBoaCompraPaymentResponse = 4381
- AMExpireCaptchaByGID = 4382
- AMCompleteExternalPurchase = 4383
- AMCompleteExternalPurchaseResponse = 4384
- AMResolveNegativeWalletCredits = 4385
- AMResolveNegativeWalletCreditsResponse = 4386
- AMPayelpPayment = 4387
- AMPayelpPaymentResponse = 4388
- AMPlayerGetClanBasicDetails = 4389
- AMPlayerGetClanBasicDetailsResponse = 4390
- AMMOLPayment = 4391
- AMMOLPaymentResponse = 4392
- GetUserIPCountry = 4393
- GetUserIPCountryResponse = 4394
- NotificationOfSuspiciousActivity = 4395
- AMDegicaPayment = 4396
- AMDegicaPaymentResponse = 4397
- AMEClubPayment = 4398
- AMEClubPaymentResponse = 4399
- AMPayPalPaymentsHubPayment = 4400
- AMPayPalPaymentsHubPaymentResponse = 4401
- AMTwoFactorRecoverAuthenticatorRequest = 4402
- AMTwoFactorRecoverAuthenticatorResponse = 4403
- AMSmart2PayPayment = 4404
- AMSmart2PayPaymentResponse = 4405
- AMValidatePasswordResetCodeAndSendSmsRequest = 4406
- AMValidatePasswordResetCodeAndSendSmsResponse = 4407
- AMGetAccountResetDetailsRequest = 4408
- AMGetAccountResetDetailsResponse = 4409
- AMBitPayPayment = 4410
- AMBitPayPaymentResponse = 4411
- AMSendAccountInfoUpdate = 4412
- AMSendScheduledGift = 4413
- AMNodwinPayment = 4414
- AMNodwinPaymentResponse = 4415
- AMResolveWalletRevoke = 4416
- AMResolveWalletReverseRevoke = 4417
- AMFundedPayment = 4418
- AMFundedPaymentResponse = 4419
- AMRequestPersonaUpdateForChatServer = 4420
- AMPerfectWorldPayment = 4421
- AMPerfectWorldPaymentResponse = 4422
- BasePSRange = 5000
- PSCreateShoppingCart = 5001
- PSCreateShoppingCartResponse = 5002
- PSIsValidShoppingCart = 5003
- PSIsValidShoppingCartResponse = 5004
- PSAddPackageToShoppingCart = 5005
- PSAddPackageToShoppingCartResponse = 5006
- PSRemoveLineItemFromShoppingCart = 5007
- PSRemoveLineItemFromShoppingCartResponse = 5008
- PSGetShoppingCartContents = 5009
- PSGetShoppingCartContentsResponse = 5010
- PSAddWalletCreditToShoppingCart = 5011
- PSAddWalletCreditToShoppingCartResponse = 5012
- BaseUFSRange = 5200
- ClientUFSUploadFileRequest = 5202
- ClientUFSUploadFileResponse = 5203
- ClientUFSUploadFileChunk = 5204
- ClientUFSUploadFileFinished = 5205
- ClientUFSGetFileListForApp = 5206
- ClientUFSGetFileListForAppResponse = 5207
- ClientUFSDownloadRequest = 5210
- ClientUFSDownloadResponse = 5211
- ClientUFSDownloadChunk = 5212
- ClientUFSLoginRequest = 5213
- ClientUFSLoginResponse = 5214
- UFSReloadPartitionInfo = 5215
- ClientUFSTransferHeartbeat = 5216
- UFSSynchronizeFile = 5217
- UFSSynchronizeFileResponse = 5218
- ClientUFSDeleteFileRequest = 5219
- ClientUFSDeleteFileResponse = 5220
- UFSDownloadRequest = 5221
- UFSDownloadResponse = 5222
- UFSDownloadChunk = 5223
- ClientUFSGetUGCDetails = 5226
- ClientUFSGetUGCDetailsResponse = 5227
- UFSUpdateFileFlags = 5228
- UFSUpdateFileFlagsResponse = 5229
- ClientUFSGetSingleFileInfo = 5230
- ClientUFSGetSingleFileInfoResponse = 5231
- UFSReloadAccount = 5234
- UFSReloadAccountResponse = 5235
- UFSUpdateRecordBatched = 5236
- UFSUpdateRecordBatchedResponse = 5237
- UFSMigrateFile = 5238
- UFSMigrateFileResponse = 5239
- UFSGetUGCURLs = 5240
- UFSGetUGCURLsResponse = 5241
- UFSHttpUploadFileFinishRequest = 5242
- UFSHttpUploadFileFinishResponse = 5243
- UFSDownloadStartRequest = 5244
- UFSDownloadStartResponse = 5245
- UFSDownloadChunkRequest = 5246
- UFSDownloadChunkResponse = 5247
- UFSDownloadFinishRequest = 5248
- UFSDownloadFinishResponse = 5249
- UFSFlushURLCache = 5250
- ClientUFSUploadCommit = 5251
- ClientUFSUploadCommitResponse = 5252
- UFSMigrateFileAppID = 5253
- UFSMigrateFileAppIDResponse = 5254
- BaseClient2 = 5400
- ClientRequestForgottenPasswordEmail = 5401
- ClientRequestForgottenPasswordEmailResponse = 5402
- ClientCreateAccountResponse = 5403
- ClientResetForgottenPassword = 5404
- ClientResetForgottenPasswordResponse = 5405
- ClientCreateAccount2 = 5406
- ClientInformOfResetForgottenPassword = 5407
- ClientInformOfResetForgottenPasswordResponse = 5408
- ClientAnonUserLogOn_Deprecated = 5409
removed
- ClientGamesPlayedWithDataBlob = 5410
- ClientUpdateUserGameInfo = 5411
- ClientFileToDownload = 5412
- ClientFileToDownloadResponse = 5413
- ClientLBSSetScore = 5414
- ClientLBSSetScoreResponse = 5415
- ClientLBSFindOrCreateLB = 5416
- ClientLBSFindOrCreateLBResponse = 5417
- ClientLBSGetLBEntries = 5418
- ClientLBSGetLBEntriesResponse = 5419
- ClientMarketingMessageUpdate = 5420
removed
- ClientChatDeclined = 5426
- ClientFriendMsgIncoming = 5427
- ClientAuthList_Deprecated = 5428
removed
- ClientTicketAuthComplete = 5429
- ClientIsLimitedAccount = 5430
- ClientRequestAuthList = 5431
- ClientAuthList = 5432
- ClientStat = 5433
- ClientP2PConnectionInfo = 5434
- ClientP2PConnectionFailInfo = 5435
- ClientGetNumberOfCurrentPlayers = 5436
removed
- ClientGetNumberOfCurrentPlayersResponse = 5437
removed
- ClientGetDepotDecryptionKey = 5438
- ClientGetDepotDecryptionKeyResponse = 5439
- GSPerformHardwareSurvey = 5440
- ClientGetAppBetaPasswords = 5441
removed
- ClientGetAppBetaPasswordsResponse = 5442
removed
- ClientEnableTestLicense = 5443
- ClientEnableTestLicenseResponse = 5444
- ClientDisableTestLicense = 5445
- ClientDisableTestLicenseResponse = 5446
- ClientRequestValidationMail = 5448
- ClientRequestValidationMailResponse = 5449
- ClientCheckAppBetaPassword = 5450
- ClientCheckAppBetaPasswordResponse = 5451
- ClientToGC = 5452
- ClientFromGC = 5453
- ClientRequestChangeMail = 5454
- ClientRequestChangeMailResponse = 5455
- ClientEmailAddrInfo = 5456
- ClientPasswordChange3 = 5457
- ClientEmailChange3 = 5458
- ClientPersonalQAChange3 = 5459
- ClientResetForgottenPassword3 = 5460
- ClientRequestForgottenPasswordEmail3 = 5461
- ClientCreateAccount3 = 5462
removed
- ClientNewLoginKey = 5463
- ClientNewLoginKeyAccepted = 5464
- ClientLogOnWithHash_Deprecated = 5465
removed
- ClientStoreUserStats2 = 5466
- ClientStatsUpdated = 5467
- ClientActivateOEMLicense = 5468
- ClientRegisterOEMMachine = 5469
- ClientRegisterOEMMachineResponse = 5470
- ClientRequestedClientStats = 5480
- ClientStat2Int32 = 5481
- ClientStat2 = 5482
- ClientVerifyPassword = 5483
- ClientVerifyPasswordResponse = 5484
- ClientDRMDownloadRequest = 5485
- ClientDRMDownloadResponse = 5486
- ClientDRMFinalResult = 5487
- ClientGetFriendsWhoPlayGame = 5488
- ClientGetFriendsWhoPlayGameResponse = 5489
- ClientOGSBeginSession = 5490
- ClientOGSBeginSessionResponse = 5491
- ClientOGSEndSession = 5492
- ClientOGSEndSessionResponse = 5493
- ClientOGSWriteRow = 5494
- ClientDRMTest = 5495
- ClientDRMTestResult = 5496
- ClientServersAvailable = 5501
- ClientRegisterAuthTicketWithCM = 5502
- ClientGCMsgFailed = 5503
- ClientMicroTxnAuthRequest = 5504
- ClientMicroTxnAuthorize = 5505
- ClientMicroTxnAuthorizeResponse = 5506
- ClientAppMinutesPlayedData = 5507
- ClientGetMicroTxnInfo = 5508
- ClientGetMicroTxnInfoResponse = 5509
- ClientMarketingMessageUpdate2 = 5510
- ClientDeregisterWithServer = 5511
- ClientSubscribeToPersonaFeed = 5512
- ClientLogon = 5514
- ClientGetClientDetails = 5515
- ClientGetClientDetailsResponse = 5516
- ClientReportOverlayDetourFailure = 5517
- ClientGetClientAppList = 5518
- ClientGetClientAppListResponse = 5519
- ClientInstallClientApp = 5520
- ClientInstallClientAppResponse = 5521
- ClientUninstallClientApp = 5522
- ClientUninstallClientAppResponse = 5523
- ClientSetClientAppUpdateState = 5524
- ClientSetClientAppUpdateStateResponse = 5525
- ClientRequestEncryptedAppTicket = 5526
- ClientRequestEncryptedAppTicketResponse = 5527
- ClientWalletInfoUpdate = 5528
- ClientLBSSetUGC = 5529
- ClientLBSSetUGCResponse = 5530
- ClientAMGetClanOfficers = 5531
- ClientAMGetClanOfficersResponse = 5532
- ClientCheckFileSignature = 5533
removed
- ClientCheckFileSignatureResponse = 5534
removed
- ClientFriendProfileInfo = 5535
- ClientFriendProfileInfoResponse = 5536
- ClientUpdateMachineAuth = 5537
- ClientUpdateMachineAuthResponse = 5538
- ClientReadMachineAuth = 5539
- ClientReadMachineAuthResponse = 5540
- ClientRequestMachineAuth = 5541
- ClientRequestMachineAuthResponse = 5542
- ClientScreenshotsChanged = 5543
- ClientEmailChange4 = 5544
- ClientEmailChangeResponse4 = 5545
- ClientGetCDNAuthToken = 5546
- ClientGetCDNAuthTokenResponse = 5547
- ClientDownloadRateStatistics = 5548
- ClientRequestAccountData = 5549
- ClientRequestAccountDataResponse = 5550
- ClientResetForgottenPassword4 = 5551
- ClientHideFriend = 5552
- ClientFriendsGroupsList = 5553
- ClientGetClanActivityCounts = 5554
- ClientGetClanActivityCountsResponse = 5555
- ClientOGSReportString = 5556
- ClientOGSReportBug = 5557
- ClientSentLogs = 5558
- ClientLogonGameServer = 5559
- AMClientCreateFriendsGroup = 5560
- AMClientCreateFriendsGroupResponse = 5561
- AMClientDeleteFriendsGroup = 5562
- AMClientDeleteFriendsGroupResponse = 5563
- AMClientManageFriendsGroup = 5564
- AMClientManageFriendsGroupResponse = 5565
- AMClientAddFriendToGroup = 5566
- AMClientAddFriendToGroupResponse = 5567
- AMClientRemoveFriendFromGroup = 5568
- AMClientRemoveFriendFromGroupResponse = 5569
- ClientAMGetPersonaNameHistory = 5570
- ClientAMGetPersonaNameHistoryResponse = 5571
- ClientRequestFreeLicense = 5572
- ClientRequestFreeLicenseResponse = 5573
- ClientDRMDownloadRequestWithCrashData = 5574
- ClientAuthListAck = 5575
- ClientItemAnnouncements = 5576
- ClientRequestItemAnnouncements = 5577
- ClientFriendMsgEchoToSender = 5578
- ClientChangeSteamGuardOptions = 5579
removed
- ClientChangeSteamGuardOptionsResponse = 5580
removed
- ClientOGSGameServerPingSample = 5581
- ClientCommentNotifications = 5582
- ClientRequestCommentNotifications = 5583
- ClientPersonaChangeResponse = 5584
- ClientRequestWebAPIAuthenticateUserNonce = 5585
- ClientRequestWebAPIAuthenticateUserNonceResponse = 5586
- ClientPlayerNicknameList = 5587
- AMClientSetPlayerNickname = 5588
- AMClientSetPlayerNicknameResponse = 5589
- ClientCreateAccountProto = 5590
- ClientCreateAccountProtoResponse = 5591
- ClientGetNumberOfCurrentPlayersDP = 5592
- ClientGetNumberOfCurrentPlayersDPResponse = 5593
- ClientServiceMethodLegacy = 5594
- ClientServiceMethodLegacyResponse = 5595
- ClientFriendUserStatusPublished = 5596
- ClientCurrentUIMode = 5597
- ClientVanityURLChangedNotification = 5598
- ClientUserNotifications = 5599
- BaseDFS = 5600
- DFSGetFile = 5601
- DFSInstallLocalFile = 5602
- DFSConnection = 5603
- DFSConnectionReply = 5604
- ClientDFSAuthenticateRequest = 5605
- ClientDFSAuthenticateResponse = 5606
- ClientDFSEndSession = 5607
- DFSPurgeFile = 5608
- DFSRouteFile = 5609
- DFSGetFileFromServer = 5610
- DFSAcceptedResponse = 5611
- DFSRequestPingback = 5612
- DFSRecvTransmitFile = 5613
- DFSSendTransmitFile = 5614
- DFSRequestPingback2 = 5615
- DFSResponsePingback2 = 5616
- ClientDFSDownloadStatus = 5617
- DFSStartTransfer = 5618
- DFSTransferComplete = 5619
- DFSRouteFileResponse = 5620
- ClientNetworkingCertRequest = 5621
- ClientNetworkingCertRequestResponse = 5622
- ClientChallengeRequest = 5623
- ClientChallengeResponse = 5624
- BadgeCraftedNotification = 5625
- ClientNetworkingMobileCertRequest = 5626
- ClientNetworkingMobileCertRequestResponse = 5627
- BaseMDS = 5800
- ClientMDSLoginRequest = 5801
removed
- ClientMDSLoginResponse = 5802
removed
- ClientMDSUploadManifestRequest = 5803
removed
- ClientMDSUploadManifestResponse = 5804
removed
- ClientMDSTransmitManifestDataChunk = 5805
removed
- ClientMDSHeartbeat = 5806
removed
- ClientMDSUploadDepotChunks = 5807
removed
- ClientMDSUploadDepotChunksResponse = 5808
removed
- ClientMDSInitDepotBuildRequest = 5809
removed
- ClientMDSInitDepotBuildResponse = 5810
removed
- AMToMDSGetDepotDecryptionKey = 5812
- MDSToAMGetDepotDecryptionKeyResponse = 5813
- MDSGetVersionsForDepot = 5814
removed
- MDSGetVersionsForDepotResponse = 5815
removed
- ClientMDSInitWorkshopBuildRequest = 5816
removed
- ClientMDSInitWorkshopBuildResponse = 5817
removed
- ClientMDSGetDepotManifest = 5818
removed
- ClientMDSGetDepotManifestResponse = 5819
removed
- ClientMDSGetDepotManifestChunk = 5820
removed
- ClientMDSUploadRateTest = 5823
removed
- ClientMDSUploadRateTestResponse = 5824
removed
- MDSDownloadDepotChunksAck = 5825
removed
- MDSContentServerStatsBroadcast = 5826
removed
- MDSContentServerConfigRequest = 5827
- MDSContentServerConfig = 5828
- MDSGetDepotManifest = 5829
- MDSGetDepotManifestResponse = 5830
- MDSGetDepotManifestChunk = 5831
- MDSGetDepotChunk = 5832
- MDSGetDepotChunkResponse = 5833
- MDSGetDepotChunkChunk = 5834
- MDSUpdateContentServerConfig = 5835
removed
- MDSGetServerListForUser = 5836
- MDSGetServerListForUserResponse = 5837
- ClientMDSRegisterAppBuild = 5838
removed
- ClientMDSRegisterAppBuildResponse = 5839
removed
- ClientMDSSetAppBuildLive = 5840
removed
- ClientMDSSetAppBuildLiveResponse = 5841
removed
- ClientMDSGetPrevDepotBuild = 5842
removed
- ClientMDSGetPrevDepotBuildResponse = 5843
removed
- MDSToCSFlushChunk = 5844
- ClientMDSSignInstallScript = 5845
removed
- ClientMDSSignInstallScriptResponse = 5846
removed
- MDSMigrateChunk = 5847
- MDSMigrateChunkResponse = 5848
- MDSToCSFlushManifest = 5849
- CSBase = 6200
- CSPing = 6201
- CSPingResponse = 6202
- GMSBase = 6400
- GMSGameServerReplicate = 6401
- ClientGMSServerQuery = 6403
- GMSClientServerQueryResponse = 6404
- AMGMSGameServerUpdate = 6405
- AMGMSGameServerRemove = 6406
- GameServerOutOfDate = 6407
- DeviceAuthorizationBase = 6500
- ClientAuthorizeLocalDeviceRequest = 6501
- ClientAuthorizeLocalDeviceResponse = 6502
- ClientDeauthorizeDeviceRequest = 6503
- ClientDeauthorizeDevice = 6504
- ClientUseLocalDeviceAuthorizations = 6505
- ClientGetAuthorizedDevices = 6506
- ClientGetAuthorizedDevicesResponse = 6507
- AMNotifySessionDeviceAuthorized = 6508
- ClientAuthorizeLocalDeviceNotification = 6509
- MMSBase = 6600
- ClientMMSCreateLobby = 6601
- ClientMMSCreateLobbyResponse = 6602
- ClientMMSJoinLobby = 6603
- ClientMMSJoinLobbyResponse = 6604
- ClientMMSLeaveLobby = 6605
- ClientMMSLeaveLobbyResponse = 6606
- ClientMMSGetLobbyList = 6607
- ClientMMSGetLobbyListResponse = 6608
- ClientMMSSetLobbyData = 6609
- ClientMMSSetLobbyDataResponse = 6610
- ClientMMSGetLobbyData = 6611
- ClientMMSLobbyData = 6612
- ClientMMSSendLobbyChatMsg = 6613
- ClientMMSLobbyChatMsg = 6614
- ClientMMSSetLobbyOwner = 6615
- ClientMMSSetLobbyOwnerResponse = 6616
- ClientMMSSetLobbyGameServer = 6617
- ClientMMSLobbyGameServerSet = 6618
- ClientMMSUserJoinedLobby = 6619
- ClientMMSUserLeftLobby = 6620
- ClientMMSInviteToLobby = 6621
- ClientMMSFlushFrenemyListCache = 6622
- ClientMMSFlushFrenemyListCacheResponse = 6623
- ClientMMSSetLobbyLinked = 6624
- ClientMMSSetRatelimitPolicyOnClient = 6625
- ClientMMSGetLobbyStatus = 6626
- ClientMMSGetLobbyStatusResponse = 6627
- MMSGetLobbyList = 6628
- MMSGetLobbyListResponse = 6629
- NonStdMsgBase = 6800
- NonStdMsgMemcached = 6801
- NonStdMsgHTTPServer = 6802
- NonStdMsgHTTPClient = 6803
- NonStdMsgWGResponse = 6804
- NonStdMsgPHPSimulator = 6805
- NonStdMsgChase = 6806
- NonStdMsgDFSTransfer = 6807
- NonStdMsgTests = 6808
- NonStdMsgUMQpipeAAPL = 6809
- NonStdMsgSyslog = 6810
- NonStdMsgLogsink = 6811
- NonStdMsgSteam2Emulator = 6812
- NonStdMsgRTMPServer = 6813
- NonStdMsgWebSocket = 6814
- NonStdMsgRedis = 6815
- UDSBase = 7000
- ClientUDSP2PSessionStarted = 7001
- ClientUDSP2PSessionEnded = 7002
- UDSRenderUserAuth = 7003
- UDSRenderUserAuthResponse = 7004
- ClientInviteToGame = 7005
- UDSHasSession = 7006
- UDSHasSessionResponse = 7007
- MPASBase = 7100
- MPASVacBanReset = 7101
- KGSBase = 7200
- KGSAllocateKeyRange = 7201
removed
- KGSAllocateKeyRangeResponse = 7202
removed
- KGSGenerateKeys = 7203
removed
- KGSGenerateKeysResponse = 7204
removed
- KGSRemapKeys = 7205
removed
- KGSRemapKeysResponse = 7206
removed
- KGSGenerateGameStopWCKeys = 7207
removed
- KGSGenerateGameStopWCKeysResponse = 7208
removed
- UCMBase = 7300
- ClientUCMAddScreenshot = 7301
- ClientUCMAddScreenshotResponse = 7302
- UCMValidateObjectExists = 7303
removed
- UCMValidateObjectExistsResponse = 7304
removed
- UCMResetCommunityContent = 7307
- UCMResetCommunityContentResponse = 7308
- ClientUCMDeleteScreenshot = 7309
- ClientUCMDeleteScreenshotResponse = 7310
- ClientUCMPublishFile = 7311
- ClientUCMPublishFileResponse = 7312
- ClientUCMGetPublishedFileDetails = 7313
removed
- ClientUCMGetPublishedFileDetailsResponse = 7314
removed
- ClientUCMDeletePublishedFile = 7315
- ClientUCMDeletePublishedFileResponse = 7316
- ClientUCMEnumerateUserPublishedFiles = 7317
- ClientUCMEnumerateUserPublishedFilesResponse = 7318
- ClientUCMSubscribePublishedFile = 7319
removed
- ClientUCMSubscribePublishedFileResponse = 7320
removed
- ClientUCMEnumerateUserSubscribedFiles = 7321
- ClientUCMEnumerateUserSubscribedFilesResponse = 7322
- ClientUCMUnsubscribePublishedFile = 7323
removed
- ClientUCMUnsubscribePublishedFileResponse = 7324
removed
- ClientUCMUpdatePublishedFile = 7325
- ClientUCMUpdatePublishedFileResponse = 7326
- UCMUpdatePublishedFile = 7327
- UCMUpdatePublishedFileResponse = 7328
- UCMDeletePublishedFile = 7329
- UCMDeletePublishedFileResponse = 7330
- UCMUpdatePublishedFileStat = 7331
- UCMUpdatePublishedFileBan = 7332
- UCMUpdatePublishedFileBanResponse = 7333
- UCMUpdateTaggedScreenshot = 7334
removed
- UCMAddTaggedScreenshot = 7335
removed
- UCMRemoveTaggedScreenshot = 7336
removed
- UCMReloadPublishedFile = 7337
- UCMReloadUserFileListCaches = 7338
- UCMPublishedFileReported = 7339
- UCMUpdatePublishedFileIncompatibleStatus = 7340
removed
- UCMPublishedFilePreviewAdd = 7341
- UCMPublishedFilePreviewAddResponse = 7342
- UCMPublishedFilePreviewRemove = 7343
- UCMPublishedFilePreviewRemoveResponse = 7344
- UCMPublishedFilePreviewChangeSortOrder = 7345
removed
- UCMPublishedFilePreviewChangeSortOrderResponse = 7346
removed
- ClientUCMPublishedFileSubscribed = 7347
- ClientUCMPublishedFileUnsubscribed = 7348
- UCMPublishedFileSubscribed = 7349
- UCMPublishedFileUnsubscribed = 7350
- UCMPublishFile = 7351
- UCMPublishFileResponse = 7352
- UCMPublishedFileChildAdd = 7353
- UCMPublishedFileChildAddResponse = 7354
- UCMPublishedFileChildRemove = 7355
- UCMPublishedFileChildRemoveResponse = 7356
- UCMPublishedFileChildChangeSortOrder = 7357
removed
- UCMPublishedFileChildChangeSortOrderResponse = 7358
removed
- UCMPublishedFileParentChanged = 7359
- ClientUCMGetPublishedFilesForUser = 7360
- ClientUCMGetPublishedFilesForUserResponse = 7361
- UCMGetPublishedFilesForUser = 7362
removed
- UCMGetPublishedFilesForUserResponse = 7363
removed
- ClientUCMSetUserPublishedFileAction = 7364
- ClientUCMSetUserPublishedFileActionResponse = 7365
- ClientUCMEnumeratePublishedFilesByUserAction = 7366
- ClientUCMEnumeratePublishedFilesByUserActionResponse = 7367
- ClientUCMPublishedFileDeleted = 7368
- UCMGetUserSubscribedFiles = 7369
- UCMGetUserSubscribedFilesResponse = 7370
- UCMFixStatsPublishedFile = 7371
- UCMDeleteOldScreenshot = 7372
removed
- UCMDeleteOldScreenshotResponse = 7373
removed
- UCMDeleteOldVideo = 7374
removed
- UCMDeleteOldVideoResponse = 7375
removed
- UCMUpdateOldScreenshotPrivacy = 7376
removed
- UCMUpdateOldScreenshotPrivacyResponse = 7377
removed
- ClientUCMEnumerateUserSubscribedFilesWithUpdates = 7378
- ClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse = 7379
- UCMPublishedFileContentUpdated = 7380
- ClientUCMPublishedFileUpdated = 7381
- ClientWorkshopItemChangesRequest = 7382
- ClientWorkshopItemChangesResponse = 7383
- ClientWorkshopItemInfoRequest = 7384
- ClientWorkshopItemInfoResponse = 7385
- FSBase = 7500
- ClientRichPresenceUpload = 7501
- ClientRichPresenceRequest = 7502
- ClientRichPresenceInfo = 7503
- FSRichPresenceRequest = 7504
- FSRichPresenceResponse = 7505
- FSComputeFrenematrix = 7506
- FSComputeFrenematrixResponse = 7507
- FSPlayStatusNotification = 7508
- FSPublishPersonaStatus = 7509
removed
- FSAddOrRemoveFollower = 7510
- FSAddOrRemoveFollowerResponse = 7511
- FSUpdateFollowingList = 7512
- FSCommentNotification = 7513
- FSCommentNotificationViewed = 7514
- ClientFSGetFollowerCount = 7515
- ClientFSGetFollowerCountResponse = 7516
- ClientFSGetIsFollowing = 7517
- ClientFSGetIsFollowingResponse = 7518
- ClientFSEnumerateFollowingList = 7519
- ClientFSEnumerateFollowingListResponse = 7520
- FSGetPendingNotificationCount = 7521
- FSGetPendingNotificationCountResponse = 7522
- ClientChatOfflineMessageNotification = 7523
- ClientChatRequestOfflineMessageCount = 7524
- ClientChatGetFriendMessageHistory = 7525
- ClientChatGetFriendMessageHistoryResponse = 7526
- ClientChatGetFriendMessageHistoryForOfflineMessages = 7527
- ClientFSGetFriendsSteamLevels = 7528
- ClientFSGetFriendsSteamLevelsResponse = 7529
- AMRequestFriendData = 7530
- CEGVersionSetEnableDisableRequest = 7600
- DRMRange2 = 7600
- CEGVersionSetEnableDisableResponse = 7601
- CEGPropStatusDRMSRequest = 7602
- CEGPropStatusDRMSResponse = 7603
- CEGWhackFailureReportRequest = 7604
- CEGWhackFailureReportResponse = 7605
- DRMSFetchVersionSet = 7606
- DRMSFetchVersionSetResponse = 7607
- EconBase = 7700
- EconTrading_InitiateTradeRequest = 7701
- EconTrading_InitiateTradeProposed = 7702
- EconTrading_InitiateTradeResponse = 7703
- EconTrading_InitiateTradeResult = 7704
- EconTrading_StartSession = 7705
- EconTrading_CancelTradeRequest = 7706
- EconFlushInventoryCache = 7707
- EconFlushInventoryCacheResponse = 7708
- EconCDKeyProcessTransaction = 7711
- EconCDKeyProcessTransactionResponse = 7712
- EconGetErrorLogs = 7713
- EconGetErrorLogsResponse = 7714
- RMRange = 7800
- RMTestVerisignOTP = 7800
- RMTestVerisignOTPResponse = 7801
- RMDeleteMemcachedKeys = 7803
- RMRemoteInvoke = 7804
- BadLoginIPList = 7805
- RMMsgTraceAddTrigger = 7806
- RMMsgTraceRemoveTrigger = 7807
- RMMsgTraceEvent = 7808
- UGSUpdateGlobalStats = 7900
- UGSBase = 7900
- ClientUGSGetGlobalStats = 7901
- ClientUGSGetGlobalStatsResponse = 7902
- StoreUpdateRecommendationCount = 8000
removed
- StoreBase = 8000
- UMQLogonRequest = 8100
- UMQBase = 8100
- UMQLogonResponse = 8101
- UMQLogoffRequest = 8102
- UMQLogoffResponse = 8103
- UMQSendChatMessage = 8104
- UMQIncomingChatMessage = 8105
- UMQPoll = 8106
- UMQPollResults = 8107
- UMQ2AM_ClientMsgBatch = 8108
- UMQEnqueueMobileSalePromotions = 8109
removed
- UMQEnqueueMobileAnnouncements = 8110
removed
- WorkshopAcceptTOSRequest = 8200
removed
- WorkshopBase = 8200
- WorkshopAcceptTOSResponse = 8201
removed
- WebAPIValidateOAuth2Token = 8300
- WebAPIBase = 8300
- WebAPIValidateOAuth2TokenResponse = 8301
- WebAPIInvalidateTokensForAccount = 8302
removed
- WebAPIRegisterGCInterfaces = 8303
- WebAPIInvalidateOAuthClientCache = 8304
- WebAPIInvalidateOAuthTokenCache = 8305
- WebAPISetSecrets = 8306
- BackpackBase = 8400
- BackpackAddToCurrency = 8401
- BackpackAddToCurrencyResponse = 8402
- CREBase = 8500
- CRERankByTrend = 8501
removed
- CRERankByTrendResponse = 8502
removed
- CREItemVoteSummary = 8503
- CREItemVoteSummaryResponse = 8504
- CRERankByVote = 8505
removed
- CRERankByVoteResponse = 8506
removed
- CREUpdateUserPublishedItemVote = 8507
- CREUpdateUserPublishedItemVoteResponse = 8508
- CREGetUserPublishedItemVoteDetails = 8509
- CREGetUserPublishedItemVoteDetailsResponse = 8510
- CREEnumeratePublishedFiles = 8511
- CREEnumeratePublishedFilesResponse = 8512
- CREPublishedFileVoteAdded = 8513
- SecretsRequestCredentialPair = 8600
- SecretsBase = 8600
- SecretsCredentialPairResponse = 8601
- SecretsRequestServerIdentity = 8602
removed
- SecretsServerIdentityResponse = 8603
removed
- SecretsUpdateServerIdentities = 8604
removed
- BoxMonitorReportRequest = 8700
- BoxMonitorBase = 8700
- BoxMonitorReportResponse = 8701
- LogsinkWriteReport = 8800
- LogsinkBase = 8800
- PICSBase = 8900
- ClientPICSChangesSinceRequest = 8901
- ClientPICSChangesSinceResponse = 8902
- ClientPICSProductInfoRequest = 8903
- ClientPICSProductInfoResponse = 8904
- ClientPICSAccessTokenRequest = 8905
- ClientPICSAccessTokenResponse = 8906
- WorkerProcess = 9000
- WorkerProcessPingRequest = 9000
- WorkerProcessPingResponse = 9001
- WorkerProcessShutdown = 9002
- DRMWorkerProcess = 9100
- DRMWorkerProcessDRMAndSign = 9100
- DRMWorkerProcessDRMAndSignResponse = 9101
- DRMWorkerProcessSteamworksInfoRequest = 9102
- DRMWorkerProcessSteamworksInfoResponse = 9103
- DRMWorkerProcessInstallDRMDLLRequest = 9104
- DRMWorkerProcessInstallDRMDLLResponse = 9105
- DRMWorkerProcessSecretIdStringRequest = 9106
- DRMWorkerProcessSecretIdStringResponse = 9107
- DRMWorkerProcessGetDRMGuidsFromFileRequest = 9108
removed
- DRMWorkerProcessGetDRMGuidsFromFileResponse = 9109
removed
- DRMWorkerProcessInstallProcessedFilesRequest = 9110
- DRMWorkerProcessInstallProcessedFilesResponse = 9111
- DRMWorkerProcessExamineBlobRequest = 9112
- DRMWorkerProcessExamineBlobResponse = 9113
- DRMWorkerProcessDescribeSecretRequest = 9114
- DRMWorkerProcessDescribeSecretResponse = 9115
- DRMWorkerProcessBackfillOriginalRequest = 9116
- DRMWorkerProcessBackfillOriginalResponse = 9117
- DRMWorkerProcessValidateDRMDLLRequest = 9118
- DRMWorkerProcessValidateDRMDLLResponse = 9119
- DRMWorkerProcessValidateFileRequest = 9120
- DRMWorkerProcessValidateFileResponse = 9121
- DRMWorkerProcessSplitAndInstallRequest = 9122
- DRMWorkerProcessSplitAndInstallResponse = 9123
- DRMWorkerProcessGetBlobRequest = 9124
- DRMWorkerProcessGetBlobResponse = 9125
- DRMWorkerProcessEvaluateCrashRequest = 9126
- DRMWorkerProcessEvaluateCrashResponse = 9127
- DRMWorkerProcessAnalyzeFileRequest = 9128
- DRMWorkerProcessAnalyzeFileResponse = 9129
- DRMWorkerProcessUnpackBlobRequest = 9130
- DRMWorkerProcessUnpackBlobResponse = 9131
- DRMWorkerProcessInstallAllRequest = 9132
- DRMWorkerProcessInstallAllResponse = 9133
- TestWorkerProcess = 9200
- TestWorkerProcessLoadUnloadModuleRequest = 9200
- TestWorkerProcessLoadUnloadModuleResponse = 9201
- TestWorkerProcessServiceModuleCallRequest = 9202
- TestWorkerProcessServiceModuleCallResponse = 9203
- QuestServerBase = 9300
- ClientGetEmoticonList = 9330
- ClientEmoticonList = 9331
- SLCUserSessionStatus = 9400
- SLCBase = 9400
- SLCRequestUserSessionStatus = 9401
removed
removed
- SLCOwnerLibraryChanged = 9407
- RemoteClientAuth_OBSOLETE = 9500
- RemoteClientBase = 9500
- RemoteClientAuthResponse_OBSOLETE = 9501
- RemoteClientAppStatus = 9502
- RemoteClientStartStream = 9503
- RemoteClientStartStreamResponse = 9504
- RemoteClientPing = 9505
- RemoteClientPingResponse = 9506
- ClientUnlockStreaming = 9507
- ClientUnlockStreamingResponse = 9508
- RemoteClientAcceptEULA = 9509
- RemoteClientGetControllerConfig = 9510
- RemoteClientGetControllerConfigResponse = 9511
- RemoteClientStreamingEnabled = 9512
- ClientUnlockHEVC = 9513
- ClientUnlockHEVCResponse = 9514
- RemoteClientStatusRequest = 9515
- RemoteClientStatusResponse = 9516
- ClientPlayingSessionState = 9600
- ClientConcurrentSessionsBase = 9600
- ClientKickPlayingSession = 9601
- ClientBroadcastInit = 9700
removed
- ClientBroadcastBase = 9700
- ClientBroadcastFrames = 9701
- ClientBroadcastDisconnect = 9702
- ClientBroadcastScreenshot = 9703
- ClientBroadcastUploadConfig = 9704
- ClientVoiceCallPreAuthorize = 9800
removed
- BaseClient3 = 9800
- ClientVoiceCallPreAuthorizeResponse = 9801
- ClientServerTimestampRequest = 9802
- ClientServerTimestampResponse = 9803
- ClientLANP2PRequestChunk = 9900
- ClientLANP2PBase = 9900
- ClientLANP2PRequestChunkResponse = 9901
- ClientLANP2PMax = 9999
- NotifyWatchdog = 10000
- ClientSiteLicenseSiteInfoNotification = 10100
- ClientSiteLicenseBase = 10100
- ClientSiteLicenseCheckout = 10101
- ClientSiteLicenseCheckoutResponse = 10102
- ClientSiteLicenseGetAvailableSeats = 10103
- ClientSiteLicenseGetAvailableSeatsResponse = 10104
- ClientSiteLicenseGetContentCacheInfo = 10105
- ClientSiteLicenseGetContentCacheInfoResponse = 10106
- ChatServerGetPendingNotificationCount = 12000
- BaseChatServer = 12000
- ChatServerGetPendingNotificationCountResponse = 12001
- ServerSecretChanged = 12100
- BaseSecretServer = 12100
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
enums.proto
- class steam.enums.proto.EAccessibilityContrastMode(*values)
- EBrowserContrastMode_NoPreference = 0
- EBrowserContrastMode_More = 1
- EBrowserContrastMode_Less = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EACState(*values)
- Unknown = 0
- Disconnected = 1
- Connected = 2
- ConnectedSlow = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EAgreementType(*values)
- Invalid = -1
- GlobalSSA = 0
- ChinaSSA = 1
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EAppCloudStatus(*values)
- EAppCloudStatusInvalid = 0
- EAppCloudStatusDisabled = 1
- EAppCloudStatusUnknown = 2
- EAppCloudStatusSynchronized = 3
- EAppCloudStatusChecking = 4
- EAppCloudStatusOutOfSync = 5
- EAppCloudStatusUploading = 6
- EAppCloudStatusDownloading = 7
- EAppCloudStatusSyncFailed = 8
- EAppCloudStatusConflict = 9
- EAppCloudStatusPendingElsewhere = 10
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EAppContentDetectionType(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- None = 0
- AntiCheat = 1
- GameEngine = 2
- class steam.enums.proto.EAppControllerSupportLevel(*values)
- EAppControllerSupportLevelNone = 0
- EAppControllerSupportLevelPartial = 1
- EAppControllerSupportLevelFull = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EAppGamepadGyroTrackpadSupportLevel(*values)
- EAppGamepadGyroTrackpadSupportLevelUnknown = -1
- EAppGamepadGyroTrackpadSupportLevelNoGamepad = 0
- EAppGamepadGyroTrackpadSupportLevelGamepad = 1
- EAppGamepadGyroTrackpadSupportLevelSimultaneous = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EAppHDRSupport(*values)
- EHDRSupport_Unknown = 0
- EHDRSupport_SDR = 1
- EHDRSupport_HDR = 2
- EHDRSupport_HDR_Broken = 3
- EHDRSupport_HDR_RequiresUserAction = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EAppReportType(*values)
- Invalid = 0
- Scam = 1
- Malware = 2
- HateSpeech = 3
- Pornography = 4
- NonLabeledAdultContent = 5
- Libelous = 6
- Offensive = 7
- ExploitsChildren = 8
- MtxWithNonSteamWalletPaymentMethods = 9
- CopyrightViolation = 10
- ViolatesLaws = 11
- Other = 12
- Broken = 13
- AIContentReport = 14
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EAssetPropertyType(*values)
- Unknown = 0
- Float = 1
- Int = 2
- String = 3
- MAX = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EAsyncGameSessionUserState(*values)
- EAsyncGameSessionUserStateUnknown = -1
- EAsyncGameSessionUserStateWaitingForOthers = 0
- EAsyncGameSessionUserStateReadyForAction = 1
- EAsyncGameSessionUserStateDone = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EAsyncGameSessionUserVisibility(*values)
- EAsyncGameSessionUserVisibilityEnvelopeAndSessionList = 0
- EAsyncGameSessionUserVisibilitySessionListOnly = 1
- EAsyncGameSessionUserVisibilityDismissed = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EAudioFormat(*values)
- EAudioFormatNone = 0
- EAudioFormat16BitLittleEndian = 1
- EAudioFormatFloat = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EAuthenticationType(*values)
- Unknown = 0
- Password = 1
- QR = 2
- AccountCreation = 3
- GuestAccount = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EAuthSessionGuardType(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- Unknown = 0
- None = 1
- EmailCode = 2
- DeviceCode = 3
- DeviceConfirmation = 4
- EmailConfirmation = 5
- MachineToken = 6
- LegacyMachineAuth = 7
- class steam.enums.proto.EAuthSessionSecurityHistory(*values)
- Invalid = 0
- UsedPreviously = 1
- NoPriorHistory = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EAuthTokenAppType(*values)
- Unknown = 0
- Mobile_SteamApp = 1
- Mobile_ChatApp = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EAuthTokenPlatformType(*values)
- Unknown = 0
- SteamClient = 1
- WebBrowser = 2
- MobileApp = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EAuthTokenRevokeAction(*values)
- EAuthTokenRevokeLogout = 0
- EAuthTokenRevokePermanent = 1
- EAuthTokenRevokeReplaced = 2
- EAuthTokenRevokeSupport = 3
- EAuthTokenRevokeConsume = 4
- EAuthTokenRevokeNonRememberedLogout = 5
- EAuthTokenRevokeNonRememberedPermanent = 6
- EAuthTokenRevokeAutomatic = 7
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EAuthTokenState(*values)
- Invalid = 0
- New = 1
- Confirmed = 2
- Issued = 3
- Denied = 4
- LoggedOut = 5
- Consumed = 6
- Revoked = 99
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EBanContentCheckResult(*values)
- NotScanned = 0
- Reset = 1
- NeedsChecking = 2
- VeryUnlikely = 5
- Unlikely = 30
- Possible = 50
- Likely = 75
- VeryLikely = 100
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EBatteryState(*values)
- Unknown = 0
- Discharging = 1
- Charging = 2
- Full = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EBluetoothDeviceType(*values)
- BluetoothDeviceType_Invalid = 0
- BluetoothDeviceType_Unknown = 1
- BluetoothDeviceType_Phone = 2
- BluetoothDeviceType_Computer = 3
- BluetoothDeviceType_Headset = 4
- BluetoothDeviceType_Headphones = 5
- BluetoothDeviceType_Speakers = 6
- BluetoothDeviceType_OtherAudio = 7
- BluetoothDeviceType_Mouse = 8
- BluetoothDeviceType_Joystick = 9
- BluetoothDeviceType_Gamepad = 10
- BluetoothDeviceType_Keyboard = 11
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EBroadcastChatPermission(*values)
- EBroadcastChatPermissionPublic = 0
- EBroadcastChatPermissionOwnsApp = 1
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EBroadcastEncoderSetting(*values)
- EBroadcastEncoderBestQuality = 0
- EBroadcastEncoderBestPerformance = 1
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EBroadcastImageType(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- None = 0
- Offline = 1
- Standby = 2
- Avatar = 3
- Summary = 4
- Background = 5
- Emoticon = 6
- class steam.enums.proto.EBroadcastPermission(*values)
- EBroadcastPermissionDisabled = 0
- EBroadcastPermissionFriendsApprove = 1
- EBroadcastPermissionFriendsAllowed = 2
- EBroadcastPermissionPublic = 3
- EBroadcastPermissionSubscribers = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EBroadcastWatchLocation(*values)
- Invalid = 0
- SteamTV_Tab = 1
- SteamTV_WatchParty = 2
- Chat_Tab = 3
- Chat_WatchParty = 4
- CommunityPage = 5
- StoreAppPage = 6
- InGame = 7
- BigPicture = 8
- SalesPage = 9
- CuratorPage = 10
- DeveloperPage = 11
- Chat_Friends = 12
- SteamTV_Web = 13
- DesktopUI_Overlay = 14
- TrailerCarousel = 15
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EBrowserFeatureStatus(*values)
- Invalid = 0
- NotFound = 1
- Unknown = 2
- DisabledSoftware = 3
- DisabledOff = 4
- DisabledOffOk = 5
- EnabledReadback = 9
- EnabledForce = 10
- Enabled = 11
- EnabledOn = 12
- EnabledForceOn = 13
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EBrowserGPUStatus(*values)
- Invalid = 0
- Enabled = 1
- DisabledUnknown = 2
- DisabledCrashCount = 4
- DisabledBlocklist = 5
- DisabledJSRequest = 6
- DisabledCommandLine = 7
- DisabledRuntimeDetect = 8
- DisabledChildCommandLine = 9
- DisabledCompositingCommandLine = 10
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ECaptureFailedReason(*values)
- ECaptureFailedReasonNone = 0
- ECaptureFailedReasonUnknown = 1
- ECaptureFailedReasonPipewireRequired = 2
- ECaptureFailedReasonPipewirePermissions = 3
- ECaptureFailedReasonMacOSPermissions = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EChatRoomGroupRank(*values)
- Default = 0
- Viewer = 10
- Guest = 15
- Member = 20
- Moderator = 30
- Officer = 40
- Owner = 50
- TestInvalid = 99
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EChatRoomJoinState(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- Default = 0
- None = 1
- Joined = 2
- TestInvalid = 99
- class steam.enums.proto.EChatRoomMemberStateChange(*values)
- Invalid = 0
- Joined = 1
- Parted = 2
- Kicked = 3
- Invited = 4
- RankChanged = 7
- InviteDismissed = 8
- Muted = 9
- Banned = 10
- RolesChanged = 12
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EChatRoomMessageReactionType(*values)
- Invalid = 0
- Emoticon = 1
- Sticker = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EChatRoomNotificationLevel(*values)
- EChatroomNotificationLevel_Invalid = 0
- EChatroomNotificationLevel_None = 1
- EChatroomNotificationLevel_MentionMe = 2
- EChatroomNotificationLevel_MentionAll = 3
- EChatroomNotificationLevel_AllMessages = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EChatRoomServerMessage(*values)
- EChatRoomServerMsg_Invalid = 0
- EChatRoomServerMsg_RenameChatRoom = 1
- EChatRoomServerMsg_Joined = 2
- EChatRoomServerMsg_Parted = 3
- EChatRoomServerMsg_Kicked = 4
- EChatRoomServerMsg_Invited = 5
- EChatRoomServerMsg_InviteDismissed = 8
- EChatRoomServerMsg_ChatRoomTaglineChanged = 9
- EChatRoomServerMsg_ChatRoomAvatarChanged = 10
- EChatRoomServerMsg_AppCustom = 11
- EChatRoomServerMsg_JoinedMany = 12
- EChatRoomServerMsg_PartedMany = 13
- EChatRoomServerMsg_InvitedMany = 14
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EChatSessionNotice(*values)
- Invalid = 0
- Suspicious = 1
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EChildProcessQueryCommand(*values)
- Invalid = 0
- GpuTopology = 1
- Max = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EChildProcessQueryExitCode(*values)
- Success = 0
- ErrorCommandline = -1
- ErrorOther = -2
- ErrorUnimplemented = -3
- ErrorFileSave = -4
- ErrorNotSupportedByPlatform = -5
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EClanImageFileType(*values)
- Unknown = 0
- JPEG = 1
- GIF = 2
- PNG = 3
- MP4 = 4
- WEBM = 5
- VTT = 6
- SRT = 7
- SVG = 8
- XML = 9
- WEBP = 10
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EClanImageGroup(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- None = 0
- Announcement = 1
- Curator = 2
- class steam.enums.proto.EClientExecutionSite(*values)
- EClientExecutionSiteInvalid = 0
- EClientExecutionSiteSteamUI = 1
- EClientExecutionSiteClientdll = 2
- EClientExecutionSiteAny = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EClientNotificationType(*values)
- Invalid = 0
- DownloadCompleted = 1
- FriendInvite = 2
- FriendInGame = 3
- FriendOnline = 4
- Achievement = 5
- LowBattery = 6
- SystemUpdate = 7
- FriendMessage = 8
- GroupChatMessage = 9
- FriendInviteRollup = 10
- FamilySharingStopPlaying = 12
- Screenshot = 14
- CloudSyncFailure = 15
- CloudSyncConflict = 16
- IncomingVoiceChat = 17
- ClaimSteamDeckRewards = 18
- GiftReceived = 19
- ItemAnnouncement = 20
- HardwareSurvey = 21
- LowDiskSpace = 22
- BatteryTemperature = 23
- DockUnsupportedFirmware = 24
- PeerContentUpload = 25
- CannotReadControllerGuideButton = 26
- Comment = 27
- Wishlist = 28
- TradeOffer = 29
- AsyncGame = 30
- General = 31
- HelpRequest = 32
- OverlaySplashScreen = 33
- BroadcastAvailableToWatch = 34
- TimedTrialRemaining = 35
- LoginRefresh = 36
- MajorSale = 37
- TimerExpired = 38
- ModeratorMsg = 39
- SteamInputActionSetChanged = 40
- RemoteClientConnection = 41
- RemoteClientStartStream = 42
- StreamingClientConnection = 43
- FamilyInvite = 44
- PlaytimeWarning = 45
- FamilyPurchaseRequest = 46
- FamilyPurchaseRequestResponse = 47
- ParentalFeatureRequest = 48
- ParentalPlaytimeRequest = 49
- GameRecordingError = 50
- ParentalFeatureResponse = 51
- ParentalPlaytimeResponse = 52
- RequestedGameAdded = 53
- ClipDownloaded = 54
- GameRecordingStart = 55
- GameRecordingStop = 56
- GameRecordingUserMarkerAdded = 57
- GameRecordingInstantClip = 58
- PlaytestInvite = 59
- TradeReversal = 60
- HardwareUpdateAvailable = 61
- ControllerLowBattery = 62
- ControllerConnected = 63
- ControllerDisconnected = 64
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EClientSettingStore(*values)
- Invalid = 0
- ConfigStore_Install = 1
- ConfigStore_UserRoaming = 2
- ConfigStore_UserLocal = 3
- Registry = 4
- CustomFunc = 5
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ECLientTaskListType(*values)
- EClientTask_DownloadClip = 1
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EClipRangeMethod(*values)
- CreateClipButton = 1
- Highlight = 2
- BeginEndButtons = 3
- ContextMenu = 4
- Drag = 5
- EntireClip = 6
- PhaseRecording = 7
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
Returns self, the complex conjugate of any int.
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
Returns True. Exists for duck type compatibility with float.is_integer.
the real part of a complex number
the imaginary part of a complex number
the numerator of a rational number in lowest terms
the denominator of a rational number in lowest terms
- class steam.enums.proto.ECloudGamingPlatform(*values)
- ECloudGamingPlatformNone = 0
- ECloudGamingPlatformValve = 1
- ECloudGamingPlatformNVIDIA = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ECloudPendingRemoteOperation(*values)
- ECloudPendingRemoteOperationNone = 0
- ECloudPendingRemoteOperationAppSessionActive = 1
- ECloudPendingRemoteOperationUploadInProgress = 2
- ECloudPendingRemoteOperationUploadPending = 3
- ECloudPendingRemoteOperationAppSessionSuspended = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ECloudStoragePersistState(*values)
- ECloudStoragePersistStatePersisted = 0
- ECloudStoragePersistStateForgotten = 1
- ECloudStoragePersistStateDeleted = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ECodecUsagePlatform(*values)
- ECodecUsagePlatformUnknown = 0
- ECodecUsagePlatformWindows = 1
- ECodecUsagePlatformMacOS = 2
- ECodecUsagePlatformLinux = 3
- ECodecUsagePlatformSteamDeck = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ECodecUsageReason(*values)
- ECodecUsageReasonUnknown = 0
- ECodecUsageReasonRemotePlay = 1
- ECodecUsageReasonBroadcasting = 2
- ECodecUsageReasonGameVideo = 3
- ECodecUsageReasonGameRecording = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EColorGamutLabelSet(*values)
- ColorGamutLabelSet_Default = 0
- ColorGamutLabelSet_sRGB_Native = 1
- ColorGamutLabelSet_Native_sRGB_Boosted = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ECommentDeleteReason(*values)
- Invalid = 0
- User = 1
- ThreadOwner = 2
- Moderator = 3
- Support = 4
- Spam = 5
- AccountDeletion = 6
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ECommentThreadType(*values)
- ECommentThreadTypeInvalid = 0
- ECommentThreadTypeScreenshot_Deprecated = 1
- ECommentThreadTypeWorkshopAccount_Developer = 2
- ECommentThreadTypeWorkshopAccount_Public = 3
- ECommentThreadTypePublishedFile_Developer = 4
- ECommentThreadTypePublishedFile_Public = 5
- ECommentThreadTypeTest = 6
- ECommentThreadTypeForumTopic = 7
- ECommentThreadTypeRecommendation = 8
- ECommentThreadTypeVideo_Deprecated = 9
- ECommentThreadTypeProfile = 10
- ECommentThreadTypeNewsPost = 11
- ECommentThreadTypeClan = 12
- ECommentThreadTypeClanAnnouncement = 13
- ECommentThreadTypeClanEvent = 14
- ECommentThreadTypeUserStatusPublished = 15
- ECommentThreadTypeUserReceivedNewGame = 16
- ECommentThreadTypePublishedFile_Announcement = 17
- ECommentThreadTypeModeratorMessage = 18
- ECommentThreadTypeClanCuratedApp = 19
- ECommentThreadTypeQAndASession = 20
- ECommentThreadTypeMax = 21
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ECommunityItemClass(*values)
- Invalid = 0
- Badge = 1
- GameCard = 2
- ProfileBackground = 3
- Emoticon = 4
- BoosterPack = 5
- Consumable = 6
- GameGoo = 7
- ProfileModifier = 8
- Scene = 9
- SalienItem = 10
- Sticker = 11
- ChatEffect = 12
- MiniProfileBackground = 13
- AvatarFrame = 14
- AnimatedAvatar = 15
- SteamDeckKeyboardSkin = 16
- SteamDeckStartupMovie = 17
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ECompromiseDetectionType(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- None = 0
- TradeEvent = 1
- ApiCallRate = 2
- Manual = 3
- TicketAction = 4
- MaliciousRefund = 5
- Move2FA = 6
- DeviceType = 7
- class steam.enums.proto.EContentCheckProvider(*values)
- Invalid = 0
- Google_DEPRECATED = 1
- Amazon = 2
- Local = 3
- GoogleVertexAI = 4
- GoogleGemini = 5
- SteamLearn = 6
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EContentDeltaChunkDataLocation(*values)
- EContentDeltaChunkDataLocationInProtobuf = 0
- EContentDeltaChunkDataLocationAfterProtobuf = 1
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EContentDescriptorID(*values)
- EContentDescriptor_NudityOrSexualContent = 1
- EContentDescriptor_FrequentViolenceOrGore = 2
- EContentDescriptor_AdultOnlySexualContent = 3
- EContentDescriptor_GratuitousSexualContent = 4
- EContentDescriptor_AnyMatureContent = 5
- EContentDescriptorMAX = 6
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EContentHubDiscountFilterType(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- None = 0
- DiscountsOnly = 1
- PrioritizeDiscounts = 2
- class steam.enums.proto.EContentModerationSanction(*values)
- Invalid = 0
- Deleted = 1
- CommunityBanned = 2
- HubBanned = 3
- TradeBanned = 4
- CommentHistoryDeleted = 5
- Relabelled = 6
- MarkAsSuspicious = 7
- Warned = 8
- KickedFromGroup = 9
- HarassmentBanned = 10
- MAX = 11
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EContentModeratorLevel(*values)
- Any = 0
- Supervisor = 1
- Valve = 10
- MAX = 11
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EContentReportReason(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- Invalid = 0
- None = 1
- Unknown = 2
- Harassment = 3
- BullyingAndIntimidation = 4
- Stalking = 5
- Doxxing = 6
- OtherHarassment = 7
- EncouragingViolence = 8
- EncouragingSelfHarm = 9
- EncouragingSuicide = 10
- OtherViolenceOrSelfHarm = 11
- PhishingOrAccountTheft = 12
- AttemptedScamming = 13
- LinkingToMaliciousContent = 14
- Impersonation = 15
- OtherScamsAndTheft = 16
- EncouragingTerrorism = 17
- OrganizingTerrorism = 18
- OtherTerrorism = 19
- TargetedAbuse = 20
- NamingAndShaming = 21
- Discrimination = 22
- OtherAbuse = 23
- Trolling = 24
- Baiting = 25
- Derailing = 26
- OtherDisruptive = 27
- Spam = 28
- Begging = 29
- Reposting = 30
- OtherOffTopic = 31
- CSAMSexualContent = 32
- CSAMGroomingOrEnticement = 33
- CSAMOther = 34
- NudityOrSexualContent = 35
- NonConsensualMaterial = 36
- Advertising = 37
- ReferralLinks = 38
- Gambling = 39
- Raffles = 40
- OtherCommercialActivity = 41
- InauthenticReview = 42
- HiddenAdvertisementOrCommercialCommunication = 43
- MisleadingInformationAboutGoodsOrServices = 44
- MisleadingInformationAboutConsumerRights = 45
- NoncomplianceWithPricingRegulations = 46
- RightToBeForgottenViolation = 47
- MissingProcessingGroundForData = 48
- OtherDataProtectionAndPrivacyViolation = 49
- GenderedHarassment = 50
- GenderedBullyingAndIntimidation = 51
- GenderedStalking = 52
- GenderedDoxxing = 53
- GenderedOtherHarassment = 54
- GenderedEncouragingViolence = 55
- GenderedTargetedAbuse = 56
- CSAMFakedSexualContent = 57
- GenderedNonConsensualMaterial = 58
- FakedGenderedNonConsensualMaterial = 59
- FakedNonConsensualMaterial = 60
- NegativeEffectonDiscourseOrElections = 61
- QuotesModeratedContent = 62
- CredibleThreatOfViolence = 63
- MAX = 64
- class steam.enums.proto.EContentReportResolution(*values)
- Unresolved = 0
- Acquitted = 1
- Removed = 2
- Relabelled = 3
- Suspicious = 4
- HarassmentStrike = 5
- Purged = 6
- DisconnectedFromApp = 7
- SuspiciousIncludingUpvoters = 8
- VisibilityChanged = 9
- CountryRestrictionsChanged = 10
- RemoveAndWarn = 11
- RemoveAndBan = 12
- RemoveAndKick = 13
- Sanctioned = 14
- Sustained = 15
- Broken = 16
- MAX = 17
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EContentReportSubjectAction(*values)
- Invalid = 0
- Unresolved = 1
- Sanctioned = 2
- Acquitted = 3
- Cancelled = 4
- Updated = 5
- Escalated = 6
- Disputed = 7
- SustainedOnDispute = 8
- Locked = 9
- Unlocked = 10
- Deleted = 11
- Warned = 12
- BannedFromHub = 13
- BannedFromCommunity = 14
- TradeBanned = 15
- MarkedAsSuspicious = 16
- ResetContent = 17
- EscalatedForCSAM = 18
- EscalatedForTerrorism = 19
- Claimed = 20
- Released = 21
- PrivateMessaged = 22
- OwnerDisputed = 23
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EContentReportSubjectType(*values)
- Invalid = 0
- ForumPost = 1
- Unused = 2
- UGCFile = 3
- FriendChatMsg = 4
- ChatRoomMsg = 5
- ChatGroup = 6
- MAX = 7
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EControlledLegalCategoryStatus(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- None = 0
- Accused = 1
- Convicted = 2
- Acquitted = 3
- class steam.enums.proto.EControllerElementType(*values)
- EControllerElementTypeNone = -1
- EControllerElementTypeThumb = 0
- EControllerElementTypeButtonSteam = 1
- EControllerElementTypeJoystickLeft = 2
- EControllerElementTypeButtonJoystickLeft = 3
- EControllerElementTypeJoystickRight = 4
- EControllerElementTypeButtonJoystickRight = 5
- EControllerElementTypeDPad = 6
- EControllerElementTypeButtonA = 7
- EControllerElementTypeButtonB = 8
- EControllerElementTypeButtonX = 9
- EControllerElementTypeButtonY = 10
- EControllerElementTypeButtonSelect = 11
- EControllerElementTypeButtonStart = 12
- EControllerElementTypeButtonTriggerLeft = 13
- EControllerElementTypeButtonTriggerRight = 14
- EControllerElementTypeButtonBumperLeft = 15
- EControllerElementTypeButtonBumperRight = 16
- EControllerElementTypeButtonMacro0 = 17
- EControllerElementTypeButtonMacro1 = 18
- EControllerElementTypeButtonMacro2 = 19
- EControllerElementTypeButtonMacro3 = 20
- EControllerElementTypeButtonMacro4 = 21
- EControllerElementTypeButtonMacro5 = 22
- EControllerElementTypeButtonMacro6 = 23
- EControllerElementTypeButtonMacro7 = 24
- EControllerElementTypeTrackpadCenter = 25
- EControllerElementTypeTrackpadLeft = 26
- EControllerElementTypeTrackpadRight = 27
- EControllerElementTypeKeyboard = 28
- EControllerElementTypeMagnifyingGlass = 29
- EControllerElementTypeButtonMacro1Finger = 30
- EControllerElementTypeButtonMacro2Finger = 31
- EControllerElementTypeRecordInput = 32
- EControllerElementTypePlaybackInput = 33
- EControllerElementTypePaste = 34
- EControllerElementTypeMax = 35
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ECPUGovernor(*values)
- Invalid = 0
- Perf = 1
- Powersave = 2
- Manual = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EDiskSpaceType(*values)
- eDiskSpaceType_Recording = 0
- eDiskSpaceType_Clip = 1
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EDisplayPowerState(*values)
- Invalid = 0
- Off = 1
- On = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EDisplayStatus(*values)
- EDisplayStatusInvalid = 0
- EDisplayStatusLaunching = 1
- EDisplayStatusUninstalling = 2
- EDisplayStatusInstalling = 3
- EDisplayStatusRunning = 4
- EDisplayStatusValidating = 5
- EDisplayStatusUpdating = 6
- EDisplayStatusDownloading = 7
- EDisplayStatusSynchronizing = 8
- EDisplayStatusReadyToInstall = 9
- EDisplayStatusReadyToPreload = 10
- EDisplayStatusReadyToLaunch = 11
- EDisplayStatusRegionRestricted = 12
- EDisplayStatusPresaleOnly = 13
- EDisplayStatusInvalidPlatform = 14
- EDisplayStatusPreloadComplete = 16
- EDisplayStatusBorrowerLocked = 17
- EDisplayStatusUpdatePaused = 18
- EDisplayStatusUpdateQueued = 19
- EDisplayStatusUpdateRequired = 20
- EDisplayStatusUpdateDisabled = 21
- EDisplayStatusDownloadPaused = 22
- EDisplayStatusDownloadQueued = 23
- EDisplayStatusDownloadRequired = 24
- EDisplayStatusDownloadDisabled = 25
- EDisplayStatusLicensePending = 26
- EDisplayStatusLicenseExpired = 27
- EDisplayStatusAvailForFree = 28
- EDisplayStatusAvailToBorrow = 29
- EDisplayStatusAvailGuestPass = 30
- EDisplayStatusPurchase = 31
- EDisplayStatusNotLaunchable = 33
- EDisplayStatusCloudError = 34
- EDisplayStatusCloudOutOfDate = 35
- EDisplayStatusTerminating = 36
- EDisplayStatusOwnerLocked = 37
- EDisplayStatusDownloadFailed = 38
- EDisplayStatusUpdateFailed = 39
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EEnhancedMarketAppearanceStatus(*values)
- EnhancedMarketAppearanceStatus_None = 0
- EnhancedMarketAppearanceStatus_Pending = 1
- EnhancedMarketAppearanceStatus_InProgress = 2
- EnhancedMarketAppearanceStatus_Completed = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EExportCodec(*values)
- Default = 0
- H264 = 1
- H265 = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EExternalSaleEventType(*values)
- Unknown = 0
- Publisher = 1
- Showcase = 2
- Region = 3
- Theme = 4
- Franchise = 5
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EFamilyGroupChangeLogType(*values)
- InvalidChangeType = 0
- FamilyGroupCreated = 1
- FamilyGroupModified = 2
- FamilyGroupDeleted = 3
- AccountInvited = 4
- InviteDeniedByGroupSize = 5
- JoinedFamilyGroup = 6
- JoinDeniedByRegionMismatch = 7
- JoinDeniedByMissingIpAddress = 8
- JoinDeniedByFamilyCooldown = 9
- JoinDeniedByUserCooldown = 10
- JoinDeniedByOtherGroup = 11
- AccountRemoved = 12
- InviteCanceled = 13
- PurchaseRequested = 14
- ParentalSettingsEnabled = 15
- ParentalSettingsDisabled = 16
- ParentalSettingsChanged = 17
- FamilyCooldownOverridesChanged = 18
- PurchaseRequestCanceled = 19
- PurchaseRequestApproved = 20
- PurchaseRequestDeclined = 21
- CooldownSkipConsumed = 22
- FamilyGroupRestored = 23
- JoinDenied = 24
- SupportForceAcceptedInvite = 25
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EFamilyGroupRole(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- None = 0
- Adult = 1
- Child = 2
- MAX = 3
- class steam.enums.proto.EFamilyGroupsTwoFactorMethod(*values)
- EFamilyGroupsTwoFactorMethodNone = 0
- EFamilyGroupsTwoFactorMethodMobile = 1
- EFamilyGroupsTwoFactorMethodEmail = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EForumType(*values)
- Invalid = 0
- General = 1
- ReportedPosts = 2
- Workshop = 3
- PublishedFile = 4
- Trading = 5
- PlayTest = 6
- Event = 7
- Max = 8
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EFrameAccumulatedStat(*values)
- EFrameStatFPS = 0
- EFrameStatCaptureDurationMS = 1
- EFrameStatConvertDurationMS = 2
- EFrameStatEncodeDurationMS = 3
- EFrameStatSteamDurationMS = 4
- EFrameStatServerDurationMS = 5
- EFrameStatNetworkDurationMS = 6
- EFrameStatDecodeDurationMS = 7
- EFrameStatDisplayDurationMS = 8
- EFrameStatClientDurationMS = 9
- EFrameStatFrameDurationMS = 10
- EFrameStatInputLatencyMS = 11
- EFrameStatGameLatencyMS = 12
- EFrameStatRoundTripLatencyMS = 13
- EFrameStatPingTimeMS = 14
- EFrameStatServerBitrateKbitPerSec = 15
- EFrameStatClientBitrateKbitPerSec = 16
- EFrameStatLinkBandwidthKbitPerSec = 17
- EFrameStatPacketLossPercentage = 18
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EFrameRateReportEnabled(*values)
- Unset = 0
- Enabled = 1
- Disabled = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EGameFrameRateReportingPreference(*values)
- Unset = 0
- No = 1
- Yes_Anonymous = 2
- Yes_NonAnonymous = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EGameRecordingErrorType(*values)
- EGameRecordingErrorGeneral = 1
- EGameRecordingErrorLowDiskSpace = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EGameRecordingType(*values)
- Unknown = 0
- NotRecording = 1
- ManualRecording = 2
- BackgroundRecording = 3
- Clip = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EGamescopeBlurMode(*values)
- Disabled = 0
- IfOccluded = 1
- Always = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EGameSearchAction(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- None = 0
- Accept = 1
- Decline = 2
- Cancel = 3
- class steam.enums.proto.EGameSearchResult(*values)
- Invalid = 0
- SearchInProgress = 1
- SearchFailedNoHosts = 2
- SearchGameFound = 3
- SearchCompleteAccepted = 4
- SearchCompleteDeclined = 5
- SearchCanceled = 6
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EGetChannelsAlgorithm(*values)
- Default = 1
- Friends = 2
- Featured = 3
- Developer = 4
- Following = 5
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EGetGamesAlgorithm(*values)
- Default = 1
- MostPlayed = 2
- PopularNew = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EGpuDriverId(*values)
- Invalid = 0
- Unknown = 1
- AmdProprietary = 2
- AmdOpenSource = 3
- MesaRadv = 4
- NvidiaProprietary = 5
- IntelPropietary = 6
- MesaIntel = 7
- QualcommProprietary = 8
- ArmProprietary = 9
- GoogleSwiftshader = 10
- BroadcomProprietary = 11
- MesaLLVMPipe = 12
- MoltenVK = 13
- MesaTurnip = 14
- MesaPanVK = 15
- MesaVenus = 16
- MesaDozen = 17
- MesaNVK = 18
- MesaHoneyKrisp = 19
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EGPUPerformanceLevel(*values)
- Invalid = 0
- Auto = 1
- Manual = 2
- Low = 3
- High = 4
- Profiling = 5
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EGraphicsPerfOverlayLevel(*values)
- Hidden = 0
- Basic = 1
- Medium = 2
- Full = 3
- Minimal = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EGRAudio(*values)
- Game = 0
- System = 1
- Select = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EGRExportLimitType(*values)
- Native = 0
- FileSize = 1
- Advanced = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EGRMode(*values)
- Never = 0
- Always = 1
- Manual = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EHardwareCompatibilityFeedbackDetails(*values)
- Unset = 0
- Performance = 1
- Stability = 2
- Legibility = 4
- Input = 8
- Other = 16
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EHDRToneMapOperator(*values)
- Invalid = 0
- Uncharted = 1
- Reinhard = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EHDRVisualization(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- None = 0
- Heatmap = 1
- Analysis = 2
- HeatmapExtended = 3
- HeatmapClassic = 4
- class steam.enums.proto.EHIDDeviceDisconnectMethod(*values)
- EDeviceDisconnectMethodUnknown = 0
- EDeviceDisconnectMethodBluetooth = 1
- EDeviceDisconnectMethodFeatureReport = 2
- EDeviceDisconnectMethodOutputReport = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EHIDDeviceLocation(*values)
- EDeviceLocationLocal = 0
- EDeviceLocationRemote = 2
- EDeviceLocationAny = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EInputMode(*values)
- EInputModeUnknown = 0
- EInputModeMouse = 1
- EInputModeController = 2
- EInputModeMouseAndController = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EJSRegisterMethodType(*values)
- Invalid = 0
- Function = 1
- Callback = 2
- Promise = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EKeyEscrowUsage(*values)
- EKeyEscrowUsageStreamingDevice = 0
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ELEDManagerMode(*values)
- ELEDManagerModeInvalid = 0
- ELEDManagerModeLogon = 1
- ELEDManagerModeIdle = 2
- ELEDManagerModeDownload = 3
- ELEDManagerModeCustomize = 4
- ELEDManagerModeCustomizeStartup = 5
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ELobbyStatus(*values)
- ELobbyStatusInvalid = 0
- ELobbyStatusExists = 1
- ELobbyStatusDoesNotExist = 2
- ELobbyStatusNotAMember = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ELogFileType(*values)
- ELogFileSystemBoot = 0
- ELogFileSystemReset = 1
- ELogFileSystemDebug = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EMarketingMessageAssociationType(*values)
- EMarketingMessageNoAssociation = 0
- EMarketingMessageAppAssociation = 1
- EMarketingMessageSubscriptionAssociation = 2
- EMarketingMessagePublisherAssociation = 3
- EMarketingMessageGenreAssociation = 4
- EMarketingMessageBundleAssociation = 5
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EMarketingMessageClickLocation(*values)
- Unknown = 0
- Image = 1
- Button = 2
- DlcCapsule = 3
- HeaderArea = 4
- GameCapsule = 5
- PartnerEvent = 6
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EMarketingMessageLookupType(*values)
- EMarketingMessageLookupInvalid = 0
- EMarketingMessageLookupByGID = 1
- EMarketingMessageLookupActive = 2
- EMarketingMessageLookupByTitleWithType = 3
- EMarketingMessageLookupByGIDList = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EMarketingMessageTemplateType(*values)
- EMarketingMessageTemplate_Unknown = 0
- EMarketingMessageTemplate_Image = 1
- EMarketingMessageTemplate_Animated = 2
- EMarketingMessageTemplate_Featured_Video = 3
- EMarketingMessageTemplate_DLC_Override = 4
- EMarketingMessageTemplate_Replay = 5
- EMarketingMessageTemplate_Event = 6
- EMarketingMessageTemplate_AutoRender = 7
- EMarketingMessageTemplate_MAX = 8
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EMarketingMessageType(*values)
- EMarketingMessageInvalid = 0
- EMarketingMessageNowAvailable = 1
- EMarketingMessageWeekendDeal = 2
- EMarketingMessagePrePurchase = 3
- EMarketingMessagePlayNow = 4
- EMarketingMessagePreloadNow = 5
- EMarketingMessageGeneral = 6
- EMarketingMessageDemoQuit = 7
- EMarketingMessageGifting = 8
- EMarketingMessageEJsKorner = 9
- EMarketingMessageUpdate = 10
- EMarketingMessageMidweekDeal = 11
- EMarketingMessageDailyDeal = 12
- EMarketingMessageNewDLC = 13
- EMarketingMessageFreeWeekend = 14
- EMarketingMessageSalePages = 15
- EMarketingMessagePlaytestAvailable = 16
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EMarketingMessageVisibility(*values)
- EMarketingMessageVisibleBeta = 1
- EMarketingMessageVisiblePublic = 2
- EMarketingMessageVisibleApprovedForPublish = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EMessageReactionType(*values)
- Invalid = 0
- Emoticon = 1
- Sticker = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EMMSLobbyStatus(*values)
- EMMSLobbyStatusInvalid = 0
- EMMSLobbyStatusExists = 1
- EMMSLobbyStatusDoesNotExist = 2
- EMMSLobbyStatusNotAMember = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EMouseMode(*values)
- EMouseModeUnknown = 0
- EMouseModeRelativeCursor_OBSOLETE = 1
- EMouseModeAbsoluteCursor = 2
- EMouseModeTouch = 3
- EMouseModeRelative = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EMsg(*values)
- EMsgInvalid = 0
- EMsgMulti = 1
- EMsgProtobufWrapped = 2
- EMsgBaseGeneral = 100
- EMsgGenericReply = 100
- EMsgDestJobFailed = 113
- EMsgAlert = 115
- EMsgSCIDRequest = 120
- EMsgSCIDResponse = 121
- EMsgJobHeartbeat = 123
- EMsgHubConnect = 124
- EMsgSubscribe = 126
- EMRouteMessage = 127
- EMsgWGRequest = 130
- EMsgWGResponse = 131
- EMsgKeepAlive = 132
- EMsgWebAPIJobRequest = 133
- EMsgWebAPIJobResponse = 134
- EMsgClientSessionStart = 135
- EMsgClientSessionEnd = 136
- EMsgClientSessionUpdate = 137
- EMsgStatsDeprecated = 138
- EMsgPing = 139
- EMsgPingResponse = 140
- EMsgStats = 141
- EMsgRequestFullStatsBlock = 142
- EMsgLoadDBOCacheItem = 143
- EMsgLoadDBOCacheItemResponse = 144
- EMsgInvalidateDBOCacheItems = 145
- EMsgServiceMethod = 146
- EMsgServiceMethodResponse = 147
- EMsgClientPackageVersions = 148
- EMsgTimestampRequest = 149
- EMsgTimestampResponse = 150
- EMsgServiceMethodCallFromClient = 151
- EMsgServiceMethodSendToClient = 152
- EMsgBaseShell = 200
- EMsgAssignSysID = 200
- EMsgExit = 201
- EMsgDirRequest = 202
- EMsgDirResponse = 203
- EMsgZipRequest = 204
- EMsgZipResponse = 205
- EMsgUpdateRecordResponse = 215
- EMsgUpdateCreditCardRequest = 221
- EMsgUpdateUserBanResponse = 225
- EMsgPrepareToExit = 226
- EMsgContentDescriptionUpdate = 227
- EMsgTestResetServer = 228
- EMsgUniverseChanged = 229
- EMsgShellConfigInfoUpdate = 230
- EMsgRequestWindowsEventLogEntries = 233
- EMsgProvideWindowsEventLogEntries = 234
- EMsgShellSearchLogs = 235
- EMsgShellSearchLogsResponse = 236
- EMsgShellCheckWindowsUpdates = 237
- EMsgShellCheckWindowsUpdatesResponse = 238
- EMsgTestFlushDelayedSQL = 240
- EMsgTestFlushDelayedSQLResponse = 241
- EMsgEnsureExecuteScheduledTask_TEST = 242
- EMsgEnsureExecuteScheduledTaskResponse_TEST = 243
- EMsgUpdateScheduledTaskEnableState_TEST = 244
- EMsgUpdateScheduledTaskEnableStateResponse_TEST = 245
- EMsgContentDescriptionDeltaUpdate = 246
- EMsgGMShellAndServerAddressUpdates = 247
- EMsgGMDynamicRoutingUpdate = 248
- EMsgEnsureBillingConfigReload_TEST = 249
- EMsgEnsureBillingConfigReloadResponse_TEST = 250
- EMsgBaseGM = 300
- EMsgHeartbeat = 300
- EMsgShellFailed = 301
- EMsgExitShells = 307
- EMsgExitShell = 308
- EMsgGracefulExitShell = 309
- EMsgLicenseProcessingComplete = 316
- EMsgSetTestFlag = 317
- EMsgQueuedEmailsComplete = 318
- EMsgGMDRMSync = 320
- EMsgPhysicalBoxInventory = 321
- EMsgUpdateConfigFile = 322
- EMsgTestInitDB = 323
- EMsgGMWriteConfigToSQL = 324
- EMsgGMLoadActivationCodes = 325
- EMsgGMQueueForFBS = 326
- EMsgGMSchemaConversionResults = 327
- EMsgGMWriteShellFailureToSQL = 329
- EMsgGMGetServiceMethodRouting = 331
- EMsgGMGetServiceMethodRoutingResponse = 332
- EMsgGMTestNextBuildSchemaConversion = 334
- EMsgGMTestNextBuildSchemaConversionResponse = 335
- EMsgExpectShellRestart = 336
- EMsgHotFixProgress = 337
- EMsgGMStatsForwardToAdminConnections = 338
- EMsgGMGetModifiedConVars = 339
- EMsgGMGetModifiedConVarsResponse = 340
- EMsgGMNeedShellAndServerAddresses = 341
- EMsgBaseAIS = 400
- EMsgAISRequestContentDescription = 402
- EMsgAISGetPackageChangeNumber = 405
- EMsgAISGetPackageChangeNumberResponse = 406
- EMsgAIGetAppGCFlags = 423
- EMsgAIGetAppGCFlagsResponse = 424
- EMsgAIGetAppList = 425
- EMsgAIGetAppListResponse = 426
- EMsgAISUpdateSubordinateContentDescription = 431
- EMsgAISUpdateSubordinateContentDescriptionResponse = 432
- EMsgAISBroadcastSubordinateContentDescription = 434
- EMsgProductInfoChangedNotification = 435
- EMsgProductInfoCacheStatus = 436
- EMsgBaseAM = 500
- EMsgAMUpdateUserBanRequest = 504
- EMsgAMAddLicense = 505
- EMsgAMSendSystemIMToUser = 508
- EMsgAMExtendLicense = 509
- EMsgAMAddMinutesToLicense = 510
- EMsgAMCancelLicense = 511
- EMsgAMInitPurchase = 512
- EMsgAMPurchaseResponse = 513
- EMsgAMGetLegacyGameKey = 516
- EMsgAMGetLegacyGameKeyResponse = 517
- EMsgAMFindHungTransactions = 518
- EMsgAMSetAccountTrustedRequest = 519
- EMsgAMCancelPurchase = 522
- EMsgAMNewChallenge = 523
- EMsgAMFixPendingPurchase = 525
- EMsgAMFixPendingPurchaseResponse = 526
- EMsgAMIsUserBanned = 527
- EMsgAMRegisterKey = 528
- EMsgAMLoadActivationCodes = 529
- EMsgAMLoadActivationCodesResponse = 530
- EMsgAMLookupKeyResponse = 531
- EMsgAMLookupKey = 532
- EMsgAMChatCleanup = 533
- EMsgAMClanCleanup = 534
- EMsgAMFixPendingRefund = 535
- EMsgAMReverseChargeback = 536
- EMsgAMReverseChargebackResponse = 537
- EMsgAMClanCleanupList = 538
- EMsgAMSendCartRepurchase = 541
- EMsgAMSendCartRepurchaseResponse = 542
- EMsgAllowUserToPlayQuery = 550
- EMsgAllowUserToPlayResponse = 551
- EMsgAMVerfiyUser = 552
- EMsgAMClientNotPlaying = 553
- EMsgAMClientRequestFriendship = 554
- EMsgAMRelayPublishStatus = 555
- EMsgAMInitPurchaseResponse = 560
- EMsgAMRevokePurchaseResponse = 561
- EMsgAMRefreshGuestPasses = 563
- EMsgAMGrantGuestPasses = 566
- EMsgAMClanDataUpdated = 567
- EMsgAMReloadAccount = 568
- EMsgAMClientChatMsgRelay = 569
- EMsgAMChatMulti = 570
- EMsgAMClientChatInviteRelay = 571
- EMsgAMChatInvite = 572
- EMsgAMClientJoinChatRelay = 573
- EMsgAMClientChatMemberInfoRelay = 574
- EMsgAMPublishChatMemberInfo = 575
- EMsgAMClientAcceptFriendInvite = 576
- EMsgAMChatEnter = 577
- EMsgAMClientPublishRemovalFromSource = 578
- EMsgAMChatActionResult = 579
- EMsgAMFindAccounts = 580
- EMsgAMFindAccountsResponse = 581
- EMsgAMIsAccountNameInUse = 582
- EMsgAMIsAccountNameInUseResponse = 583
- EMsgAMSetAccountFlags = 584
- EMsgAMCreateClan = 586
- EMsgAMCreateClanResponse = 587
- EMsgAMGetClanDetails = 588
- EMsgAMGetClanDetailsResponse = 589
- EMsgAMSetPersonaName = 590
- EMsgAMSetAvatar = 591
- EMsgAMAuthenticateUser = 592
- EMsgAMAuthenticateUserResponse = 593
- EMsgAMP2PIntroducerMessage = 596
- EMsgClientChatAction = 597
- EMsgAMClientChatActionRelay = 598
- EMsgBaseVS = 600
- EMsgReqChallenge = 600
- EMsgVACResponse = 601
- EMsgReqChallengeTest = 602
- EMsgVSMarkCheat = 604
- EMsgVSAddCheat = 605
- EMsgVSPurgeCodeModDB = 606
- EMsgVSGetChallengeResults = 607
- EMsgVSChallengeResultText = 608
- EMsgVSReportLingerer = 609
- EMsgVSRequestManagedChallenge = 610
- EMsgVSLoadDBFinished = 611
- EMsgBaseDRMS = 625
- EMsgDRMBuildBlobRequest = 628
- EMsgDRMBuildBlobResponse = 629
- EMsgDRMResolveGuidRequest = 630
- EMsgDRMResolveGuidResponse = 631
- EMsgDRMVariabilityReport = 633
- EMsgDRMVariabilityReportResponse = 634
- EMsgDRMStabilityReport = 635
- EMsgDRMStabilityReportResponse = 636
- EMsgDRMDetailsReportRequest = 637
- EMsgDRMDetailsReportResponse = 638
- EMsgDRMProcessFile = 639
- EMsgDRMAdminUpdate = 640
- EMsgDRMAdminUpdateResponse = 641
- EMsgDRMSync = 642
- EMsgDRMSyncResponse = 643
- EMsgDRMProcessFileResponse = 644
- EMsgDRMEmptyGuidCache = 645
- EMsgDRMEmptyGuidCacheResponse = 646
- EMsgBaseCS = 650
- EMsgBaseClient = 700
- EMsgClientLogOn_Deprecated = 701
- EMsgClientAnonLogOn_Deprecated = 702
- EMsgClientHeartBeat = 703
- EMsgClientVACResponse = 704
- EMsgClientGamesPlayed_obsolete = 705
- EMsgClientLogOff = 706
- EMsgClientNoUDPConnectivity = 707
- EMsgClientConnectionStats = 710
- EMsgClientPingResponse = 712
- EMsgClientRemoveFriend = 714
- EMsgClientGamesPlayedNoDataBlob = 715
- EMsgClientChangeStatus = 716
- EMsgClientFriendMsg = 718
- EMsgClientGameConnect_obsolete = 719
- EMsgClientGamesPlayed2_obsolete = 720
- EMsgClientGameEnded_obsolete = 721
- EMsgClientSystemIM = 726
- EMsgClientSystemIMAck = 727
- EMsgClientGetLegacyGameKey = 730
- EMsgClientContentServerLogOn_Deprecated = 731
- EMsgClientGamesPlayed3_obsolete = 738
- EMsgClientAckGuestPass = 740
- EMsgClientRedeemGuestPass = 741
- EMsgClientGamesPlayed = 742
- EMsgClientRegisterKey = 743
- EMsgClientInviteUserToClan = 744
- EMsgClientAcknowledgeClanInvite = 745
- EMsgClientAppUsageEvent = 747
- EMsgClientLogOnResponse = 751
- EMsgClientSetHeartbeatRate = 755
- EMsgClientNotLoggedOnDeprecated = 756
- EMsgClientLoggedOff = 757
- EMsgGSApprove = 758
- EMsgGSDeny = 759
- EMsgGSKick = 760
- EMsgClientPurchaseResponse = 763
- EMsgClientPing = 764
- EMsgClientNOP = 765
- EMsgClientPersonaState = 766
- EMsgClientFriendsList = 767
- EMsgClientAccountInfo = 768
- EMsgClientNewsUpdate = 771
- EMsgClientGameConnectDeny = 773
- EMsgGSStatusReply = 774
- EMsgClientGameConnectTokens = 779
- EMsgClientLicenseList = 780
- EMsgClientVACBanStatus = 782
- EMsgClientGetLegacyGameKeyResponse = 785
- EMsgClientAddFriend = 791
- EMsgClientAddFriendResponse = 792
- EMsgClientAckGuestPassResponse = 796
- EMsgClientRedeemGuestPassResponse = 797
- EMsgClientUpdateGuestPassesList = 798
- EMsgClientChatMsg = 799
- EMsgClientChatInvite = 800
- EMsgClientJoinChat = 801
- EMsgClientChatMemberInfo = 802
- EMsgClientLogOnWithCredentials_Deprecated = 803
- EMsgClientPasswordChangeResponse = 805
- EMsgClientChatEnter = 807
- EMsgClientFriendRemovedFromSource = 808
- EMsgClientCreateChat = 809
- EMsgClientCreateChatResponse = 810
- EMsgClientP2PIntroducerMessage = 813
- EMsgClientChatActionResult = 814
- EMsgClientRequestFriendData = 815
- EMsgClientGetUserStats = 818
- EMsgClientGetUserStatsResponse = 819
- EMsgClientStoreUserStats = 820
- EMsgClientStoreUserStatsResponse = 821
- EMsgClientClanState = 822
- EMsgClientServiceModule = 830
- EMsgClientServiceCall = 831
- EMsgClientServiceCallResponse = 832
- EMsgClientNatTraversalStatEvent = 839
- EMsgClientSteamUsageEvent = 842
- EMsgClientCheckPassword = 845
- EMsgClientResetPassword = 846
- EMsgClientCheckPasswordResponse = 848
- EMsgClientResetPasswordResponse = 849
- EMsgClientSessionToken = 850
- EMsgClientDRMProblemReport = 851
- EMsgClientSetIgnoreFriend = 855
- EMsgClientSetIgnoreFriendResponse = 856
- EMsgClientGetAppOwnershipTicket = 857
- EMsgClientGetAppOwnershipTicketResponse = 858
- EMsgClientGetLobbyListResponse = 860
- EMsgClientServerList = 880
- EMsgClientDRMBlobRequest = 896
- EMsgClientDRMBlobResponse = 897
- EMsgBaseGameServer = 900
- EMsgGSDisconnectNotice = 901
- EMsgGSStatus = 903
- EMsgGSUserPlaying = 905
- EMsgGSStatus2 = 906
- EMsgGSStatusUpdate_Unused = 907
- EMsgGSServerType = 908
- EMsgGSPlayerList = 909
- EMsgGSGetPlayStats = 918
- EMsgGSGetPlayStatsResponse = 919
- EMsgGSGetUserGroupStatus = 920
- EMsgAMGetUserGroupStatus = 921
- EMsgAMGetUserGroupStatusResponse = 922
- EMsgGSGetUserGroupStatusResponse = 923
- EMsgGSGetReputation = 936
- EMsgGSGetReputationResponse = 937
- EMsgGSAssociateWithClan = 938
- EMsgGSAssociateWithClanResponse = 939
- EMsgGSComputeNewPlayerCompatibility = 940
- EMsgGSComputeNewPlayerCompatibilityResponse = 941
- EMsgBaseAdmin = 1000
- EMsgAdminCmd = 1000
- EMsgAdminCmdResponse = 1004
- EMsgAdminLogListenRequest = 1005
- EMsgAdminLogEvent = 1006
- EMsgUniverseData = 1010
- EMsgAdminSpew = 1019
- EMsgAdminConsoleTitle = 1020
- EMsgAdminGCSpew = 1023
- EMsgAdminGCCommand = 1024
- EMsgAdminGCGetCommandList = 1025
- EMsgAdminGCGetCommandListResponse = 1026
- EMsgFBSConnectionData = 1027
- EMsgAdminMsgSpew = 1028
- EMsgBaseFBS = 1100
- EMsgFBSReqVersion = 1100
- EMsgFBSVersionInfo = 1101
- EMsgFBSForceRefresh = 1102
- EMsgFBSForceBounce = 1103
- EMsgFBSDeployPackage = 1104
- EMsgFBSDeployResponse = 1105
- EMsgFBSUpdateBootstrapper = 1106
- EMsgFBSSetState = 1107
- EMsgFBSApplyOSUpdates = 1108
- EMsgFBSRunCMDScript = 1109
- EMsgFBSRebootBox = 1110
- EMsgFBSSetBigBrotherMode = 1111
- EMsgFBSMinidumpServer = 1112
- EMsgFBSDeployHotFixPackage = 1114
- EMsgFBSDeployHotFixResponse = 1115
- EMsgFBSDownloadHotFix = 1116
- EMsgFBSDownloadHotFixResponse = 1117
- EMsgFBSUpdateTargetConfigFile = 1118
- EMsgFBSApplyAccountCred = 1119
- EMsgFBSApplyAccountCredResponse = 1120
- EMsgFBSSetShellCount = 1121
- EMsgFBSTerminateShell = 1122
- EMsgFBSQueryGMForRequest = 1123
- EMsgFBSQueryGMResponse = 1124
- EMsgFBSTerminateZombies = 1125
- EMsgFBSInfoFromBootstrapper = 1126
- EMsgFBSRebootBoxResponse = 1127
- EMsgFBSBootstrapperPackageRequest = 1128
- EMsgFBSBootstrapperPackageResponse = 1129
- EMsgFBSBootstrapperGetPackageChunk = 1130
- EMsgFBSBootstrapperGetPackageChunkResponse = 1131
- EMsgFBSBootstrapperPackageTransferProgress = 1132
- EMsgFBSRestartBootstrapper = 1133
- EMsgFBSPauseFrozenDumps = 1134
- EMsgBaseFileXfer = 1200
- EMsgFileXferRequest = 1200
- EMsgFileXferResponse = 1201
- EMsgFileXferData = 1202
- EMsgFileXferEnd = 1203
- EMsgFileXferDataAck = 1204
- EMsgBaseChannelAuth = 1300
- EMsgChannelAuthChallenge = 1300
- EMsgChannelAuthResponse = 1301
- EMsgChannelAuthResult = 1302
- EMsgChannelEncryptRequest = 1303
- EMsgChannelEncryptResponse = 1304
- EMsgChannelEncryptResult = 1305
- EMsgBaseBS = 1400
- EMsgBSPurchaseStart = 1401
- EMsgBSPurchaseResponse = 1402
- EMsgBSAuthenticateCCTrans = 1403
- EMsgBSAuthenticateCCTransResponse = 1404
- EMsgBSSettleComplete = 1406
- EMsgBSInitPayPalTxn = 1408
- EMsgBSInitPayPalTxnResponse = 1409
- EMsgBSGetPayPalUserInfo = 1410
- EMsgBSGetPayPalUserInfoResponse = 1411
- EMsgBSPaymentInstrBan = 1417
- EMsgBSPaymentInstrBanResponse = 1418
- EMsgBSInitGCBankXferTxn = 1421
- EMsgBSInitGCBankXferTxnResponse = 1422
- EMsgBSCommitGCTxn = 1425
- EMsgBSQueryTransactionStatus = 1426
- EMsgBSQueryTransactionStatusResponse = 1427
- EMsgBSQueryTxnExtendedInfo = 1433
- EMsgBSQueryTxnExtendedInfoResponse = 1434
- EMsgBSUpdateConversionRates = 1435
- EMsgBSPurchaseRunFraudChecks = 1437
- EMsgBSPurchaseRunFraudChecksResponse = 1438
- EMsgBSQueryBankInformation = 1440
- EMsgBSQueryBankInformationResponse = 1441
- EMsgBSValidateXsollaSignature = 1445
- EMsgBSValidateXsollaSignatureResponse = 1446
- EMsgBSQiwiWalletInvoice = 1448
- EMsgBSQiwiWalletInvoiceResponse = 1449
- EMsgBSUpdateInventoryFromProPack = 1450
- EMsgBSUpdateInventoryFromProPackResponse = 1451
- EMsgBSSendShippingRequest = 1452
- EMsgBSSendShippingRequestResponse = 1453
- EMsgBSGetProPackOrderStatus = 1454
- EMsgBSGetProPackOrderStatusResponse = 1455
- EMsgBSCheckJobRunning = 1456
- EMsgBSCheckJobRunningResponse = 1457
- EMsgBSResetPackagePurchaseRateLimit = 1458
- EMsgBSResetPackagePurchaseRateLimitResponse = 1459
- EMsgBSUpdatePaymentData = 1460
- EMsgBSUpdatePaymentDataResponse = 1461
- EMsgBSGetBillingAddress = 1462
- EMsgBSGetBillingAddressResponse = 1463
- EMsgBSGetCreditCardInfo = 1464
- EMsgBSGetCreditCardInfoResponse = 1465
- EMsgBSRemoveExpiredPaymentData = 1468
- EMsgBSRemoveExpiredPaymentDataResponse = 1469
- EMsgBSConvertToCurrentKeys = 1470
- EMsgBSConvertToCurrentKeysResponse = 1471
- EMsgBSInitPurchase = 1472
- EMsgBSInitPurchaseResponse = 1473
- EMsgBSCompletePurchase = 1474
- EMsgBSCompletePurchaseResponse = 1475
- EMsgBSPruneCardUsageStats = 1476
- EMsgBSPruneCardUsageStatsResponse = 1477
- EMsgBSStoreBankInformation = 1478
- EMsgBSStoreBankInformationResponse = 1479
- EMsgBSVerifyPOSAKey = 1480
- EMsgBSVerifyPOSAKeyResponse = 1481
- EMsgBSReverseRedeemPOSAKey = 1482
- EMsgBSReverseRedeemPOSAKeyResponse = 1483
- EMsgBSQueryFindCreditCard = 1484
- EMsgBSQueryFindCreditCardResponse = 1485
- EMsgBSStatusInquiryPOSAKey = 1486
- EMsgBSStatusInquiryPOSAKeyResponse = 1487
- EMsgBSBoaCompraConfirmProductDelivery = 1494
- EMsgBSBoaCompraConfirmProductDeliveryResponse = 1495
- EMsgBSGenerateBoaCompraMD5 = 1496
- EMsgBSGenerateBoaCompraMD5Response = 1497
- EMsgBSCommitWPTxn = 1498
- EMsgBSCommitAdyenTxn = 1499
- EMsgBaseATS = 1500
- EMsgATSStartStressTest = 1501
- EMsgATSStopStressTest = 1502
- EMsgATSRunFailServerTest = 1503
- EMsgATSUFSPerfTestTask = 1504
- EMsgATSUFSPerfTestResponse = 1505
- EMsgATSCycleTCM = 1506
- EMsgATSInitDRMSStressTest = 1507
- EMsgATSCallTest = 1508
- EMsgATSCallTestReply = 1509
- EMsgATSStartExternalStress = 1510
- EMsgATSExternalStressJobStart = 1511
- EMsgATSExternalStressJobQueued = 1512
- EMsgATSExternalStressJobRunning = 1513
- EMsgATSExternalStressJobStopped = 1514
- EMsgATSExternalStressJobStopAll = 1515
- EMsgATSExternalStressActionResult = 1516
- EMsgATSStarted = 1517
- EMsgATSCSPerfTestTask = 1518
- EMsgATSCSPerfTestResponse = 1519
- EMsgBaseDP = 1600
- EMsgDPSetPublishingState = 1601
- EMsgDPUniquePlayersStat = 1603
- EMsgDPCloudStats = 1612
- EMsgDPGetPlayerCount = 1615
- EMsgDPGetPlayerCountResponse = 1616
- EMsgDPGameServersPlayersStats = 1617
- EMsgClientDPCheckSpecialSurvey = 1620
- EMsgClientDPCheckSpecialSurveyResponse = 1621
- EMsgClientDPSendSpecialSurveyResponse = 1622
- EMsgClientDPSendSpecialSurveyResponseReply = 1623
- EMsgDPStoreSaleStatistics = 1624
- EMsgDPPartnerMicroTxns = 1628
- EMsgDPPartnerMicroTxnsResponse = 1629
- EMsgDPVRUniquePlayersStat = 1631
- EMsgBaseCM = 1700
- EMsgCMSetAllowState = 1701
- EMsgCMSpewAllowState = 1702
- EMsgCMSessionRejected = 1703
- EMsgCMSetSecrets = 1704
- EMsgCMGetSecrets = 1705
- EMsgCMRemotePlayReplyPacket = 1706
- EMsgCMRemotePlayOffline = 1707
- EMsgBaseGC = 2200
- EMsgGCCmdRevive = 2203
- EMsgGCCmdDown = 2206
- EMsgGCCmdDeploy = 2207
- EMsgGCCmdDeployResponse = 2208
- EMsgGCCmdSwitch = 2209
- EMsgAMRefreshSessions = 2210
- EMsgGCAchievementAwarded = 2212
- EMsgGCCmdStatus = 2216
- EMsgGCRegisterWebInterfaces_Deprecated = 2217
- EMsgGCGetAccountDetails_DEPRECATED = 2218
- EMsgGCInterAppMessage = 2219
- EMsgGCGetEmailTemplate = 2220
- EMsgGCGetEmailTemplateResponse = 2221
- EMsgGCHRelay = 2222
- EMsgGCHRelayToClient = 2223
- EMsgGCHUpdateSession = 2224
- EMsgGCHRequestUpdateSession = 2225
- EMsgGCHRequestStatus = 2226
- EMsgGCHRequestStatusResponse = 2227
- EMsgGCHAccountVacStatusChange = 2228
- EMsgGCHSpawnGC = 2229
- EMsgGCHSpawnGCResponse = 2230
- EMsgGCHKillGC = 2231
- EMsgGCHKillGCResponse = 2232
- EMsgGCHAccountTradeBanStatusChange = 2233
- EMsgGCHAccountLockStatusChange = 2234
- EMsgGCHVacVerificationChange = 2235
- EMsgGCHAccountPhoneNumberChange = 2236
- EMsgGCHAccountTwoFactorChange = 2237
- EMsgGCHInviteUserToLobby = 2238
- EMsgGCHUpdateMultipleSessions = 2239
- EMsgGCHMarkAppSessionsAuthoritative = 2240
- EMsgGCHRecurringSubscriptionStatusChange = 2241
- EMsgGCHAppCheersReceived = 2242
- EMsgGCHAppCheersGetAllowedTypes = 2243
- EMsgGCHAppCheersGetAllowedTypesResponse = 2244
- EMsgGCHRoutingRulesFromGCHtoGM = 2245
- EMsgGCHRoutingRulesToGCHfromGM = 2246
- EMsgUpdateCMMessageRateRules = 2247
- EMsgBaseP2P = 2500
- EMsgP2PIntroducerMessage = 2502
- EMsgBaseSM = 2900
- EMsgSMExpensiveReport = 2902
- EMsgSMHourlyReport = 2903
- EMsgSMPartitionRenames = 2905
- EMsgSMMonitorSpace = 2906
- EMsgSMTestNextBuildSchemaConversion = 2907
- EMsgSMTestNextBuildSchemaConversionResponse = 2908
- EMsgBaseTest = 3000
- EMsgFailServer = 3000
- EMsgJobHeartbeatTest = 3001
- EMsgJobHeartbeatTestResponse = 3002
- EMsgBaseFTSRange = 3100
- EMsgBaseCCSRange = 3150
- EMsgCCSDeleteAllCommentsByAuthor = 3161
- EMsgCCSDeleteAllCommentsByAuthorResponse = 3162
- EMsgBaseLBSRange = 3200
- EMsgLBSSetScore = 3201
- EMsgLBSSetScoreResponse = 3202
- EMsgLBSFindOrCreateLB = 3203
- EMsgLBSFindOrCreateLBResponse = 3204
- EMsgLBSGetLBEntries = 3205
- EMsgLBSGetLBEntriesResponse = 3206
- EMsgLBSGetLBList = 3207
- EMsgLBSGetLBListResponse = 3208
- EMsgLBSSetLBDetails = 3209
- EMsgLBSDeleteLB = 3210
- EMsgLBSDeleteLBEntry = 3211
- EMsgLBSResetLB = 3212
- EMsgLBSResetLBResponse = 3213
- EMsgLBSDeleteLBResponse = 3214
- EMsgBaseOGS = 3400
- EMsgOGSBeginSession = 3401
- EMsgOGSBeginSessionResponse = 3402
- EMsgOGSEndSession = 3403
- EMsgOGSEndSessionResponse = 3404
- EMsgOGSWriteAppSessionRow = 3406
- EMsgBaseBRP = 3600
- EMsgBaseAMRange2 = 4000
- EMsgAMCreateChat = 4001
- EMsgAMCreateChatResponse = 4002
- EMsgAMGetAccountEmailAddress = 4006
- EMsgAMGetAccountEmailAddressResponse = 4007
- EMsgAMRequestClanData = 4008
- EMsgAMRouteToClients = 4009
- EMsgAMLeaveClan = 4010
- EMsgAMClanPermissions = 4011
- EMsgAMClanPermissionsResponse = 4012
- EMsgAMCreateClanEventDummyForRateLimiting = 4013
- EMsgAMUpdateClanEventDummyForRateLimiting = 4015
- EMsgAMSetClanPermissionSettings = 4021
- EMsgAMSetClanPermissionSettingsResponse = 4022
- EMsgAMGetClanPermissionSettings = 4023
- EMsgAMGetClanPermissionSettingsResponse = 4024
- EMsgAMPublishChatRoomInfo = 4025
- EMsgClientChatRoomInfo = 4026
- EMsgAMGetClanHistory = 4039
- EMsgAMGetClanHistoryResponse = 4040
- EMsgAMGetClanPermissionBits = 4041
- EMsgAMGetClanPermissionBitsResponse = 4042
- EMsgAMSetClanPermissionBits = 4043
- EMsgAMSetClanPermissionBitsResponse = 4044
- EMsgAMSessionInfoRequest = 4045
- EMsgAMSessionInfoResponse = 4046
- EMsgAMValidateWGToken = 4047
- EMsgAMGetClanRank = 4050
- EMsgAMGetClanRankResponse = 4051
- EMsgAMSetClanRank = 4052
- EMsgAMSetClanRankResponse = 4053
- EMsgAMGetClanPOTW = 4054
- EMsgAMGetClanPOTWResponse = 4055
- EMsgAMSetClanPOTW = 4056
- EMsgAMSetClanPOTWResponse = 4057
- EMsgAMDumpUser = 4059
- EMsgAMKickUserFromClan = 4060
- EMsgAMAddFounderToClan = 4061
- EMsgAMValidateWGTokenResponse = 4062
- EMsgAMSetAccountDetails = 4064
- EMsgAMGetChatBanList = 4065
- EMsgAMGetChatBanListResponse = 4066
- EMsgAMUnBanFromChat = 4067
- EMsgAMSetClanDetails = 4068
- EMsgUGSGetUserGameStats = 4073
- EMsgUGSGetUserGameStatsResponse = 4074
- EMsgAMCheckClanMembership = 4075
- EMsgAMGetClanMembers = 4076
- EMsgAMGetClanMembersResponse = 4077
- EMsgAMNotifyChatOfClanChange = 4079
- EMsgAMResubmitPurchase = 4080
- EMsgAMAddFriend = 4081
- EMsgAMAddFriendResponse = 4082
- EMsgAMRemoveFriend = 4083
- EMsgAMDumpClan = 4084
- EMsgAMChangeClanOwner = 4085
- EMsgAMCancelEasyCollect = 4086
- EMsgAMCancelEasyCollectResponse = 4087
- EMsgAMClansInCommon = 4090
- EMsgAMClansInCommonResponse = 4091
- EMsgAMIsValidAccountID = 4092
- EMsgAMWipeFriendsList = 4095
- EMsgAMSetIgnored = 4096
- EMsgAMClansInCommonCountResponse = 4097
- EMsgAMFriendsList = 4098
- EMsgAMFriendsListResponse = 4099
- EMsgAMFriendsInCommon = 4100
- EMsgAMFriendsInCommonResponse = 4101
- EMsgAMFriendsInCommonCountResponse = 4102
- EMsgAMClansInCommonCount = 4103
- EMsgAMChallengeVerdict = 4104
- EMsgAMChallengeNotification = 4105
- EMsgAMFindGSByIP = 4106
- EMsgAMFoundGSByIP = 4107
- EMsgAMGiftRevoked = 4108
- EMsgAMUserClanList = 4110
- EMsgAMUserClanListResponse = 4111
- EMsgAMGetAccountDetails2 = 4112
- EMsgAMGetAccountDetailsResponse2 = 4113
- EMsgAMSetCommunityProfileSettings = 4114
- EMsgAMSetCommunityProfileSettingsResponse = 4115
- EMsgAMGetCommunityPrivacyState = 4116
- EMsgAMGetCommunityPrivacyStateResponse = 4117
- EMsgAMCheckClanInviteRateLimiting = 4118
- EMsgAMGetIgnored = 4120
- EMsgAMGetIgnoredResponse = 4121
- EMsgAMSetIgnoredResponse = 4122
- EMsgAMSetFriendRelationshipNone = 4123
- EMsgAMGetFriendRelationship = 4124
- EMsgAMGetFriendRelationshipResponse = 4125
- EMsgAMServiceModulesCache = 4126
- EMsgAMServiceModulesCall = 4127
- EMsgAMServiceModulesCallResponse = 4128
- EMsgCommunityAddFriendNews = 4140
- EMsgAMFindClanUser = 4143
- EMsgAMFindClanUserResponse = 4144
- EMsgAMBanFromChat = 4145
- EMsgAMGetUserNewsSubscriptions = 4147
- EMsgAMGetUserNewsSubscriptionsResponse = 4148
- EMsgAMSetUserNewsSubscriptions = 4149
- EMsgAMSendQueuedEmails = 4152
- EMsgAMSetLicenseFlags = 4153
- EMsgAMGetAccountStatus = 4158
- EMsgAMGetAccountStatusResponse = 4159
- EMsgAMEditBanReason = 4160
- EMsgAMCheckClanMembershipResponse = 4161
- EMsgAMProbeClanMembershipList = 4162
- EMsgAMProbeClanMembershipListResponse = 4163
- EMsgAMGetFriendsLobbies = 4165
- EMsgAMGetFriendsLobbiesResponse = 4166
- EMsgAMGetUserFriendNewsResponse = 4172
- EMsgCommunityGetUserFriendNews = 4173
- EMsgAMGetUserClansNewsResponse = 4174
- EMsgAMGetUserClansNews = 4175
- EMsgAMGetPreviousCBAccount = 4184
- EMsgAMGetPreviousCBAccountResponse = 4185
- EMsgAMGetUserLicenseHistory = 4190
- EMsgAMGetUserLicenseHistoryResponse = 4191
- EMsgAMSupportChangePassword = 4194
- EMsgAMSupportChangeEmail = 4195
- EMsgAMResetUserVerificationGSByIP = 4197
- EMsgAMUpdateGSPlayStats = 4198
- EMsgAMSupportEnableOrDisable = 4199
- EMsgAMGetPurchaseStatus = 4206
- EMsgAMSupportIsAccountEnabled = 4209
- EMsgAMSupportIsAccountEnabledResponse = 4210
- EMsgUGSGetUserStats = 4211
- EMsgAMGSSearch = 4213
- EMsgChatServerRouteFriendMsg = 4219
- EMsgAMTicketAuthRequestOrResponse = 4220
- EMsgAMAddFreeLicense = 4224
- EMsgAMValidateEmailLink = 4231
- EMsgAMValidateEmailLinkResponse = 4232
- EMsgUGSStoreUserStats = 4236
- EMsgAMDeleteStoredCard = 4241
- EMsgAMRevokeLegacyGameKeys = 4242
- EMsgAMGetWalletDetails = 4244
- EMsgAMGetWalletDetailsResponse = 4245
- EMsgAMDeleteStoredPaymentInfo = 4246
- EMsgAMGetStoredPaymentSummary = 4247
- EMsgAMGetStoredPaymentSummaryResponse = 4248
- EMsgAMGetWalletConversionRate = 4249
- EMsgAMGetWalletConversionRateResponse = 4250
- EMsgAMConvertWallet = 4251
- EMsgAMConvertWalletResponse = 4252
- EMsgAMSetPreApproval = 4255
- EMsgAMSetPreApprovalResponse = 4256
- EMsgAMCreateRefund = 4258
- EMsgAMCreateChargeback = 4260
- EMsgAMCreateDispute = 4262
- EMsgAMClearDispute = 4264
- EMsgAMCreateFinancialAdjustment = 4265
- EMsgAMPlayerNicknameList = 4266
- EMsgAMPlayerNicknameListResponse = 4267
- EMsgAMGetUserCurrentGameInfo = 4269
- EMsgAMGetUserCurrentGameInfoResponse = 4270
- EMsgAMGetGSPlayerList = 4271
- EMsgAMGetGSPlayerListResponse = 4272
- EMsgAMGetSteamIDForMicroTxn = 4278
- EMsgAMGetSteamIDForMicroTxnResponse = 4279
- EMsgAMSetPartnerMember = 4280
- EMsgAMRemovePublisherUser = 4281
- EMsgAMGetUserLicenseList = 4282
- EMsgAMGetUserLicenseListResponse = 4283
- EMsgAMReloadGameGroupPolicy = 4284
- EMsgAMAddFreeLicenseResponse = 4285
- EMsgAMVACStatusUpdate = 4286
- EMsgAMGetAccountDetails = 4287
- EMsgAMGetAccountDetailsResponse = 4288
- EMsgAMGetPlayerLinkDetails = 4289
- EMsgAMGetPlayerLinkDetailsResponse = 4290
- EMsgAMGetAccountFlagsForWGSpoofing = 4294
- EMsgAMGetAccountFlagsForWGSpoofingResponse = 4295
- EMsgAMGetClanOfficers = 4298
- EMsgAMGetClanOfficersResponse = 4299
- EMsgAMNameChange = 4300
- EMsgAMGetNameHistory = 4301
- EMsgAMGetNameHistoryResponse = 4302
- EMsgAMSupportRemoveAccountSecurity = 4307
- EMsgAMIsAccountInCaptchaGracePeriod = 4308
- EMsgAMIsAccountInCaptchaGracePeriodResponse = 4309
- EMsgAMAccountPS3Unlink = 4310
- EMsgAMAccountPS3UnlinkResponse = 4311
- EMsgUGSStoreUserStatsResponse = 4312
- EMsgAMGetAccountPSNInfo = 4313
- EMsgAMGetAccountPSNInfoResponse = 4314
- EMsgAMAuthenticatedPlayerList = 4315
- EMsgAMGetUserGifts = 4316
- EMsgAMGetUserGiftsResponse = 4317
- EMsgAMTransferLockedGifts = 4320
- EMsgAMTransferLockedGiftsResponse = 4321
- EMsgAMPlayerHostedOnGameServer = 4322
- EMsgAMGetAccountBanInfo = 4323
- EMsgAMGetAccountBanInfoResponse = 4324
- EMsgAMRecordBanEnforcement = 4325
- EMsgAMRollbackGiftTransfer = 4326
- EMsgAMRollbackGiftTransferResponse = 4327
- EMsgAMHandlePendingTransaction = 4328
- EMsgAMRequestClanDetails = 4329
- EMsgAMDeleteStoredPaypalAgreement = 4330
- EMsgAMGameServerUpdate = 4331
- EMsgAMGameServerRemove = 4332
- EMsgAMGetPaypalAgreements = 4333
- EMsgAMGetPaypalAgreementsResponse = 4334
- EMsgAMGameServerPlayerCompatibilityCheck = 4335
- EMsgAMGameServerPlayerCompatibilityCheckResponse = 4336
- EMsgAMRenewLicense = 4337
- EMsgAMGetAccountCommunityBanInfo = 4338
- EMsgAMGetAccountCommunityBanInfoResponse = 4339
- EMsgAMGameServerAccountChangePassword = 4340
- EMsgAMGameServerAccountDeleteAccount = 4341
- EMsgAMRenewAgreement = 4342
- EMsgAMXsollaPayment = 4344
- EMsgAMXsollaPaymentResponse = 4345
- EMsgAMAcctAllowedToPurchase = 4346
- EMsgAMAcctAllowedToPurchaseResponse = 4347
- EMsgAMSwapKioskDeposit = 4348
- EMsgAMSwapKioskDepositResponse = 4349
- EMsgAMSetUserGiftUnowned = 4350
- EMsgAMSetUserGiftUnownedResponse = 4351
- EMsgAMClaimUnownedUserGift = 4352
- EMsgAMClaimUnownedUserGiftResponse = 4353
- EMsgAMSetClanName = 4354
- EMsgAMSetClanNameResponse = 4355
- EMsgAMGrantCoupon = 4356
- EMsgAMGrantCouponResponse = 4357
- EMsgAMIsPackageRestrictedInUserCountry = 4358
- EMsgAMIsPackageRestrictedInUserCountryResponse = 4359
- EMsgAMHandlePendingTransactionResponse = 4360
- EMsgAMGrantGuestPasses2 = 4361
- EMsgAMGrantGuestPasses2Response = 4362
- EMsgAMGetPlayerBanDetails = 4365
- EMsgAMGetPlayerBanDetailsResponse = 4366
- EMsgAMFinalizePurchase = 4367
- EMsgAMFinalizePurchaseResponse = 4368
- EMsgAMPersonaChangeResponse = 4372
- EMsgAMGetClanDetailsForForumCreation = 4373
- EMsgAMGetClanDetailsForForumCreationResponse = 4374
- EMsgAMGetPendingNotificationCount = 4375
- EMsgAMGetPendingNotificationCountResponse = 4376
- EMsgAMPasswordHashUpgrade = 4377
- EMsgAMBoaCompraPayment = 4380
- EMsgAMBoaCompraPaymentResponse = 4381
- EMsgAMCompleteExternalPurchase = 4383
- EMsgAMCompleteExternalPurchaseResponse = 4384
- EMsgAMResolveNegativeWalletCredits = 4385
- EMsgAMResolveNegativeWalletCreditsResponse = 4386
- EMsgAMPlayerGetClanBasicDetails = 4389
- EMsgAMPlayerGetClanBasicDetailsResponse = 4390
- EMsgAMMOLPayment = 4391
- EMsgAMMOLPaymentResponse = 4392
- EMsgGetUserIPCountry = 4393
- EMsgGetUserIPCountryResponse = 4394
- EMsgNotificationOfSuspiciousActivity = 4395
- EMsgAMDegicaPayment = 4396
- EMsgAMDegicaPaymentResponse = 4397
- EMsgAMEClubPayment = 4398
- EMsgAMEClubPaymentResponse = 4399
- EMsgAMPayPalPaymentsHubPayment = 4400
- EMsgAMPayPalPaymentsHubPaymentResponse = 4401
- EMsgAMTwoFactorRecoverAuthenticatorRequest = 4402
- EMsgAMTwoFactorRecoverAuthenticatorResponse = 4403
- EMsgAMSmart2PayPayment = 4404
- EMsgAMSmart2PayPaymentResponse = 4405
- EMsgAMValidatePasswordResetCodeAndSendSmsRequest = 4406
- EMsgAMValidatePasswordResetCodeAndSendSmsResponse = 4407
- EMsgAMGetAccountResetDetailsRequest = 4408
- EMsgAMGetAccountResetDetailsResponse = 4409
- EMsgAMBitPayPayment = 4410
- EMsgAMBitPayPaymentResponse = 4411
- EMsgAMSendAccountInfoUpdate = 4412
- EMsgAMSendScheduledGift = 4413
- EMsgAMNodwinPayment = 4414
- EMsgAMNodwinPaymentResponse = 4415
- EMsgAMResolveWalletRevoke = 4416
- EMsgAMResolveWalletReverseRevoke = 4417
- EMsgAMFundedPayment = 4418
- EMsgAMFundedPaymentResponse = 4419
- EMsgAMRequestPersonaUpdateForChatServer = 4420
- EMsgAMPerfectWorldPayment = 4421
- EMsgAMPerfectWorldPaymentResponse = 4422
- EMsgAMECommPayPayment = 4423
- EMsgAMECommPayPaymentResponse = 4424
- EMsgAMSetRemoteClientID = 4425
- EMsgAMNuveiPayment = 4426
- EMsgAMNuveiPaymentResponse = 4427
- EMsgBasePSRange = 5000
- EMsgPSIsValidShoppingCart = 5003
- EMsgPSIsValidShoppingCartResponse = 5004
- EMsgPSGetShoppingCartContents = 5009
- EMsgPSGetShoppingCartContentsResponse = 5010
- EMsgPSAddWalletCreditToShoppingCart = 5011
- EMsgPSAddWalletCreditToShoppingCartResponse = 5012
- EMsgPSGetAccountCartContents = 5013
- EMsgPSGetAccountCartContentsResponse = 5014
- EMsgBaseUFSRange = 5200
- EMsgUFSReloadPartitionInfo = 5215
- EMsgUFSSynchronizeFile = 5217
- EMsgUFSSynchronizeFileResponse = 5218
- EMsgClientUFSGetUGCDetails = 5226
- EMsgClientUFSGetUGCDetailsResponse = 5227
- EMsgUFSUpdateFileFlags = 5228
- EMsgUFSUpdateFileFlagsResponse = 5229
- EMsgClientUFSGetSingleFileInfo = 5230
- EMsgClientUFSGetSingleFileInfoResponse = 5231
- EMsgUFSReloadAccount = 5234
- EMsgUFSReloadAccountResponse = 5235
- EMsgUFSUpdateRecordBatched = 5236
- EMsgUFSUpdateRecordBatchedResponse = 5237
- EMsgUFSMigrateFile = 5238
- EMsgUFSMigrateFileResponse = 5239
- EMsgUFSGetUGCURLs = 5240
- EMsgUFSGetUGCURLsResponse = 5241
- EMsgUFSHttpUploadFileFinishRequest = 5242
- EMsgUFSHttpUploadFileFinishResponse = 5243
- EMsgUFSDownloadStartRequest = 5244
- EMsgUFSDownloadStartResponse = 5245
- EMsgUFSDownloadChunkRequest = 5246
- EMsgUFSDownloadChunkResponse = 5247
- EMsgUFSDownloadFinishRequest = 5248
- EMsgUFSDownloadFinishResponse = 5249
- EMsgUFSFlushURLCache = 5250
- EMsgUFSMigrateFileAppID = 5253
- EMsgUFSMigrateFileAppIDResponse = 5254
- EMsgBaseClient2 = 5400
- EMsgClientRequestForgottenPasswordEmail = 5401
- EMsgClientRequestForgottenPasswordEmailResponse = 5402
- EMsgClientCreateAccountResponse = 5403
- EMsgClientResetForgottenPassword = 5404
- EMsgClientResetForgottenPasswordResponse = 5405
- EMsgClientInformOfResetForgottenPassword = 5407
- EMsgClientInformOfResetForgottenPasswordResponse = 5408
- EMsgClientAnonUserLogOn_Deprecated = 5409
- EMsgClientGamesPlayedWithDataBlob = 5410
- EMsgClientUpdateUserGameInfo = 5411
- EMsgClientFileToDownload = 5412
- EMsgClientFileToDownloadResponse = 5413
- EMsgClientLBSSetScore = 5414
- EMsgClientLBSSetScoreResponse = 5415
- EMsgClientLBSFindOrCreateLB = 5416
- EMsgClientLBSFindOrCreateLBResponse = 5417
- EMsgClientLBSGetLBEntries = 5418
- EMsgClientLBSGetLBEntriesResponse = 5419
- EMsgClientChatDeclined = 5426
- EMsgClientFriendMsgIncoming = 5427
- EMsgClientAuthList_Deprecated = 5428
- EMsgClientTicketAuthComplete = 5429
- EMsgClientIsLimitedAccount = 5430
- EMsgClientRequestAuthList = 5431
- EMsgClientAuthList = 5432
- EMsgClientStat_Deprecated = 5433
- EMsgClientP2PConnectionInfo = 5434
- EMsgClientP2PConnectionFailInfo = 5435
- EMsgClientGetDepotDecryptionKey = 5438
- EMsgClientGetDepotDecryptionKeyResponse = 5439
- EMsgClientEnableTestLicense = 5443
- EMsgClientEnableTestLicenseResponse = 5444
- EMsgClientDisableTestLicense = 5445
- EMsgClientDisableTestLicenseResponse = 5446
- EMsgClientCheckAppBetaPassword = 5450
- EMsgClientCheckAppBetaPasswordResponse = 5451
- EMsgClientToGC = 5452
- EMsgClientFromGC = 5453
- EMsgClientEmailAddrInfo = 5456
- EMsgClientPasswordChange3 = 5457
- EMsgClientEmailChange3 = 5458
- EMsgClientPersonalQAChange3 = 5459
- EMsgClientResetForgottenPassword3 = 5460
- EMsgClientRequestForgottenPasswordEmail3 = 5461
- EMsgClientNewLoginKey = 5463
- EMsgClientNewLoginKeyAccepted_Deprecated = 5464
- EMsgClientLogOnWithHash_Deprecated = 5465
- EMsgClientStoreUserStats2 = 5466
- EMsgClientStatsUpdated = 5467
- EMsgClientRequestedClientStats_Deprecated = 5480
- EMsgClientStat2Int32_Deprecated = 5481
- EMsgClientStat2_Deprecated = 5482
- EMsgClientDRMDownloadRequest = 5485
- EMsgClientDRMDownloadResponse = 5486
- EMsgClientDRMFinalResult = 5487
- EMsgClientGetFriendsWhoPlayGame = 5488
- EMsgClientGetFriendsWhoPlayGameResponse = 5489
- EMsgClientOGSBeginSession = 5490
- EMsgClientOGSBeginSessionResponse = 5491
- EMsgClientOGSEndSession = 5492
- EMsgClientOGSEndSessionResponse = 5493
- EMsgClientOGSWriteRow = 5494
- EMsgClientGetPeerContentInfo = 5495
- EMsgClientGetPeerContentInfoResponse = 5496
- EMsgClientStartPeerContentServer = 5497
- EMsgClientStartPeerContentServerResponse = 5498
- EMsgClientServersAvailable = 5501
- EMsgClientRegisterAuthTicketWithCM = 5502
- EMsgClientGCMsgFailed = 5503
- EMsgClientMicroTxnAuthRequest = 5504
- EMsgClientMicroTxnAuthorize = 5505
- EMsgClientMicroTxnAuthorizeResponse = 5506
- EMsgClientGetMicroTxnInfo = 5508
- EMsgClientGetMicroTxnInfoResponse = 5509
- EMsgClientDeregisterWithServer = 5511
- EMsgClientSubscribeToPersonaFeed = 5512
- EMsgClientLogon = 5514
- EMsgClientGetClientDetails = 5515
- EMsgClientGetClientDetailsResponse = 5516
- EMsgClientReportOverlayDetourFailure = 5517
- EMsgClientGetClientAppList = 5518
- EMsgClientGetClientAppListResponse = 5519
- EMsgClientInstallClientApp = 5520
- EMsgClientInstallClientAppResponse = 5521
- EMsgClientUninstallClientApp = 5522
- EMsgClientUninstallClientAppResponse = 5523
- EMsgClientSetClientAppUpdateState = 5524
- EMsgClientSetClientAppUpdateStateResponse = 5525
- EMsgClientRequestEncryptedAppTicket = 5526
- EMsgClientRequestEncryptedAppTicketResponse = 5527
- EMsgClientWalletInfoUpdate = 5528
- EMsgClientLBSSetUGC = 5529
- EMsgClientLBSSetUGCResponse = 5530
- EMsgClientAMGetClanOfficers = 5531
- EMsgClientAMGetClanOfficersResponse = 5532
- EMsgClientFriendProfileInfo = 5535
- EMsgClientFriendProfileInfoResponse = 5536
- EMsgClientScreenshotsChanged = 5543
- EMsgClientLaunchClientApp = 5544
- EMsgClientLaunchClientAppResponse = 5545
- EMsgClientRequestAccountData = 5549
- EMsgClientRequestAccountDataResponse = 5550
- EMsgClientResetForgottenPassword4 = 5551
- EMsgClientHideFriend = 5552
- EMsgClientFriendsGroupsList = 5553
- EMsgClientGetClanActivityCounts = 5554
- EMsgClientGetClanActivityCountsResponse = 5555
- EMsgClientOGSReportString = 5556
- EMsgClientOGSReportBug = 5557
- EMsgClientSentLogs = 5558
- EMsgClientLogonGameServer = 5559
- EMsgAMClientCreateFriendsGroup = 5560
- EMsgAMClientCreateFriendsGroupResponse = 5561
- EMsgAMClientDeleteFriendsGroup = 5562
- EMsgAMClientDeleteFriendsGroupResponse = 5563
- EMsgAMClientManageFriendsGroup = 5564
- EMsgAMClientManageFriendsGroupResponse = 5565
- EMsgAMClientAddFriendToGroup = 5566
- EMsgAMClientAddFriendToGroupResponse = 5567
- EMsgAMClientRemoveFriendFromGroup = 5568
- EMsgAMClientRemoveFriendFromGroupResponse = 5569
- EMsgClientAMGetPersonaNameHistory = 5570
- EMsgClientAMGetPersonaNameHistoryResponse = 5571
- EMsgClientRequestFreeLicense = 5572
- EMsgClientRequestFreeLicenseResponse = 5573
- EMsgClientDRMDownloadRequestWithCrashData = 5574
- EMsgClientAuthListAck = 5575
- EMsgClientItemAnnouncements = 5576
- EMsgClientRequestItemAnnouncements = 5577
- EMsgClientFriendMsgEchoToSender = 5578
- EMsgClientCommentNotifications = 5582
- EMsgClientRequestCommentNotifications = 5583
- EMsgClientPersonaChangeResponse = 5584
- EMsgClientRequestWebAPIAuthenticateUserNonce_Deprecated = 5585
- EMsgClientRequestWebAPIAuthenticateUserNonceResponse_Deprecated = 5586
- EMsgClientPlayerNicknameList = 5587
- EMsgAMClientSetPlayerNickname = 5588
- EMsgAMClientSetPlayerNicknameResponse = 5589
- EMsgClientGetNumberOfCurrentPlayersDP = 5592
- EMsgClientGetNumberOfCurrentPlayersDPResponse = 5593
- EMsgClientServiceMethodLegacy = 5594
- EMsgClientServiceMethodLegacyResponse = 5595
- EMsgClientFriendUserStatusPublished = 5596
- EMsgClientCurrentUIMode = 5597
- EMsgClientVanityURLChangedNotification = 5598
- EMsgClientUserNotifications = 5599
- EMsgBaseDFS = 5600
- EMsgDFSGetFile = 5601
- EMsgDFSInstallLocalFile = 5602
- EMsgDFSConnection = 5603
- EMsgDFSConnectionReply = 5604
- EMsgClientDFSAuthenticateRequest = 5605
- EMsgClientDFSAuthenticateResponse = 5606
- EMsgClientDFSEndSession = 5607
- EMsgDFSPurgeFile = 5608
- EMsgDFSRouteFile = 5609
- EMsgDFSGetFileFromServer = 5610
- EMsgDFSAcceptedResponse = 5611
- EMsgDFSRequestPingback = 5612
- EMsgDFSRecvTransmitFile = 5613
- EMsgDFSSendTransmitFile = 5614
- EMsgDFSRequestPingback2 = 5615
- EMsgDFSResponsePingback2 = 5616
- EMsgClientDFSDownloadStatus = 5617
- EMsgDFSStartTransfer = 5618
- EMsgDFSTransferComplete = 5619
- EMsgDFSRouteFileResponse = 5620
- EMsgClientNetworkingCertRequest = 5621
- EMsgClientNetworkingCertRequestResponse = 5622
- EMsgClientChallengeRequest = 5623
- EMsgClientChallengeResponse = 5624
- EMsgBadgeCraftedNotification = 5625
- EMsgClientNetworkingMobileCertRequest = 5626
- EMsgClientNetworkingMobileCertRequestResponse = 5627
- EMsgBaseMDS = 5800
- EMsgMDSGetDepotDecryptionKey = 5812
- EMsgMDSGetDepotDecryptionKeyResponse = 5813
- EMsgMDSContentServerConfigRequest = 5827
- EMsgMDSContentServerConfig = 5828
- EMsgMDSGetDepotManifest = 5829
- EMsgMDSGetDepotManifestResponse = 5830
- EMsgMDSGetDepotManifestChunk = 5831
- EMsgMDSToCSFlushChunk = 5844
- EMsgMDSMigrateChunk = 5847
- EMsgMDSMigrateChunkResponse = 5848
- EMsgMDSToCSFlushManifest = 5849
- EMsgCSBase = 6200
- EMsgCSPing = 6201
- EMsgCSPingResponse = 6202
- EMsgGMSBase = 6400
- EMsgGMSGameServerReplicate = 6401
- EMsgClientGMSServerQuery = 6403
- EMsgGMSClientServerQueryResponse = 6404
- EMsgAMGMSGameServerUpdate = 6405
- EMsgAMGMSGameServerRemove = 6406
- EMsgGameServerOutOfDate = 6407
- EMsgMMSBase = 6600
- EMsgClientMMSCreateLobby = 6601
- EMsgClientMMSCreateLobbyResponse = 6602
- EMsgClientMMSJoinLobby = 6603
- EMsgClientMMSJoinLobbyResponse = 6604
- EMsgClientMMSLeaveLobby = 6605
- EMsgClientMMSLeaveLobbyResponse = 6606
- EMsgClientMMSGetLobbyList = 6607
- EMsgClientMMSGetLobbyListResponse = 6608
- EMsgClientMMSSetLobbyData = 6609
- EMsgClientMMSSetLobbyDataResponse = 6610
- EMsgClientMMSGetLobbyData = 6611
- EMsgClientMMSLobbyData = 6612
- EMsgClientMMSSendLobbyChatMsg = 6613
- EMsgClientMMSLobbyChatMsg = 6614
- EMsgClientMMSSetLobbyOwner = 6615
- EMsgClientMMSSetLobbyOwnerResponse = 6616
- EMsgClientMMSSetLobbyGameServer = 6617
- EMsgClientMMSLobbyGameServerSet = 6618
- EMsgClientMMSUserJoinedLobby = 6619
- EMsgClientMMSUserLeftLobby = 6620
- EMsgClientMMSInviteToLobby = 6621
- EMsgClientMMSFlushFrenemyListCache = 6622
- EMsgClientMMSFlushFrenemyListCacheResponse = 6623
- EMsgClientMMSSetLobbyLinked = 6624
- EMsgClientMMSSetRatelimitPolicyOnClient = 6625
- EMsgClientMMSGetLobbyStatus = 6626
- EMsgClientMMSGetLobbyStatusResponse = 6627
- EMsgMMSGetLobbyList = 6628
- EMsgMMSGetLobbyListResponse = 6629
- EMsgMMSRoutingOverride = 6630
- EMsgGameServerPolicyUpdate = 6631
- EMsgNonStdMsgBase = 6800
- EMsgNonStdMsgMemcached = 6801
- EMsgNonStdMsgHTTPServer = 6802
- EMsgNonStdMsgHTTPClient = 6803
- EMsgNonStdMsgWGResponse = 6804
- EMsgNonStdMsgPHPSimulator = 6805
- EMsgNonStdMsgChase = 6806
- EMsgNonStdMsgDFSTransfer = 6807
- EMsgNonStdMsgTests = 6808
- EMsgNonStdMsgUMQpipeAAPL = 6809
- EMSgNonStdMsgSyslog = 6810
- EMsgNonStdMsgSteam2Emulator = 6812
- EMsgNonStdMsgRTMPServer = 6813
- EMsgNonStdMsgWebSocket = 6814
- EMsgNonStdMsgRedis = 6815
- EMsgUDSBase = 7000
- EMsgClientUDSP2PSessionStarted = 7001
- EMsgClientUDSP2PSessionEnded = 7002
- EMsgUDSRenderUserAuth = 7003
- EMsgUDSRenderUserAuthResponse = 7004
- EMsgClientInviteToGame = 7005
- EMsgUDSHasSession = 7006
- EMsgUDSHasSessionResponse = 7007
- EMsgMPASBase = 7100
- EMsgMPASVacBanReset = 7101
- EMsgKGSBase = 7200
- EMsgUCMBase = 7300
- EMsgClientUCMAddScreenshot = 7301
- EMsgClientUCMAddScreenshotResponse = 7302
- EMsgUCMResetCommunityContent = 7307
- EMsgUCMResetCommunityContentResponse = 7308
- EMsgClientUCMDeleteScreenshot = 7309
- EMsgClientUCMDeleteScreenshotResponse = 7310
- EMsgClientUCMPublishFile = 7311
- EMsgClientUCMPublishFileResponse = 7312
- EMsgClientUCMDeletePublishedFile = 7315
- EMsgClientUCMDeletePublishedFileResponse = 7316
- EMsgClientUCMUpdatePublishedFile = 7325
- EMsgClientUCMUpdatePublishedFileResponse = 7326
- EMsgUCMUpdatePublishedFile = 7327
- EMsgUCMUpdatePublishedFileResponse = 7328
- EMsgUCMUpdatePublishedFileStat = 7331
- EMsgUCMReloadPublishedFile = 7337
- EMsgUCMReloadUserFileListCaches = 7338
- EMsgUCMPublishedFileReported = 7339
- EMsgUCMPublishedFilePreviewAdd = 7341
- EMsgUCMPublishedFilePreviewAddResponse = 7342
- EMsgUCMPublishedFilePreviewRemove = 7343
- EMsgUCMPublishedFilePreviewRemoveResponse = 7344
- EMsgUCMPublishedFileSubscribed = 7349
- EMsgUCMPublishedFileUnsubscribed = 7350
- EMsgUCMPublishFile = 7351
- EMsgUCMPublishFileResponse = 7352
- EMsgUCMPublishedFileChildAdd = 7353
- EMsgUCMPublishedFileChildAddResponse = 7354
- EMsgUCMPublishedFileChildRemove = 7355
- EMsgUCMPublishedFileChildRemoveResponse = 7356
- EMsgUCMPublishedFileParentChanged = 7359
- EMsgClientUCMSetUserPublishedFileAction = 7364
- EMsgClientUCMSetUserPublishedFileActionResponse = 7365
- EMsgClientUCMEnumeratePublishedFilesByUserAction = 7366
- EMsgClientUCMEnumeratePublishedFilesByUserActionResponse = 7367
- EMsgUCMGetUserSubscribedFiles = 7369
- EMsgUCMGetUserSubscribedFilesResponse = 7370
- EMsgUCMFixStatsPublishedFile = 7371
- EMsgClientUCMEnumerateUserSubscribedFilesWithUpdates = 7378
- EMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse = 7379
- EMsgUCMPublishedFileContentUpdated = 7380
- EMsgClientUCMPublishedFileUpdated = 7381
- EMsgFSBase = 7500
- EMsgClientRichPresenceUpload = 7501
- EMsgClientRichPresenceRequest = 7502
- EMsgClientRichPresenceInfo = 7503
- EMsgFSRichPresenceRequest = 7504
- EMsgFSRichPresenceResponse = 7505
- EMsgFSComputeFrenematrix = 7506
- EMsgFSComputeFrenematrixResponse = 7507
- EMsgFSPlayStatusNotification = 7508
- EMsgFSAddOrRemoveFollower = 7510
- EMsgFSAddOrRemoveFollowerResponse = 7511
- EMsgFSUpdateFollowingList = 7512
- EMsgFSCommentNotification = 7513
- EMsgFSCommentNotificationViewed = 7514
- EMsgClientFSGetFollowerCount = 7515
- EMsgClientFSGetFollowerCountResponse = 7516
- EMsgClientFSGetIsFollowing = 7517
- EMsgClientFSGetIsFollowingResponse = 7518
- EMsgClientFSEnumerateFollowingList = 7519
- EMsgClientFSEnumerateFollowingListResponse = 7520
- EMsgFSGetPendingNotificationCount = 7521
- EMsgFSGetPendingNotificationCountResponse = 7522
- EMsgClientChatOfflineMessageNotification = 7523
- EMsgClientChatRequestOfflineMessageCount = 7524
- EMsgClientChatGetFriendMessageHistory = 7525
- EMsgClientChatGetFriendMessageHistoryResponse = 7526
- EMsgClientChatGetFriendMessageHistoryForOfflineMessages = 7527
- EMsgClientFSGetFriendsSteamLevels = 7528
- EMsgClientFSGetFriendsSteamLevelsResponse = 7529
- EMsgAMRequestFriendData = 7530
- EMsgDRMRange2 = 7600
- EMsgCEGVersionSetEnableDisableRequest = 7600
- EMsgCEGVersionSetEnableDisableResponse = 7601
- EMsgCEGPropStatusDRMSRequest = 7602
- EMsgCEGPropStatusDRMSResponse = 7603
- EMsgCEGWhackFailureReportRequest = 7604
- EMsgCEGWhackFailureReportResponse = 7605
- EMsgDRMSFetchVersionSet = 7606
- EMsgDRMSFetchVersionSetResponse = 7607
- EMsgEconBase = 7700
- EMsgEconTrading_InitiateTradeRequest = 7701
- EMsgEconTrading_InitiateTradeProposed = 7702
- EMsgEconTrading_InitiateTradeResponse = 7703
- EMsgEconTrading_InitiateTradeResult = 7704
- EMsgEconTrading_StartSession = 7705
- EMsgEconTrading_CancelTradeRequest = 7706
- EMsgEconFlushInventoryCache = 7707
- EMsgEconFlushInventoryCacheResponse = 7708
- EMsgEconCDKeyProcessTransaction = 7711
- EMsgEconCDKeyProcessTransactionResponse = 7712
- EMsgEconGetErrorLogs = 7713
- EMsgEconGetErrorLogsResponse = 7714
- EMsgRMRange = 7800
- EMsgRMTestVerisignOTP = 7800
- EMsgRMTestVerisignOTPResponse = 7801
- EMsgRMDeleteMemcachedKeys = 7803
- EMsgRMRemoteInvoke = 7804
- EMsgBadLoginIPList = 7805
- EMsgRMMsgTraceAddOrUpdateTrigger = 7806
- EMsgRMMsgTraceRemoveTriggers = 7807
- EMsgRMMsgTraceEvent = 7808
- EMsgUGSBase = 7900
- EMsgUGSUpdateGlobalStats = 7900
- EMsgClientUGSGetGlobalStats = 7901
- EMsgClientUGSGetGlobalStatsResponse = 7902
- EMsgStoreBase = 8000
- EMsgUMQBase = 8100
- EMsgWorkshopBase = 8200
- EMsgWebAPIBase = 8300
- EMsgWebAPIValidateOAuth2Token = 8300
- EMsgWebAPIValidateOAuth2TokenResponse = 8301
- EMsgWebAPIRegisterGCInterfaces = 8303
- EMsgWebAPIInvalidateOAuthClientCache = 8304
- EMsgWebAPIInvalidateOAuthTokenCache = 8305
- EMsgWebAPISetSecrets = 8306
- EMsgBackpackBase = 8400
- EMsgBackpackAddToCurrency = 8401
- EMsgBackpackAddToCurrencyResponse = 8402
- EMsgCREBase = 8500
- EMsgCREItemVoteSummary = 8503
- EMsgCREItemVoteSummaryResponse = 8504
- EMsgCREUpdateUserPublishedItemVote = 8507
- EMsgCREUpdateUserPublishedItemVoteResponse = 8508
- EMsgCREGetUserPublishedItemVoteDetails = 8509
- EMsgCREGetUserPublishedItemVoteDetailsResponse = 8510
- EMsgSecretsBase = 8600
- EMsgSecretsRequestCredentialPair = 8600
- EMsgSecretsCredentialPairResponse = 8601
- EMsgBoxMonitorBase = 8700
- EMsgBoxMonitorReportRequest = 8700
- EMsgBoxMonitorReportResponse = 8701
- EMsgPICSBase = 8900
- EMsgClientPICSChangesSinceRequest = 8901
- EMsgClientPICSChangesSinceResponse = 8902
- EMsgClientPICSProductInfoRequest = 8903
- EMsgClientPICSProductInfoResponse = 8904
- EMsgClientPICSAccessTokenRequest = 8905
- EMsgClientPICSAccessTokenResponse = 8906
- EMsgClientPICSPrivateBetaRequest = 8907
- EMsgClientPICSPrivateBetaResponse = 8908
- EMsgWorkerProcess = 9000
- EMsgWorkerProcessPingRequest = 9000
- EMsgWorkerProcessPingResponse = 9001
- EMsgWorkerProcessShutdown = 9002
- EMsgDRMWorkerProcess = 9100
- EMsgDRMWorkerProcessDRMAndSign = 9100
- EMsgDRMWorkerProcessDRMAndSignResponse = 9101
- EMsgDRMWorkerProcessSteamworksInfoRequest = 9102
- EMsgDRMWorkerProcessSteamworksInfoResponse = 9103
- EMsgDRMWorkerProcessInstallDRMDLLRequest = 9104
- EMsgDRMWorkerProcessInstallDRMDLLResponse = 9105
- EMsgDRMWorkerProcessSecretIdStringRequest = 9106
- EMsgDRMWorkerProcessSecretIdStringResponse = 9107
- EMsgDRMWorkerProcessInstallProcessedFilesRequest = 9110
- EMsgDRMWorkerProcessInstallProcessedFilesResponse = 9111
- EMsgDRMWorkerProcessExamineBlobRequest = 9112
- EMsgDRMWorkerProcessExamineBlobResponse = 9113
- EMsgDRMWorkerProcessDescribeSecretRequest = 9114
- EMsgDRMWorkerProcessDescribeSecretResponse = 9115
- EMsgDRMWorkerProcessBackfillOriginalRequest = 9116
- EMsgDRMWorkerProcessBackfillOriginalResponse = 9117
- EMsgDRMWorkerProcessValidateDRMDLLRequest = 9118
- EMsgDRMWorkerProcessValidateDRMDLLResponse = 9119
- EMsgDRMWorkerProcessValidateFileRequest = 9120
- EMsgDRMWorkerProcessValidateFileResponse = 9121
- EMsgDRMWorkerProcessSplitAndInstallRequest = 9122
- EMsgDRMWorkerProcessSplitAndInstallResponse = 9123
- EMsgDRMWorkerProcessGetBlobRequest = 9124
- EMsgDRMWorkerProcessGetBlobResponse = 9125
- EMsgDRMWorkerProcessEvaluateCrashRequest = 9126
- EMsgDRMWorkerProcessEvaluateCrashResponse = 9127
- EMsgDRMWorkerProcessAnalyzeFileRequest = 9128
- EMsgDRMWorkerProcessAnalyzeFileResponse = 9129
- EMsgDRMWorkerProcessUnpackBlobRequest = 9130
- EMsgDRMWorkerProcessUnpackBlobResponse = 9131
- EMsgDRMWorkerProcessInstallAllRequest = 9132
- EMsgDRMWorkerProcessInstallAllResponse = 9133
- EMsgDRMWorkerProcessSignFile = 9134
- EMsgDRMWorkerProcessSignFileResponse = 9135
- EMsgTestWorkerProcess = 9200
- EMsgTestWorkerProcessLoadUnloadModuleRequest = 9200
- EMsgTestWorkerProcessLoadUnloadModuleResponse = 9201
- EMsgTestWorkerProcessServiceModuleCallRequest = 9202
- EMsgTestWorkerProcessServiceModuleCallResponse = 9203
- EMsgQuestServerBase = 9300
- EMsgClientGetEmoticonList = 9330
- EMsgClientEmoticonList = 9331
- EMsgSLCBase = 9400
- EMsgRemoteClientBase = 9500
- EMsgRemoteClientAuth_OBSOLETE = 9500
- EMsgRemoteClientAuthResponse_OBSOLETE = 9501
- EMsgRemoteClientAppStatus = 9502
- EMsgRemoteClientStartStream = 9503
- EMsgRemoteClientStartStreamResponse = 9504
- EMsgRemoteClientPing = 9505
- EMsgRemoteClientPingResponse = 9506
- EMsgClientUnlockH264 = 9507
- EMsgClientUnlockH264Response = 9508
- EMsgRemoteClientAcceptEULA = 9509
- EMsgRemoteClientGetControllerConfig = 9510
- EMsgRemoteClientGetControllerConfigResponse = 9511
- EMsgRemoteClientStreamingEnabled = 9512
- EMsgClientUnlockHEVC_OBSOLETE = 9513
- EMsgClientUnlockHEVCResponse_OBSOLETE = 9514
- EMsgRemoteClientStatusRequest = 9515
- EMsgRemoteClientStatusResponse = 9516
- EMsgRemoteClientAuthorizationRequest = 9517
- EMsgRemoteClientAuthorizationResponse = 9518
- EMsgRemoteClientAuthorizationCancelRequest = 9519
- EMsgRemoteClientAuthorizationConfirmed = 9520
- EMsgRemoteClientProofRequest = 9521
- EMsgRemoteClientProofResponse = 9522
- EMsgRemoteClientWifiAPStatus = 9523
- EMsgRemoteClientPairWifiAP = 9524
- EMsgRemoteClientPairWifiAPResponse = 9525
- EMsgRemoteClientDownloadScheduleChanged = 9526
- EMsgRemoteClientDownloadItemScheduleChanged = 9527
- EMsgRemoteClientAppUpdateStopped = 9528
- EMsgRemoteClientAppDownloadStats = 9529
- EMsgRemoteClientAppUploadStats = 9530
- EMsgRemoteClientAppInfoUpdateComplete = 9531
- eMsgRemoteClientDownloadsManagement = 9532
- eMsgRemoteClientDownloadingAppID = 9533
- eMsgRemoteClientPeerContentServerChanged = 9534
- eMsgRemoteClientRestrictAutoUpdatesChanged = 9535
- eMsgRemoteClientSuspendLanPeerContent = 9536
- eMsgRemoteClientUpdateDownloadsController = 9537
- EMsgRemoteClientAcceptAllEULAs = 9538
- EMsgClientConcurrentSessionsBase = 9600
- EMsgClientPlayingSessionState = 9600
- EMsgClientKickPlayingSession = 9601
- EMsgClientBroadcastBase = 9700
- EMsgClientBroadcastInit = 9700
- EMsgClientBroadcastFrames = 9701
- EMsgClientBroadcastDisconnect = 9702
- EMsgClientBroadcastUploadConfig = 9704
- EMsgBaseClient3 = 9800
- EMsgClientVoiceCallPreAuthorize = 9800
- EMsgClientVoiceCallPreAuthorizeResponse = 9801
- EMsgClientServerTimestampRequest = 9802
- EMsgClientServerTimestampResponse = 9803
- EMsgServiceMethodCallFromClientNonAuthed = 9804
- EMsgClientHello = 9805
- EMsgClientEnableOrDisableDownloads = 9806
- EMsgClientEnableOrDisableDownloadsResponse = 9807
- EMsgClientFeatureGroupInfo = 9808
- EMsgClientLANP2PBase = 9900
- EMsgClientLANP2PRequestChunk = 9900
- EMsgClientLANP2PRequestChunkResponse = 9901
- EMsgClientPeerChunkRequest = 9902
- EMsgClientPeerChunkResponse = 9903
- EMsgClientLANP2PMax = 9999
- EMsgBaseWatchdogServer = 10000
- EMsgNotifyWatchdog = 10000
- EMsgClientSiteLicenseBase = 10100
- EMsgClientSiteLicenseSiteInfoNotification = 10100
- EMsgClientSiteLicenseCheckout = 10101
- EMsgClientSiteLicenseCheckoutResponse = 10102
- EMsgClientSiteLicenseGetAvailableSeats = 10103
- EMsgClientSiteLicenseGetAvailableSeatsResponse = 10104
- EMsgClientSiteLicenseGetContentCacheInfo = 10105
- EMsgClientSiteLicenseGetContentCacheInfoResponse = 10106
- EMsgBaseChatServer = 12000
- EMsgChatServerGetPendingNotificationCount = 12000
- EMsgChatServerGetPendingNotificationCountResponse = 12001
- EMsgBaseSecretServer = 12100
- EMsgServerSecretChanged = 12100
- EMsgBaseWG = 12200
- EMsgWGConnectionProtocolError = 12200
- EMsgWGConnectionValidateUserToken = 12201
- EMsgWGConnectionValidateUserTokenResponse = 12202
- EMsgWGConnectionLegacyWGRequest = 12203
- EMsgWGConnectionLegacyWGResponse = 12204
- EMsgClientPendingGameLaunch = 12300
- EMsgClientPendingGameLaunchResponse = 12301
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EMsgClanAccountFlags(*values)
- EMsgClanAccountFlagPublic = 1
- EMsgClanAccountFlagLarge = 2
- EMsgClanAccountFlagLocked = 4
- EMsgClanAccountFlagDisabled = 8
- EMsgClanAccountFlagOGG = 16
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ENewSteamAnnouncementState(*values)
- Invalid = 0
- AllRead = 1
- NewAnnouncement = 2
- FeaturedAnnouncement = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ENotificationSetting(*values)
- ENotificationSettingNotifyUseDefault = 0
- ENotificationSettingAlways = 1
- ENotificationSettingNever = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EOSBranch(*values)
- Unknown = 0
- Release = 1
- ReleaseCandidate = 2
- Beta = 3
- BetaCandidate = 4
- Preview = 5
- PreviewCandidate = 6
- Main = 7
- Staging = 8
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EOverlayToggleBarLocation(*values)
- Bottom = 0
- Left = 1
- Right = 2
- Top = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EPartnerEventDisplayLocation(*values)
- Invalid = 0
- AppDetailsSpotlight = 1
- LibraryOverview = 2
- StoreAppPage = 3
- EventScroller = 4
- AppDetailsActivity = 5
- CommunityHub = 6
- StoreFrontPage = 7
- NewsHub = 8
- GamepadHome = 9
- StoreHub = 10
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EPartnerLinkTrackingBackfillSource(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- None = 0
- Web = 1
- Mobile = 2
- Desktop = 3
- class steam.enums.proto.EPhaseResultType(*values)
- Automatic = 1
- Blank = 2
- API = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EPlaytestStatus(*values)
- ETesterStatusNone = 0
- ETesterStatusPending = 1
- ETesterStatusInvited = 2
- ETesterStatusGranted = 3
- ETesterStatusExpired = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EPressOutletAction(*values)
- Invalid = 0
- Granted = 1
- Removed = 2
- Created = 3
- Updated = 4
- Deleted = 5
- Undeleted = 6
- StagedAdd = 7
- StagedDelete = 8
- EnterStaging = 9
- ExitStaging = 10
- ReverseStagedAdd = 11
- ReverseStagedDelete = 12
- MAX = 13
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EPressOutletMemberPendingState(*values)
- Member = 0
- StagedDelete = 1
- StagedAdd = 2
- MAX = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EProfileCustomizationStyle(*values)
- EProfileCustomizationStyleDefault = 0
- EProfileCustomizationStyleSelected = 1
- EProfileCustomizationStyleRarest = 2
- EProfileCustomizationStyleMostRecent = 3
- EProfileCustomizationStyleRandom = 4
- EProfileCustomizationStyleHighestRated = 5
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EProfileCustomizationType(*values)
- EProfileCustomizationTypeInvalid = 0
- EProfileCustomizationTypeRareAchievementShowcase = 1
- EProfileCustomizationTypeGameCollector = 2
- EProfileCustomizationTypeItemShowcase = 3
- EProfileCustomizationTypeTradeShowcase = 4
- EProfileCustomizationTypeBadges = 5
- EProfileCustomizationTypeFavoriteGame = 6
- EProfileCustomizationTypeScreenshotShowcase = 7
- EProfileCustomizationTypeCustomText = 8
- EProfileCustomizationTypeFavoriteGroup = 9
- EProfileCustomizationTypeRecommendation = 10
- EProfileCustomizationTypeWorkshopItem = 11
- EProfileCustomizationTypeMyWorkshop = 12
- EProfileCustomizationTypeArtworkShowcase = 13
- EProfileCustomizationTypeVideoShowcase = 14
- EProfileCustomizationTypeGuides = 15
- EProfileCustomizationTypeMyGuides = 16
- EProfileCustomizationTypeAchievements = 17
- EProfileCustomizationTypeGreenlight = 18
- EProfileCustomizationTypeMyGreenlight = 19
- EProfileCustomizationTypeSalien = 20
- EProfileCustomizationTypeLoyaltyRewardReactions = 21
- EProfileCustomizationTypeSingleArtworkShowcase = 22
- EProfileCustomizationTypeAchievementsCompletionist = 23
- EProfileCustomizationTypeReplay = 24
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EProtoClanEventType(*values)
- EClanOtherEvent = 1
- EClanGameEvent = 2
- EClanPartyEvent = 3
- EClanMeetingEvent = 4
- EClanSpecialCauseEvent = 5
- EClanMusicAndArtsEvent = 6
- EClanSportsEvent = 7
- EClanTripEvent = 8
- EClanChatEvent = 9
- EClanGameReleaseEvent = 10
- EClanBroadcastEvent = 11
- EClanSmallUpdateEvent = 12
- EClanPreAnnounceMajorUpdateEvent = 13
- EClanMajorUpdateEvent = 14
- EClanDLCReleaseEvent = 15
- EClanFutureReleaseEvent = 16
- EClanESportTournamentStreamEvent = 17
- EClanDevStreamEvent = 18
- EClanFamousStreamEvent = 19
- EClanGameSalesEvent = 20
- EClanGameItemSalesEvent = 21
- EClanInGameBonusXPEvent = 22
- EClanInGameLootEvent = 23
- EClanInGamePerksEvent = 24
- EClanInGameChallengeEvent = 25
- EClanInGameContestEvent = 26
- EClanIRLEvent = 27
- EClanNewsEvent = 28
- EClanBetaReleaseEvent = 29
- EClanInGameContentReleaseEvent = 30
- EClanFreeTrial = 31
- EClanSeasonRelease = 32
- EClanSeasonUpdate = 33
- EClanCrosspostEvent = 34
- EClanInGameEventGeneral = 35
- EClanCreatorHome = 36
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EProtoExecutionSite(*values)
- EProtoExecutionSiteUnknown = 0
- EProtoExecutionSiteSteamClient = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EProtoServiceType(*values)
- EProtoServiceTypeSteamMessages = 0
- EProtoServiceTypeVRGamepadUIMessages = 1
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EProvideDeckFeedbackPreference(*values)
- Unset = 0
- Yes = 1
- No = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EPublishedFileForSaleStatus(*values)
- PFFSS_NotForSale = 0
- PFFSS_PendingApproval = 1
- PFFSS_ApprovedForSale = 2
- PFFSS_RejectedForSale = 3
- PFFSS_NoLongerForSale = 4
- PFFSS_TentativeApproval = 5
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EPublishedFileRevision(*values)
- Default = 0
- Latest = 1
- ApprovedSnapshot = 2
- ApprovedSnapshot_China = 3
- RejectedSnapshot = 4
- RejectedSnapshot_China = 5
- AuthorSnapshot = 6
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EPublishedFileStorageSystem(*values)
- EPublishedFileStorageSystemInvalid = 0
- EPublishedFileStorageSystemLegacyCloud = 1
- EPublishedFileStorageSystemDepot = 2
- EPublishedFileStorageSystemUGCCloud = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EPurchaseRequestAction(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- None = 0
- Decline = 1
- Purchased = 2
- Abandoned = 3
- Cancel = 4
- MAX = 5
- class steam.enums.proto.EQueryFilesSearchTextTarget(*values)
- AllText = 0
- Title = 1
- Description = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EQueryFilesSpecialFilter(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- None = 0
- AcceptedForUse = 1
- FavoritedByFriends = 2
- CreateByFriends = 3
- CreatedByFollowed = 4
- Reported = 5
- ParentItems = 6
- ParentCollections = 7
- class steam.enums.proto.ERecordingSessionChangeNotificationType(*values)
- Started = 1
- Stopped = 2
- Deleted = 3
- Updated = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ERemoteClientBroadcastMsg(*values)
- ERemoteClientBroadcastMsgDiscovery = 0
- ERemoteClientBroadcastMsgStatus = 1
- ERemoteClientBroadcastMsgOffline = 2
- ERemoteDeviceAuthorizationRequest = 3
- ERemoteDeviceAuthorizationResponse = 4
- ERemoteDeviceStreamingRequest = 5
- ERemoteDeviceStreamingResponse = 6
- ERemoteDeviceProofRequest = 7
- ERemoteDeviceProofResponse = 8
- ERemoteDeviceAuthorizationCancelRequest = 9
- ERemoteDeviceStreamingCancelRequest = 10
- ERemoteClientBroadcastMsgClientIDDeconflict = 11
- ERemoteDeviceStreamTransportSignal = 12
- ERemoteDeviceStreamingProgress = 13
- ERemoteDeviceAuthorizationConfirmed = 14
- ERemoteClientBroadcastMsgPairingState = 15
- ERemoteClientBroadcastMsgPairingExclusivity = 16
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ERemoteClientPairWifiAPResult(*values)
- ERemoteClientPairWifiAPOK = 1
- ERemoteClientPairWifiAPFail = 2
- ERemoteClientPairWifiAPNetworkError = 3
- ERemoteClientPairWifiAPUnauthorized = 4
- ERemoteClientPairWifiAPNoDonglePresent = 5
- ERemoteClientPairWifiAPTimeout = 6
- ERemoteClientPairWifiAPCanceled = 7
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ERemoteClientService(*values)
- ERemoteClientServiceNone = 0
- ERemoteClientServiceRemoteControl = 1
- ERemoteClientServiceGameStreaming = 2
- ERemoteClientServiceSiteLicense = 4
- ERemoteClientServiceContentCache = 8
- ERemoteClientServiceContentServer = 16
- ERemoteClientServiceManageDownloads = 32
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ERemoteDeviceAuthorizationResult(*values)
- ERemoteDeviceAuthorizationSuccess = 0
- ERemoteDeviceAuthorizationDenied = 1
- ERemoteDeviceAuthorizationNotLoggedIn = 2
- ERemoteDeviceAuthorizationOffline = 3
- ERemoteDeviceAuthorizationBusy = 4
- ERemoteDeviceAuthorizationInProgress = 5
- ERemoteDeviceAuthorizationTimedOut = 6
- ERemoteDeviceAuthorizationFailed = 7
- ERemoteDeviceAuthorizationCanceled = 8
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ERemoteDeviceStreamingResult(*values)
- ERemoteDeviceStreamingSuccess = 0
- ERemoteDeviceStreamingUnauthorized = 1
- ERemoteDeviceStreamingScreenLocked = 2
- ERemoteDeviceStreamingFailed = 3
- ERemoteDeviceStreamingBusy = 4
- ERemoteDeviceStreamingInProgress = 5
- ERemoteDeviceStreamingCanceled = 6
- ERemoteDeviceStreamingDriversNotInstalled = 7
- ERemoteDeviceStreamingDisabled = 8
- ERemoteDeviceStreamingBroadcastingActive = 9
- ERemoteDeviceStreamingVRActive = 10
- ERemoteDeviceStreamingPINRequired = 11
- ERemoteDeviceStreamingInvisible = 13
- ERemoteDeviceStreamingGameLaunchFailed = 14
- ERemoteDeviceStreamingSteamVRNotInstalled = 15
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EResolutionAutomation(*values)
- Manual = 0
- PartiallyAutomated = 1
- FullyAutomated = 2
- MAX = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESDCardFormatStage(*values)
- Invalid = 0
- Starting = 1
- Testing = 2
- Rescuing = 3
- Formatting = 4
- Finalizing = 5
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESessionPersistence(*values)
- Invalid = -1
- Ephemeral = 0
- Persistent = 1
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESettingProfileMode(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- None = 0
- PerGame = 1
- PerGamePerDisplay = 2
- PerDisplay = 3
Returns self, the complex conjugate of any int.
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
Returns True. Exists for duck type compatibility with float.is_integer.
the real part of a complex number
the imaginary part of a complex number
the numerator of a rational number in lowest terms
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESLSHelper(*values)
- Invalid = 0
- Minidump = 1
- Kdump = 2
- Journal = 3
- Gpu = 4
- SystemInfo = 5
- Devcoredump = 6
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESpeakerConfiguration(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- Other = 0
- Stereo = 1
- 51 = 2
- 71 = 3
- class steam.enums.proto.ESplitScalingFilter(*values)
- Invalid = 0
- Linear = 1
- Nearest = 2
- Sharp = 3
- NIS_Deprecated = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESplitScalingScaler(*values)
- Invalid = 0
- Auto = 1
- Integer = 2
- Fit = 3
- Fill = 4
- Stretch = 5
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESteamDatagramMsgID(*values)
- ESteamDatagramMsg_Invalid = 0
- ESteamDatagramMsg_RouterPingRequest = 1
- ESteamDatagramMsg_RouterPingReply = 2
- ESteamDatagramMsg_GameserverPingRequest = 3
- ESteamDatagramMsg_GameserverSessionRequest = 5
- ESteamDatagramMsg_GameserverSessionEstablished = 6
- ESteamDatagramMsg_NoSession = 7
- ESteamDatagramMsg_Diagnostic = 8
- ESteamDatagramMsg_DataClientToRouter = 9
- ESteamDatagramMsg_DataRouterToServer = 10
- ESteamDatagramMsg_DataServerToRouter = 11
- ESteamDatagramMsg_DataRouterToClient = 12
- ESteamDatagramMsg_Stats = 13
- ESteamDatagramMsg_ClientPingSampleRequest = 14
- ESteamDatagramMsg_ClientPingSampleReply = 15
- ESteamDatagramMsg_ClientToRouterSwitchedPrimary = 16
- ESteamDatagramMsg_RelayHealth = 17
- ESteamDatagramMsg_ConnectRequest = 18
- ESteamDatagramMsg_ConnectOK = 19
- ESteamDatagramMsg_ConnectionClosed = 20
- ESteamDatagramMsg_NoConnection = 21
- ESteamDatagramMsg_TicketDecryptRequest = 22
- ESteamDatagramMsg_TicketDecryptReply = 23
- ESteamDatagramMsg_P2PSessionRequest = 24
- ESteamDatagramMsg_P2PSessionEstablished = 25
- ESteamDatagramMsg_P2PStatsClient = 26
- ESteamDatagramMsg_P2PStatsRelay = 27
- ESteamDatagramMsg_P2PBadRoute = 28
- ESteamDatagramMsg_GameserverPingReply = 29
- ESteamDatagramMsg_LegacyGameserverRegistration = 30
- ESteamDatagramMsg_SetSecondaryAddressRequest = 31
- ESteamDatagramMsg_SetSecondaryAddressResult = 32
- ESteamDatagramMsg_RelayToRelayPingRequest = 33
- ESteamDatagramMsg_RelayToRelayPingReply = 34
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESteamDeckCompatibilityCategory(*values)
- Unknown = 0
- Unsupported = 1
- Playable = 2
- Verified = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESteamDeckCompatibilityFeedback(*values)
- Unset = 0
- Agree = 1
- Disagree = 2
- Ignore = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESteamDeckCompatibilityResultDisplayType(*values)
- Invisible = 0
- Informational = 1
- Unsupported = 2
- Playable = 3
- Verified = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESteamDeckCompatibilityTestResult(*values)
- Invalid = 0
- NotApplicable = 1
- Pass = 2
- Fail = 3
- FailMinor = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESteamDeckKeyboardLayout(*values)
- QWERTY = 0
- Bulgarian = 1
- Chinese_Simplified = 2
- Chinese_Traditional = 3
- Czech = 4
- Danish = 5
- Finnish = 6
- French = 7
- German = 8
- Greek = 9
- Hungarian = 10
- Italian = 11
- Japanese = 12
- Korean = 13
- Norwegian = 14
- Polish = 15
- Portuguese = 16
- Romanian = 17
- Russian = 18
- Spanish = 19
- Swedish = 20
- Thai = 21
- Turkish_F = 22
- Turkish_Q = 23
- Ukrainian = 24
- Vietnamese = 25
- QWERTY_International = 26
- Dvorak = 27
- Colemak = 28
- Bulgarian_Phonetic_Traditional = 29
- Bulgarian_Phonetic = 30
- Chinese_Traditional_Bopomofo = 31
- Chinese_Traditional_Cangjie = 32
- Japanese_Kana = 33
- Chinese_Traditional_Quick = 34
- Indonesian = 35
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESteamNetworkingSocketsCipher(*values)
- INVALID = 0
- NULL = 1
- AES_256_GCM = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESteamNetworkingUDPMsgID(*values)
- ESteamNetworkingUDPMsg_ChallengeRequest = 32
- ESteamNetworkingUDPMsg_ChallengeReply = 33
- ESteamNetworkingUDPMsg_ConnectRequest = 34
- ESteamNetworkingUDPMsg_ConnectOK = 35
- ESteamNetworkingUDPMsg_ConnectionClosed = 36
- ESteamNetworkingUDPMsg_NoConnection = 37
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESteamNotificationType(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- Invalid = 0
- Test = 1
- Gift = 2
- Comment = 3
- Item = 4
- FriendInvite = 5
- MajorSale = 6
- PreloadAvailable = 7
- Wishlist = 8
- TradeOffer = 9
- General = 10
- HelpRequest = 11
- AsyncGame = 12
- ChatMsg = 13
- ModeratorMsg = 14
- ParentalFeatureAccessRequest = 15
- FamilyInvite = 16
- FamilyPurchaseRequest = 17
- ParentalPlaytimeRequest = 18
- FamilyPurchaseRequestResponse = 19
- ParentalFeatureAccessResponse = 20
- ParentalPlaytimeResponse = 21
- RequestedGameAdded = 22
- SendToPhone = 23
- ClipDownloaded = 24
- 2FAPrompt = 25
- MobileConfirmation = 26
- PartnerEvent = 27
- PlaytestInvite = 28
- TradeReversal = 29
- ReportedContentAction = 30
- class steam.enums.proto.ESteamOSCompatibilityCategory(*values)
- Unknown = 0
- Unsupported = 1
- Compatible = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESteamOSCompatibilityResultDisplayType(*values)
- Invisible = 0
- Informational = 1
- Unsupported = 2
- Compatible = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESteamPipeOperationType(*values)
- Invalid = 0
- DecryptCPU = 1
- DiskRead = 2
- DiskWrite = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESteamPipeWorkType(*values)
- ESteamPipeClientWorkType_Invalid = 0
- ESteamPipeClientWorkType_StageFromChunkStores = 1
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESteamReviewScore(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- OverwhelminglyPositive = 9
- VeryPositive = 8
- Positive = 7
- MostlyPositive = 6
- Mixed = 5
- MostlyNegative = 4
- Negative = 3
- VeryNegative = 2
- OverwhelminglyNegative = 1
- None = 0
- class steam.enums.proto.ESteamTVContentTemplate(*values)
- Invalid = 0
- Takeover = 1
- SingleGame = 2
- GameList = 3
- QuickExplore = 4
- ConveyorBelt = 5
- WatchParty = 6
- Developer = 7
- Event = 8
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStorageBlockContentType(*values)
- Invalid = 0
- Unknown = 1
- FileSystem = 2
- Crypto = 3
- Raid = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStorageBlockFileSystemType(*values)
- Invalid = 0
- Unknown = 1
- VFat = 2
- Ext4 = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStorageDriveMediaType(*values)
- Invalid = 0
- Unknown = 1
- HDD = 2
- SSD = 3
- Removable = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStorageFormatStage(*values)
- Invalid = 0
- NotRunning = 1
- Starting = 2
- Testing = 3
- Rescuing = 4
- Formatting = 5
- Finalizing = 6
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStoreAppType(*values)
- Game = 0
- Demo = 1
- Mod = 2
- Movie = 3
- DLC = 4
- Guide = 5
- Software = 6
- Video = 7
- Series = 8
- Episode = 9
- Hardware = 10
- Music = 11
- Beta = 12
- Tool = 13
- Advertising = 14
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStoreBrowseFilterFailure(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- None = 0
- Redundant = 10
- NotPreferred = 20
- NotInterested = 30
- UnwantedContent = 40
- class steam.enums.proto.EStoreCategoryType(*values)
- Category = 0
- SupportedPlayers = 1
- Feature = 2
- ControllerSupport = 3
- CloudGaming = 4
- MAX = 5
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStoreDiscoveryQueueType(*values)
- EStoreDiscoveryQueueTypeNew = 0
- EStoreDiscoveryQueueTypeComingSoon = 1
- EStoreDiscoveryQueueTypeRecommended = 2
- EStoreDiscoveryQueueTypeEveryNewRelease = 3
- EStoreDiscoveryQueueTypeMLRecommender = 5
- EStoreDiscoveryQueueTypeWishlistOnSale = 6
- EStoreDiscoveryQueueTypeDLC = 7
- EStoreDiscoveryQueueTypeDLCOnSale = 8
- EStoreDiscoveryQueueTypeRecommendedComingSoon = 9
- EStoreDiscoveryQueueTypeRecommendedFree = 10
- EStoreDiscoveryQueueTypeRecommendedOnSale = 11
- EStoreDiscoveryQueueTypeRecommendedDemos = 12
- EStoreDiscoveryQueueTypeDLCNewReleases = 13
- EStoreDiscoveryQueueTypeDLCTopSellers = 14
- EStoreDiscoveryQueueTypeDLCUpcoming = 15
- EStoreDiscoveryQueueTypeMAX = 16
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStoreItemType(*values)
- Invalid = -1
- App = 0
- Package = 1
- Bundle = 2
- Mtx = 3
- Tag = 4
- Creator = 5
- HubCategory = 6
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStoreLinkType(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- None = 0
- YouTube = 1
- Facebook = 2
- Twitter = 3
- Twitch = 4
- Discord = 5
- QQ = 6
- VK = 7
- Bilibili = 8
- Weibo = 9
- Reddit = 10
- Instagram = 11
- Tumblr = 12
- Tieba = 13
- Tiktok = 14
- Telegram = 15
- LinkedIn = 16
- WeChat = 17
- QQLink = 18
- Douyin = 19
- Bluesky = 20
- Mastodon = 21
- Threads = 22
- QQChannel = 23
- RedNote = 24
- MAX = 25
- class steam.enums.proto.EStreamActivity(*values)
- EStreamActivityIdle = 1
- EStreamActivityGame = 2
- EStreamActivityDesktop = 3
- EStreamActivitySecureDesktop = 4
- EStreamActivityMusic = 5
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamAudioCodec(*values)
- EStreamAudioCodecNone = 0
- EStreamAudioCodecRaw = 1
- EStreamAudioCodecVorbis = 2
- EStreamAudioCodecOpus = 3
- EStreamAudioCodecMP3 = 4
- EStreamAudioCodecAAC = 5
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamBitrate(*values)
- EStreamBitrateAutodetect = -1
- EStreamBitrateUnlimited = 0
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamChannel(*values)
- EStreamChannelInvalid = -1
- EStreamChannelDiscovery = 0
- EStreamChannelControl = 1
- EStreamChannelStats = 2
- EStreamChannelDataChannelStart = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamColorspace(*values)
- Unknown = 0
- BT601 = 1
- BT601_Full = 2
- BT709 = 3
- BT709_Full = 4
- HDR10 = 5
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamControllerConfigMsg(*values)
- RequestConfigsForApp = 0
- ConfigResponse = 1
- PersonalizationResponse = 2
- ActiveConfigChange = 3
- RequestActiveConfig = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamControlMessage(*values)
- EStreamControlAuthenticationRequest = 1
- EStreamControlAuthenticationResponse = 2
- EStreamControlNegotiationInit = 3
- EStreamControlNegotiationSetConfig = 4
- EStreamControlNegotiationComplete = 5
- EStreamControlClientHandshake = 6
- EStreamControlServerHandshake = 7
- EStreamControlStartNetworkTest = 8
- EStreamControlKeepAlive = 9
- EStreamControl_LAST_SETUP_MESSAGE = 15
- EStreamControlStartAudioData = 50
- EStreamControlStopAudioData = 51
- EStreamControlStartVideoData = 52
- EStreamControlStopVideoData = 53
- EStreamControlInputMouseMotion = 54
- EStreamControlInputMouseWheel = 55
- EStreamControlInputMouseDown = 56
- EStreamControlInputMouseUp = 57
- EStreamControlInputKeyDown = 58
- EStreamControlInputKeyUp = 59
- EStreamControlInputGamepadAttached_OBSOLETE = 60
- EStreamControlInputGamepadEvent_OBSOLETE = 61
- EStreamControlInputGamepadDetached_OBSOLETE = 62
- EStreamControlShowCursor = 63
- EStreamControlHideCursor = 64
- EStreamControlSetCursor = 65
- EStreamControlGetCursorImage = 66
- EStreamControlSetCursorImage = 67
- EStreamControlDeleteCursor = 68
- EStreamControlSetTargetFramerate = 69
- EStreamControlInputLatencyTest = 70
- EStreamControlGamepadRumble_OBSOLETE = 71
- EStreamControlOverlayEnabled = 74
- EStreamControlInputControllerAttached_OBSOLETE = 75
- EStreamControlInputControllerState_OBSOLETE = 76
- EStreamControlTriggerHapticPulse_OBSOLETE = 77
- EStreamControlInputControllerDetached_OBSOLETE = 78
- EStreamControlVideoDecoderInfo = 80
- EStreamControlSetTitle = 81
- EStreamControlSetIcon = 82
- EStreamControlQuitRequest = 83
- EStreamControlSetQoS = 87
- EStreamControlInputControllerWirelessPresence_OBSOLETE = 88
- EStreamControlSetGammaRamp = 89
- EStreamControlVideoEncoderInfo = 90
- EStreamControlInputControllerStateHID_OBSOLETE = 93
- EStreamControlSetTargetBitrate = 94
- EStreamControlSetControllerPairingEnabled_OBSOLETE = 95
- EStreamControlSetControllerPairingResult_OBSOLETE = 96
- EStreamControlTriggerControllerDisconnect_OBSOLETE = 97
- EStreamControlSetActivity = 98
- EStreamControlSetStreamingClientConfig = 99
- EStreamControlSystemSuspend = 100
- EStreamControlSetControllerSettings_OBSOLETE = 101
- EStreamControlVirtualHereRequest = 102
- EStreamControlVirtualHereReady = 103
- EStreamControlSetSpectatorMode = 105
- EStreamControlRemoteHID = 106
- EStreamControlStartMicrophoneData = 107
- EStreamControlStopMicrophoneData = 108
- EStreamControlInputText = 109
- EStreamControlTouchConfigActive = 110
- EStreamControlGetTouchConfigData = 111
- EStreamControlSetTouchConfigData = 112
- EStreamControlSaveTouchConfigLayout = 113
- EStreamControlTouchActionSetActive = 114
- EStreamControlGetTouchIconData = 115
- EStreamControlSetTouchIconData = 116
- EStreamControlInputTouchFingerDown = 117
- EStreamControlInputTouchFingerMotion = 118
- EStreamControlInputTouchFingerUp = 119
- EStreamControlSetCaptureSize = 120
- EStreamControlSetFlashState = 121
- EStreamControlPause = 122
- EStreamControlResume = 123
- EStreamControlEnableHighResCapture = 124
- EStreamControlDisableHighResCapture = 125
- EStreamControlToggleMagnification = 126
- EStreamControlSetCapslock = 127
- EStreamControlSetKeymap = 128
- EStreamControlStopRequest = 129
- EStreamControlTouchActionSetLayerAdded = 130
- EStreamControlTouchActionSetLayerRemoved = 131
- EStreamControlRemotePlayTogetherGroupUpdate = 132
- EStreamControlSetInputTemporarilyDisabled = 133
- EStreamControlSetQualityOverride = 134
- EStreamControlSetBitrateOverride = 135
- EStreamControlShowOnScreenKeyboard = 136
- EStreamControlControllerConfigMsg = 137
- EStreamControlControllerPersonalizationUpdate = 138
- EStreamControlEnableNeptuneData_OBSOLETE = 139
- EStreamControlDisableNeptuneData_OBSOLETE = 140
- EStreamControlStartNeptuneData_OBSOLETE = 141
- EStreamControlStopNeptuneData_OBSOLETE = 142
- EStreamControlPauseControllerInput = 143
- EStreamControlResumeControllerInput = 144
- EStreamControlVRConnectionReady = 145
- EStreamControlSetCursorScale = 146
- EStreamControlCaptureFailed = 147
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamDataMessage(*values)
- EStreamDataPacket = 1
- EStreamDataLost = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamDeviceFormFactor(*values)
- EStreamDeviceFormFactorUnknown = 0
- EStreamDeviceFormFactorPhone = 1
- EStreamDeviceFormFactorTablet = 2
- EStreamDeviceFormFactorComputer = 3
- EStreamDeviceFormFactorTV = 4
- EStreamDeviceFormFactorVRHeadset = 5
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamDiscoveryMessage(*values)
- EStreamDiscoveryPingRequest = 1
- EStreamDiscoveryPingResponse = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamFrameEvent(*values)
- EStreamInputEventStart = 0
- EStreamInputEventSend = 1
- EStreamInputEventRecv = 2
- EStreamInputEventQueued = 3
- EStreamInputEventHandled = 4
- EStreamFrameEventStart = 5
- EStreamFrameEventCaptureBegin = 6
- EStreamFrameEventCaptureEnd = 7
- EStreamFrameEventConvertBegin = 8
- EStreamFrameEventConvertEnd = 9
- EStreamFrameEventEncodeBegin = 10
- EStreamFrameEventEncodeEnd = 11
- EStreamFrameEventSend = 12
- EStreamFrameEventRecv = 13
- EStreamFrameEventDecodeBegin = 14
- EStreamFrameEventDecodeEnd = 15
- EStreamFrameEventUploadBegin = 16
- EStreamFrameEventUploadEnd = 17
- EStreamFrameEventComplete = 18
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamFramerateLimiter(*values)
- EStreamFramerateSlowCapture = 1
- EStreamFramerateSlowConvert = 2
- EStreamFramerateSlowEncode = 4
- EStreamFramerateSlowNetwork = 8
- EStreamFramerateSlowDecode = 16
- EStreamFramerateSlowGame = 32
- EStreamFramerateSlowDisplay = 64
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamFrameResult(*values)
- EStreamFrameResultPending = 0
- EStreamFrameResultDisplayed = 1
- EStreamFrameResultDroppedNetworkSlow = 2
- EStreamFrameResultDroppedNetworkLost = 3
- EStreamFrameResultDroppedDecodeSlow = 4
- EStreamFrameResultDroppedDecodeCorrupt = 5
- EStreamFrameResultDroppedLate = 6
- EStreamFrameResultDroppedReset = 7
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamHostDisplaySetting(*values)
- EStreamHostDisplaySettingNone = 0
- EStreamHostDisplaySettingClient = 1
- EStreamHostDisplaySettingCustom = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamHostPlayAudioPreference(*values)
- EStreamHostPlayAudioDefault = 0
- EStreamHostPlayAudioAlways = 1
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamingDataType(*values)
- EStreamingAudioData = 0
- EStreamingVideoData = 1
- EStreamingMicrophoneData = 2
- EStreamingNeptuneData_OBSOLETE = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamInterface(*values)
- EStreamInterfaceDefault = 0
- EStreamInterfaceRecentGames = 1
- EStreamInterfaceBigPicture = 2
- EStreamInterfaceDesktop = 3
- EStreamInterfaceSteamVR = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamMouseButton(*values)
- EStreamMouseButtonLeft = 1
- EStreamMouseButtonRight = 2
- EStreamMouseButtonMiddle = 16
- EStreamMouseButtonX1 = 32
- EStreamMouseButtonX2 = 64
- EStreamMouseButtonUnknown = 4096
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamMouseWheelDirection(*values)
- EStreamMouseWheelUp = 120
- EStreamMouseWheelDown = -120
- EStreamMouseWheelLeft = 3
- EStreamMouseWheelRight = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamP2PScope(*values)
- EStreamP2PScopeAutomatic = 0
- EStreamP2PScopeDisabled = 1
- EStreamP2PScopeOnlyMe = 2
- EStreamP2PScopeFriends = 3
- EStreamP2PScopeEveryone = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamQualityPreference(*values)
- EStreamQualityAutomatic = -1
- EStreamQualityFast = 1
- EStreamQualityBalanced = 2
- EStreamQualityBeautiful = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamStatsMessage(*values)
- EStreamStatsFrameEvents = 1
- EStreamStatsDebugDump = 2
- EStreamStatsLogMessage = 3
- EStreamStatsLogUploadBegin = 4
- EStreamStatsLogUploadData = 5
- EStreamStatsLogUploadComplete = 6
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamTransport(*values)
- EStreamTransportNone = 0
- EStreamTransportUDP = 1
- EStreamTransportUDPRelay_OBSOLETE = 2
- EStreamTransportWebRTC_OBSOLETE = 3
- EStreamTransportSDR = 4
- EStreamTransportUDP_SNS = 5
- EStreamTransportUDPRelay_SNS_OBSOLETE = 6
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamVersion(*values)
- EStreamVersionNone = 0
- EStreamVersionCurrent = 1
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EStreamVideoCodec(*values)
- EStreamVideoCodecNone = 0
- EStreamVideoCodecRaw = 1
- EStreamVideoCodecVP8 = 2
- EStreamVideoCodecVP9 = 3
- EStreamVideoCodecH264 = 4
- EStreamVideoCodecHEVC = 5
- EStreamVideoCodecORBX1 = 6
- EStreamVideoCodecORBX2 = 7
- EStreamVideoCodecAV1 = 8
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESystemAudioChannel(*values)
- SystemAudioChannel_Invalid = 0
- SystemAudioChannel_Aggregated = 1
- SystemAudioChannel_FrontLeft = 2
- SystemAudioChannel_FrontRight = 3
- SystemAudioChannel_LFE = 4
- SystemAudioChannel_BackLeft = 5
- SystemAudioChannel_BackRight = 6
- SystemAudioChannel_FrontCenter = 7
- SystemAudioChannel_Unknown = 8
- SystemAudioChannel_Mono = 9
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESystemAudioDirection(*values)
- SystemAudioDirection_Invalid = 0
- SystemAudioDirection_Input = 1
- SystemAudioDirection_Output = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESystemAudioPortDirection(*values)
- SystemAudioPortDirection_Invalid = 0
- SystemAudioPortDirection_Input = 1
- SystemAudioPortDirection_Output = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESystemAudioPortType(*values)
- SystemAudioPortType_Invalid = 0
- SystemAudioPortType_Unknown = 1
- SystemAudioPortType_Audio32f = 2
- SystemAudioPortType_Midi8b = 3
- SystemAudioPortType_Video32RGBA = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESystemDisplayCompatibilityMode(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- Invalid = 0
- None = 1
- MinimalBandwith = 2
- class steam.enums.proto.ESystemFanControlMode(*values)
- SystemFanControlMode_Invalid = 0
- SystemFanControlMode_Disabled = 1
- SystemFanControlMode_Default = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESystemPowerState(*values)
- Invalid = 0
- Normal = 1
- LowPowerDownloads = 2
- Sleep = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESystemServiceState(*values)
- Disabled = 1
- Enabled = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ESystemUpdateNotificationType(*values)
- Invalid = 0
- Available = 1
- NeedsRestart = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ETextFilterSetting(*values)
- ETextFilterSettingSteamLabOptedOut = 0
- ETextFilterSettingEnabled = 1
- ETextFilterSettingEnabledAllowProfanity = 2
- ETextFilterSettingDisabled = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EThumbnailFormat(*values)
- eJPEG = 1
- eRGB = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EThumbnailTimePrecision(*values)
- ePrecise = 0
- eLoose = 1
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ETimelineChangeNotificationType(*values)
- Started = 1
- Stopped = 2
- Deleted = 3
- RecordingStarted = 4
- RecordingStopped = 5
- RecordingUpdated = 6
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ETimelineEntryType(*values)
- Invalid = 0
- GameMode = 1
- Event = 2
- StateDescription = 3
- Achievement = 4
- UserMarker = 5
- Screenshot = 6
- Error = 7
- Tag = 8
- GamePhase = 9
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ETokenRenewalType(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- None = 0
- Allow = 1
- class steam.enums.proto.ETouchGesture(*values)
- ETouchGestureNone = 0
- ETouchGestureTouch = 1
- ETouchGestureTap = 2
- ETouchGestureDoubleTap = 3
- ETouchGestureShortPress = 4
- ETouchGestureLongPress = 5
- ETouchGestureLongTap = 6
- ETouchGestureTwoFingerTap = 7
- ETouchGestureTapCancelled = 8
- ETouchGesturePinchBegin = 9
- ETouchGesturePinchUpdate = 10
- ETouchGesturePinchEnd = 11
- ETouchGestureFlingStart = 12
- ETouchGestureFlingCancelled = 13
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ETrailerCategory(*values)
- Invalid = 0
- Gameplay = 1
- Cinematic = 3
- Update = 4
- Accolades = 5
- Interview = 6
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ETritonConnectionType(*values)
- Unknown = 0
- Puck = 1
- Machine = 2
- USB = 3
- BT = 4
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.ETritonPairType(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- Unknown = 0
- None = 1
- RePairToSteamMachineWired = 2
- RePairToSteamMachineDocked = 3
- RePairToSteamMachineWireless = 4
- PairToPuckWired = 5
- PairToPuckDocked = 6
- class steam.enums.proto.ETwoFactorStatusFieldFlag(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- None = 0
- LastUsage = 1
- class steam.enums.proto.ETwoFactorUsageType(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- Unknown = 0
- None = 1
- MobileConfirmation = 2
- Login = 3
- class steam.enums.proto.EUpdaterState(*values)
- Invalid = 0
- UpToDate = 2
- Checking = 3
- Available = 4
- Applying = 5
- ClientRestartPending = 6
- SystemRestartPending = 7
- RollBack = 8
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EUpdaterType(*values)
- Invalid = 0
- Client = 1
- OS = 2
- BIOS = 3
- Aggregated = 4
- Test1 = 5
- Test2 = 6
- Dummy = 7
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EUserReviewScore(*values)
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- None = 0
- OverwhelminglyNegative = 1
- VeryNegative = 2
- Negative = 3
- MostlyNegative = 4
- Mixed = 5
- MostlyPositive = 6
- Positive = 7
- VeryPositive = 8
- OverwhelminglyPositive = 9
- class steam.enums.proto.EUserReviewScorePreference(*values)
- Unset = 0
- IncludeAll = 1
- ExcludeBombs = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EValveIndexComponent(*values)
- EValveIndexComponentUnknown = 0
- EValveIndexComponentHMD = 1
- EValveIndexComponentLeftKnuckle = 2
- EValveIndexComponentRightKnuckle = 3
- EValveIndexComponentSteamFrameHMD = 4
- EValveIndexComponentSteamFrameLeftController = 5
- EValveIndexComponentSteamFrameRightController = 6
- EValveIndexComponentSteamFrameWirelessAdapter = 7
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EVideoFormat(*values)
- EVideoFormatNone = 0
- EVideoFormatYV12 = 1
- EVideoFormatAccel = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EVRLinkCaps(*values)
- EVRLinkCapsUnknown = 0
- EVRLinkCapsAvailable = 1
- EVRLinkCapsUnimplemented = 2
- EVRLinkCapsMissingHardwareEncoding = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EWindowStackingOrder(*values)
- Invalid = 0
- Top = 1
- Bottom = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EWindowsUpdateInstallationImpact(*values)
- Unknown = -1
- Normal = 0
- Minor = 1
- ExclusiveHandling = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.EWindowsUpdateRebootBehavior(*values)
- Unknown = -1
- NeverNeedsReboot = 0
- AlwaysNeedsReboot = 1
- MightNeedReboot = 2
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms
- class steam.enums.proto.PartnerEventNotificationType(*values)
- EEventStart = 0
- EEventBroadcastStart = 1
- EEventMatchStart = 2
- EEventPartnerMaxType = 3
- conjugate()
Returns self, the complex conjugate of any int.
- bit_length()
Number of bits necessary to represent self in binary.
>>> bin(37) '0b100101' >>> (37).bit_length() 6
- bit_count()
Number of ones in the binary representation of the absolute value of self.
Also known as the population count.
>>> bin(13) '0b1101' >>> (13).bit_count() 3
- to_bytes(length=1, byteorder='big', *, signed=False)
Return an array of bytes representing an integer.
- length
Length of bytes object to use. An OverflowError is raised if the integer is not representable with the given number of bytes. Default is length 1.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Determines whether two’s complement is used to represent the integer. If signed is False and a negative integer is given, an OverflowError is raised.
- classmethod from_bytes(bytes, byteorder='big', *, signed=False)
Return the integer represented by the given array of bytes.
- bytes
Holds the array of bytes to convert. The argument must either support the buffer protocol or be an iterable object producing bytes. Bytes and bytearray are examples of built-in objects that support the buffer protocol.
- byteorder
The byte order used to represent the integer. If byteorder is ‘big’, the most significant byte is at the beginning of the byte array. If byteorder is ‘little’, the most significant byte is at the end of the byte array. To request the native byte order of the host system, use sys.byteorder as the byte order value. Default is to use ‘big’.
- signed
Indicates whether two’s complement is used to represent the integer.
- as_integer_ratio()
Return a pair of integers, whose ratio is equal to the original int.
The ratio is in lowest terms and has a positive denominator.
>>> (10).as_integer_ratio() (10, 1) >>> (-10).as_integer_ratio() (-10, 1) >>> (0).as_integer_ratio() (0, 1)
- is_integer()
Returns True. Exists for duck type compatibility with float.is_integer.
- real
the real part of a complex number
- imag
the imaginary part of a complex number
- numerator
the numerator of a rational number in lowest terms
- denominator
the denominator of a rational number in lowest terms