proto/steam/protos/enums.proto
TBK 8ce47e5e16 Update to latest proto definitions from SteamDatabase/Protobufs
From commit 085746bbf6b48d1b89b7a63e7876932793f4c08f
2025-10-19 15:15:48 +02:00

798 lines
26 KiB
Protocol Buffer

option optimize_for = SPEED;
enum EPublishedFileQueryType {
k_PublishedFileQueryType_RankedByVote = 0;
k_PublishedFileQueryType_RankedByPublicationDate = 1;
k_PublishedFileQueryType_AcceptedForGameRankedByAcceptanceDate = 2;
k_PublishedFileQueryType_RankedByTrend = 3;
k_PublishedFileQueryType_FavoritedByFriendsRankedByPublicationDate = 4;
k_PublishedFileQueryType_CreatedByFriendsRankedByPublicationDate = 5;
k_PublishedFileQueryType_RankedByNumTimesReported = 6;
k_PublishedFileQueryType_CreatedByFollowedUsersRankedByPublicationDate = 7;
k_PublishedFileQueryType_NotYetRated = 8;
k_PublishedFileQueryType_RankedByTotalUniqueSubscriptions = 9;
k_PublishedFileQueryType_RankedByTotalVotesAsc = 10;
k_PublishedFileQueryType_RankedByVotesUp = 11;
k_PublishedFileQueryType_RankedByTextSearch = 12;
k_PublishedFileQueryType_RankedByPlaytimeTrend = 13;
k_PublishedFileQueryType_RankedByTotalPlaytime = 14;
k_PublishedFileQueryType_RankedByAveragePlaytimeTrend = 15;
k_PublishedFileQueryType_RankedByLifetimeAveragePlaytime = 16;
k_PublishedFileQueryType_RankedByPlaytimeSessionsTrend = 17;
k_PublishedFileQueryType_RankedByLifetimePlaytimeSessions = 18;
k_PublishedFileQueryType_RankedByInappropriateContentRating = 19;
k_PublishedFileQueryType_RankedByBanContentCheck = 20;
k_PublishedFileQueryType_RankedByLastUpdatedDate = 21;
}
enum EPublishedFileInappropriateProvider {
k_EPublishedFileInappropriateProvider_Invalid = 0;
k_EPublishedFileInappropriateProvider_Google = 1;
k_EPublishedFileInappropriateProvider_Amazon = 2;
}
enum EPublishedFileInappropriateResult {
k_EPublishedFileInappropriateResult_NotScanned = 0;
k_EPublishedFileInappropriateResult_VeryUnlikely = 1;
k_EPublishedFileInappropriateResult_Unlikely = 30;
k_EPublishedFileInappropriateResult_Possible = 50;
k_EPublishedFileInappropriateResult_Likely = 75;
k_EPublishedFileInappropriateResult_VeryLikely = 100;
}
enum EPersonaStateFlag {
k_EPersonaStateFlag_HasRichPresence = 1;
k_EPersonaStateFlag_InJoinableGame = 2;
k_EPersonaStateFlag_Golden = 4;
k_EPersonaStateFlag_RemotePlayTogether = 8;
k_EPersonaStateFlag_ClientTypeWeb = 256;
k_EPersonaStateFlag_ClientTypeMobile = 512;
k_EPersonaStateFlag_ClientTypeTenfoot = 1024;
k_EPersonaStateFlag_ClientTypeVR = 2048;
k_EPersonaStateFlag_LaunchTypeGamepad = 4096;
k_EPersonaStateFlag_LaunchTypeCompatTool = 8192;
}
enum EContentCheckProvider {
k_EContentCheckProvider_Invalid = 0;
k_EContentCheckProvider_Google_DEPRECATED = 1;
k_EContentCheckProvider_Amazon = 2;
k_EContentCheckProvider_Local = 3;
k_EContentCheckProvider_GoogleVertexAI = 4;
k_EContentCheckProvider_GoogleGemini = 5;
k_EContentCheckProvider_SteamLearn = 6;
}
enum EProfileCustomizationType {
k_EProfileCustomizationTypeInvalid = 0;
k_EProfileCustomizationTypeRareAchievementShowcase = 1;
k_EProfileCustomizationTypeGameCollector = 2;
k_EProfileCustomizationTypeItemShowcase = 3;
k_EProfileCustomizationTypeTradeShowcase = 4;
k_EProfileCustomizationTypeBadges = 5;
k_EProfileCustomizationTypeFavoriteGame = 6;
k_EProfileCustomizationTypeScreenshotShowcase = 7;
k_EProfileCustomizationTypeCustomText = 8;
k_EProfileCustomizationTypeFavoriteGroup = 9;
k_EProfileCustomizationTypeRecommendation = 10;
k_EProfileCustomizationTypeWorkshopItem = 11;
k_EProfileCustomizationTypeMyWorkshop = 12;
k_EProfileCustomizationTypeArtworkShowcase = 13;
k_EProfileCustomizationTypeVideoShowcase = 14;
k_EProfileCustomizationTypeGuides = 15;
k_EProfileCustomizationTypeMyGuides = 16;
k_EProfileCustomizationTypeAchievements = 17;
k_EProfileCustomizationTypeGreenlight = 18;
k_EProfileCustomizationTypeMyGreenlight = 19;
k_EProfileCustomizationTypeSalien = 20;
k_EProfileCustomizationTypeLoyaltyRewardReactions = 21;
k_EProfileCustomizationTypeSingleArtworkShowcase = 22;
k_EProfileCustomizationTypeAchievementsCompletionist = 23;
k_EProfileCustomizationTypeReplay = 24;
}
enum EPublishedFileStorageSystem {
k_EPublishedFileStorageSystemInvalid = 0;
k_EPublishedFileStorageSystemLegacyCloud = 1;
k_EPublishedFileStorageSystemDepot = 2;
k_EPublishedFileStorageSystemUGCCloud = 3;
}
enum ECloudStoragePersistState {
k_ECloudStoragePersistStatePersisted = 0;
k_ECloudStoragePersistStateForgotten = 1;
k_ECloudStoragePersistStateDeleted = 2;
}
enum ESDCardFormatStage {
k_ESDCardFormatStage_Invalid = 0;
k_ESDCardFormatStage_Starting = 1;
k_ESDCardFormatStage_Testing = 2;
k_ESDCardFormatStage_Rescuing = 3;
k_ESDCardFormatStage_Formatting = 4;
k_ESDCardFormatStage_Finalizing = 5;
}
enum EStorageFormatStage {
k_EStorageFormatStage_Invalid = 0;
k_EStorageFormatStage_NotRunning = 1;
k_EStorageFormatStage_Starting = 2;
k_EStorageFormatStage_Testing = 3;
k_EStorageFormatStage_Rescuing = 4;
k_EStorageFormatStage_Formatting = 5;
k_EStorageFormatStage_Finalizing = 6;
}
enum ESystemFanControlMode {
k_SystemFanControlMode_Invalid = 0;
k_SystemFanControlMode_Disabled = 1;
k_SystemFanControlMode_Default = 2;
}
enum EStartupMovieVariant {
k_EStartupMovieVariant_Invalid = 0;
k_EStartupMovieVariant_Generic = 1;
k_EStartupMovieVariant_DeckBlue = 2;
k_EStartupMovieVariant_DeckOrange = 3;
}
enum EColorGamutLabelSet {
k_ColorGamutLabelSet_Default = 0;
k_ColorGamutLabelSet_sRGB_Native = 1;
k_ColorGamutLabelSet_Native_sRGB_Boosted = 2;
}
enum EWindowStackingOrder {
k_EWindowStackingOrder_Invalid = 0;
k_EWindowStackingOrder_Top = 1;
k_EWindowStackingOrder_Bottom = 2;
}
enum EBluetoothDeviceType {
k_BluetoothDeviceType_Invalid = 0;
k_BluetoothDeviceType_Unknown = 1;
k_BluetoothDeviceType_Phone = 2;
k_BluetoothDeviceType_Computer = 3;
k_BluetoothDeviceType_Headset = 4;
k_BluetoothDeviceType_Headphones = 5;
k_BluetoothDeviceType_Speakers = 6;
k_BluetoothDeviceType_OtherAudio = 7;
k_BluetoothDeviceType_Mouse = 8;
k_BluetoothDeviceType_Joystick = 9;
k_BluetoothDeviceType_Gamepad = 10;
k_BluetoothDeviceType_Keyboard = 11;
}
enum ESystemAudioDirection {
k_SystemAudioDirection_Invalid = 0;
k_SystemAudioDirection_Input = 1;
k_SystemAudioDirection_Output = 2;
}
enum ESystemAudioChannel {
k_SystemAudioChannel_Invalid = 0;
k_SystemAudioChannel_Aggregated = 1;
k_SystemAudioChannel_FrontLeft = 2;
k_SystemAudioChannel_FrontRight = 3;
k_SystemAudioChannel_LFE = 4;
k_SystemAudioChannel_BackLeft = 5;
k_SystemAudioChannel_BackRight = 6;
k_SystemAudioChannel_FrontCenter = 7;
k_SystemAudioChannel_Unknown = 8;
k_SystemAudioChannel_Mono = 9;
}
enum ESystemAudioPortType {
k_SystemAudioPortType_Invalid = 0;
k_SystemAudioPortType_Unknown = 1;
k_SystemAudioPortType_Audio32f = 2;
k_SystemAudioPortType_Midi8b = 3;
k_SystemAudioPortType_Video32RGBA = 4;
}
enum ESystemAudioPortDirection {
k_SystemAudioPortDirection_Invalid = 0;
k_SystemAudioPortDirection_Input = 1;
k_SystemAudioPortDirection_Output = 2;
}
enum ESystemServiceState {
k_ESystemServiceState_Unavailable = 0;
k_ESystemServiceState_Disabled = 1;
k_ESystemServiceState_Enabled = 2;
}
enum EGraphicsPerfOverlayLevel {
k_EGraphicsPerfOverlayLevel_Hidden = 0;
k_EGraphicsPerfOverlayLevel_Basic = 1;
k_EGraphicsPerfOverlayLevel_Medium = 2;
k_EGraphicsPerfOverlayLevel_Full = 3;
k_EGraphicsPerfOverlayLevel_Minimal = 4;
}
enum EGPUPerformanceLevel {
k_EGPUPerformanceLevel_Invalid = 0;
k_EGPUPerformanceLevel_Auto = 1;
k_EGPUPerformanceLevel_Manual = 2;
k_EGPUPerformanceLevel_Low = 3;
k_EGPUPerformanceLevel_High = 4;
k_EGPUPerformanceLevel_Profiling = 5;
}
enum ESplitScalingFilter {
k_ESplitScalingFilter_Invalid = 0;
k_ESplitScalingFilter_Linear = 1;
k_ESplitScalingFilter_Nearest = 2;
k_ESplitScalingFilter_Sharp = 3;
k_ESplitScalingFilter_NIS_Deprecated = 4;
}
enum ESplitScalingScaler {
k_ESplitScalingScaler_Invalid = 0;
k_ESplitScalingScaler_Auto = 1;
k_ESplitScalingScaler_Integer = 2;
k_ESplitScalingScaler_Fit = 3;
k_ESplitScalingScaler_Fill = 4;
k_ESplitScalingScaler_Stretch = 5;
}
enum EGamescopeBlurMode {
k_EGamescopeBlurMode_Disabled = 0;
k_EGamescopeBlurMode_IfOccluded = 1;
k_EGamescopeBlurMode_Always = 2;
}
enum ESLSHelper {
k_ESLSHelper_Invalid = 0;
k_ESLSHelper_Minidump = 1;
k_ESLSHelper_Kdump = 2;
k_ESLSHelper_Journal = 3;
k_ESLSHelper_Gpu = 4;
k_ESLSHelper_SystemInfo = 5;
k_ESLSHelper_Devcoredump = 6;
}
enum EHDRVisualization {
k_EHDRVisualization_None = 0;
k_EHDRVisualization_Heatmap = 1;
k_EHDRVisualization_Analysis = 2;
k_EHDRVisualization_HeatmapExtended = 3;
k_EHDRVisualization_HeatmapClassic = 4;
}
enum EHDRToneMapOperator {
k_EHDRToneMapOperator_Invalid = 0;
k_EHDRToneMapOperator_Uncharted = 1;
k_EHDRToneMapOperator_Reinhard = 2;
}
enum ECPUGovernor {
k_ECPUGovernor_Invalid = 0;
k_ECPUGovernor_Perf = 1;
k_ECPUGovernor_Powersave = 2;
k_ECPUGovernor_Manual = 3;
}
enum EUpdaterType {
k_EUpdaterType_Invalid = 0;
k_EUpdaterType_Client = 1;
k_EUpdaterType_OS = 2;
k_EUpdaterType_BIOS = 3;
k_EUpdaterType_Aggregated = 4;
k_EUpdaterType_Test1 = 5;
k_EUpdaterType_Test2 = 6;
k_EUpdaterType_Dummy = 7;
}
enum EUpdaterState {
k_EUpdaterState_Invalid = 0;
k_EUpdaterState_UpToDate = 2;
k_EUpdaterState_Checking = 3;
k_EUpdaterState_Available = 4;
k_EUpdaterState_Applying = 5;
k_EUpdaterState_ClientRestartPending = 6;
k_EUpdaterState_SystemRestartPending = 7;
k_EUpdaterState_RollBack = 8;
}
enum EStorageBlockContentType {
k_EStorageBlockContentType_Invalid = 0;
k_EStorageBlockContentType_Unknown = 1;
k_EStorageBlockContentType_FileSystem = 2;
k_EStorageBlockContentType_Crypto = 3;
k_EStorageBlockContentType_Raid = 4;
}
enum EStorageBlockFileSystemType {
k_EStorageBlockFileSystemType_Invalid = 0;
k_EStorageBlockFileSystemType_Unknown = 1;
k_EStorageBlockFileSystemType_VFat = 2;
k_EStorageBlockFileSystemType_Ext4 = 3;
}
enum EStorageDriveMediaType {
k_EStorageDriveMediaType_Invalid = 0;
k_EStorageDriveMediaType_Unknown = 1;
k_EStorageDriveMediaType_HDD = 2;
k_EStorageDriveMediaType_SSD = 3;
k_EStorageDriveMediaType_Removable = 4;
}
enum ESystemDisplayCompatibilityMode {
k_ESystemDisplayCompatibilityMode_Invalid = 0;
k_ESystemDisplayCompatibilityMode_None = 1;
k_ESystemDisplayCompatibilityMode_MinimalBandwith = 2;
}
enum ESteamOSCompatibilityCategory {
k_ESteamOSCompatibilityCategory_Unknown = 0;
k_ESteamOSCompatibilityCategory_Unsupported = 1;
k_ESteamOSCompatibilityCategory_Compatible = 2;
}
enum ESteamOSCompatibilityResultDisplayType {
k_ESteamOSCompatibilityResultDisplayType_Invisible = 0;
k_ESteamOSCompatibilityResultDisplayType_Informational = 1;
k_ESteamOSCompatibilityResultDisplayType_Unsupported = 2;
k_ESteamOSCompatibilityResultDisplayType_Compatible = 3;
}
enum ESteamDeckCompatibilityCategory {
k_ESteamDeckCompatibilityCategory_Unknown = 0;
k_ESteamDeckCompatibilityCategory_Unsupported = 1;
k_ESteamDeckCompatibilityCategory_Playable = 2;
k_ESteamDeckCompatibilityCategory_Verified = 3;
}
enum ESteamDeckCompatibilityResultDisplayType {
k_ESteamDeckCompatibilityResultDisplayType_Invisible = 0;
k_ESteamDeckCompatibilityResultDisplayType_Informational = 1;
k_ESteamDeckCompatibilityResultDisplayType_Unsupported = 2;
k_ESteamDeckCompatibilityResultDisplayType_Playable = 3;
k_ESteamDeckCompatibilityResultDisplayType_Verified = 4;
}
enum ESteamDeckCompatibilityTestResult {
k_ESteamDeckCompatibilityTestResult_Invalid = 0;
k_ESteamDeckCompatibilityTestResult_NotApplicable = 1;
k_ESteamDeckCompatibilityTestResult_Pass = 2;
k_ESteamDeckCompatibilityTestResult_Fail = 3;
k_ESteamDeckCompatibilityTestResult_FailMinor = 4;
}
enum EACState {
k_EACState_Unknown = 0;
k_EACState_Disconnected = 1;
k_EACState_Connected = 2;
k_EACState_ConnectedSlow = 3;
}
enum EBatteryState {
k_EBatteryState_Unknown = 0;
k_EBatteryState_Discharging = 1;
k_EBatteryState_Charging = 2;
k_EBatteryState_Full = 3;
}
enum EOSBranch {
k_EOSBranch_Unknown = 0;
k_EOSBranch_Release = 1;
k_EOSBranch_ReleaseCandidate = 2;
k_EOSBranch_Beta = 3;
k_EOSBranch_BetaCandidate = 4;
k_EOSBranch_Preview = 5;
k_EOSBranch_PreviewCandidate = 6;
k_EOSBranch_Main = 7;
k_EOSBranch_Staging = 8;
}
enum EBrowserGPUStatus {
k_EBrowserGPUStatus_Invalid = 0;
k_EBrowserGPUStatus_Enabled = 1;
k_EBrowserGPUStatus_DisabledUnknown = 2;
k_EBrowserGPUStatus_DisabledCrashCount = 4;
k_EBrowserGPUStatus_DisabledBlocklist = 5;
k_EBrowserGPUStatus_DisabledJSRequest = 6;
k_EBrowserGPUStatus_DisabledCommandLine = 7;
k_EBrowserGPUStatus_DisabledRuntimeDetect = 8;
k_EBrowserGPUStatus_DisabledChildCommandLine = 9;
k_EBrowserGPUStatus_DisabledCompositingCommandLine = 10;
}
enum EBrowserFeatureStatus {
k_EBrowserFeatureStatus_Invalid = 0;
k_EBrowserFeatureStatus_NotFound = 1;
k_EBrowserFeatureStatus_Unknown = 2;
k_EBrowserFeatureStatus_DisabledSoftware = 3;
k_EBrowserFeatureStatus_DisabledOff = 4;
k_EBrowserFeatureStatus_DisabledOffOk = 5;
k_EBrowserFeatureStatus_UnavailableSoftware = 6;
k_EBrowserFeatureStatus_UnavailableOff = 7;
k_EBrowserFeatureStatus_UnavailableOffOk = 8;
k_EBrowserFeatureStatus_EnabledReadback = 9;
k_EBrowserFeatureStatus_EnabledForce = 10;
k_EBrowserFeatureStatus_Enabled = 11;
k_EBrowserFeatureStatus_EnabledOn = 12;
k_EBrowserFeatureStatus_EnabledForceOn = 13;
}
enum EGpuDriverId {
k_EGpuDriverId_Invalid = 0;
k_EGpuDriverId_Unknown = 1;
k_EGpuDriverId_AmdProprietary = 2;
k_EGpuDriverId_AmdOpenSource = 3;
k_EGpuDriverId_MesaRadv = 4;
k_EGpuDriverId_NvidiaProprietary = 5;
k_EGpuDriverId_IntelPropietary = 6;
k_EGpuDriverId_MesaIntel = 7;
k_EGpuDriverId_QualcommProprietary = 8;
k_EGpuDriverId_ArmProprietary = 9;
k_EGpuDriverId_GoogleSwiftshader = 10;
k_EGpuDriverId_BroadcomProprietary = 11;
k_EGpuDriverId_MesaLLVMPipe = 12;
k_EGpuDriverId_MoltenVK = 13;
k_EGpuDriverId_MesaTurnip = 14;
k_EGpuDriverId_MesaPanVK = 15;
k_EGpuDriverId_MesaVenus = 16;
k_EGpuDriverId_MesaDozen = 17;
k_EGpuDriverId_MesaNVK = 18;
k_EGpuDriverId_MesaHoneyKrisp = 19;
}
enum ECommunityItemClass {
k_ECommunityItemClass_Invalid = 0;
k_ECommunityItemClass_Badge = 1;
k_ECommunityItemClass_GameCard = 2;
k_ECommunityItemClass_ProfileBackground = 3;
k_ECommunityItemClass_Emoticon = 4;
k_ECommunityItemClass_BoosterPack = 5;
k_ECommunityItemClass_Consumable = 6;
k_ECommunityItemClass_GameGoo = 7;
k_ECommunityItemClass_ProfileModifier = 8;
k_ECommunityItemClass_Scene = 9;
k_ECommunityItemClass_SalienItem = 10;
k_ECommunityItemClass_Sticker = 11;
k_ECommunityItemClass_ChatEffect = 12;
k_ECommunityItemClass_MiniProfileBackground = 13;
k_ECommunityItemClass_AvatarFrame = 14;
k_ECommunityItemClass_AnimatedAvatar = 15;
k_ECommunityItemClass_SteamDeckKeyboardSkin = 16;
k_ECommunityItemClass_SteamDeckStartupMovie = 17;
}
enum ESteamDeckCompatibilityFeedback {
k_ESteamDeckCompatibilityFeedback_Unset = 0;
k_ESteamDeckCompatibilityFeedback_Agree = 1;
k_ESteamDeckCompatibilityFeedback_Disagree = 2;
k_ESteamDeckCompatibilityFeedback_Ignore = 3;
}
enum EProvideDeckFeedbackPreference {
k_EProvideDeckFeedbackPreference_Unset = 0;
k_EProvideDeckFeedbackPreference_Yes = 1;
k_EProvideDeckFeedbackPreference_No = 2;
}
enum ETouchGesture {
k_ETouchGestureNone = 0;
k_ETouchGestureTouch = 1;
k_ETouchGestureTap = 2;
k_ETouchGestureDoubleTap = 3;
k_ETouchGestureShortPress = 4;
k_ETouchGestureLongPress = 5;
k_ETouchGestureLongTap = 6;
k_ETouchGestureTwoFingerTap = 7;
k_ETouchGestureTapCancelled = 8;
k_ETouchGesturePinchBegin = 9;
k_ETouchGesturePinchUpdate = 10;
k_ETouchGesturePinchEnd = 11;
k_ETouchGestureFlingStart = 12;
k_ETouchGestureFlingCancelled = 13;
}
enum ESessionPersistence {
k_ESessionPersistence_Invalid = -1;
k_ESessionPersistence_Ephemeral = 0;
k_ESessionPersistence_Persistent = 1;
}
enum ENewSteamAnnouncementState {
k_ENewSteamAnnouncementState_Invalid = 0;
k_ENewSteamAnnouncementState_AllRead = 1;
k_ENewSteamAnnouncementState_NewAnnouncement = 2;
k_ENewSteamAnnouncementState_FeaturedAnnouncement = 3;
}
enum EForumType {
k_EForumType_Invalid = 0;
k_EForumType_General = 1;
k_EForumType_ReportedPosts = 2;
k_EForumType_Workshop = 3;
k_EForumType_PublishedFile = 4;
k_EForumType_Trading = 5;
k_EForumType_PlayTest = 6;
k_EForumType_Event = 7;
k_EForumType_Max = 8;
}
enum ECommentThreadType {
k_ECommentThreadTypeInvalid = 0;
k_ECommentThreadTypeScreenshot_Deprecated = 1;
k_ECommentThreadTypeWorkshopAccount_Developer = 2;
k_ECommentThreadTypeWorkshopAccount_Public = 3;
k_ECommentThreadTypePublishedFile_Developer = 4;
k_ECommentThreadTypePublishedFile_Public = 5;
k_ECommentThreadTypeTest = 6;
k_ECommentThreadTypeForumTopic = 7;
k_ECommentThreadTypeRecommendation = 8;
k_ECommentThreadTypeVideo_Deprecated = 9;
k_ECommentThreadTypeProfile = 10;
k_ECommentThreadTypeNewsPost = 11;
k_ECommentThreadTypeClan = 12;
k_ECommentThreadTypeClanAnnouncement = 13;
k_ECommentThreadTypeClanEvent = 14;
k_ECommentThreadTypeUserStatusPublished = 15;
k_ECommentThreadTypeUserReceivedNewGame = 16;
k_ECommentThreadTypePublishedFile_Announcement = 17;
k_ECommentThreadTypeModeratorMessage = 18;
k_ECommentThreadTypeClanCuratedApp = 19;
k_ECommentThreadTypeQAndASession = 20;
k_ECommentThreadTypeMax = 21;
}
enum EBroadcastPermission {
k_EBroadcastPermissionDisabled = 0;
k_EBroadcastPermissionFriendsApprove = 1;
k_EBroadcastPermissionFriendsAllowed = 2;
k_EBroadcastPermissionPublic = 3;
k_EBroadcastPermissionSubscribers = 4;
}
enum EBroadcastEncoderSetting {
k_EBroadcastEncoderBestQuality = 0;
k_EBroadcastEncoderBestPerformance = 1;
}
enum ECloudGamingPlatform {
k_ECloudGamingPlatformNone = 0;
k_ECloudGamingPlatformValve = 1;
k_ECloudGamingPlatformNVIDIA = 2;
}
enum ECompromiseDetectionType {
k_ECompromiseDetectionType_None = 0;
k_ECompromiseDetectionType_TradeEvent = 1;
k_ECompromiseDetectionType_ApiCallRate = 2;
k_ECompromiseDetectionType_Manual = 3;
k_ECompromiseDetectionType_TicketAction = 4;
k_ECompromiseDetectionType_MaliciousRefund = 5;
k_ECompromiseDetectionType_Move2FA = 6;
k_ECompromiseDetectionType_DeviceType = 7;
}
enum EAsyncGameSessionUserState {
k_EAsyncGameSessionUserStateUnknown = -1;
k_EAsyncGameSessionUserStateWaitingForOthers = 0;
k_EAsyncGameSessionUserStateReadyForAction = 1;
k_EAsyncGameSessionUserStateDone = 2;
}
enum EAsyncGameSessionUserVisibility {
k_EAsyncGameSessionUserVisibilityEnvelopeAndSessionList = 0;
k_EAsyncGameSessionUserVisibilitySessionListOnly = 1;
k_EAsyncGameSessionUserVisibilityDismissed = 2;
}
enum EGameRecordingType {
k_EGameRecordingType_Unknown = 0;
k_EGameRecordingType_NotRecording = 1;
k_EGameRecordingType_ManualRecording = 2;
k_EGameRecordingType_BackgroundRecording = 3;
k_EGameRecordingType_Clip = 4;
}
enum EGRMode {
k_EGRMode_Never = 0;
k_EGRMode_Always = 1;
k_EGRMode_Manual = 2;
}
enum EExportCodec {
k_EExportCodec_Default = 0;
k_EExportCodec_H264 = 1;
k_EExportCodec_H265 = 2;
}
enum EProtoAppType {
k_EAppTypeInvalid = 0;
k_EAppTypeGame = 1;
k_EAppTypeApplication = 2;
k_EAppTypeTool = 4;
k_EAppTypeDemo = 8;
k_EAppTypeDeprected = 16;
k_EAppTypeDLC = 32;
k_EAppTypeGuide = 64;
k_EAppTypeDriver = 128;
k_EAppTypeConfig = 256;
k_EAppTypeHardware = 512;
k_EAppTypeFranchise = 1024;
k_EAppTypeVideo = 2048;
k_EAppTypePlugin = 4096;
k_EAppTypeMusicAlbum = 8192;
k_EAppTypeSeries = 16384;
k_EAppTypeComic = 32768;
k_EAppTypeBeta = 65536;
k_EAppTypeShortcut = 1073741824;
k_EAppTypeDepotOnly = -2147483648;
}
enum EChildProcessQueryCommand {
k_EChildProcessQueryCommand_Invalid = 0;
k_EChildProcessQueryCommand_GpuTopology = 1;
k_EChildProcessQueryCommand_Max = 2;
}
enum EChildProcessQueryExitCode {
k_EChildProcessQueryExitCode_Success = 0;
k_EChildProcessQueryExitCode_ErrorCommandline = -1;
k_EChildProcessQueryExitCode_ErrorOther = -2;
k_EChildProcessQueryExitCode_ErrorUnimplemented = -3;
k_EChildProcessQueryExitCode_ErrorFileSave = -4;
k_EChildProcessQueryExitCode_ErrorNotSupportedByPlatform = -5;
}
enum EWindowsUpdateInstallationImpact {
k_EWindowsUpdateInstallationImpact_Unknown = -1;
k_EWindowsUpdateInstallationImpact_Normal = 0;
k_EWindowsUpdateInstallationImpact_Minor = 1;
k_EWindowsUpdateInstallationImpact_ExclusiveHandling = 2;
}
enum EWindowsUpdateRebootBehavior {
k_EWindowsUpdateRebootBehavior_Unknown = -1;
k_EWindowsUpdateRebootBehavior_NeverNeedsReboot = 0;
k_EWindowsUpdateRebootBehavior_AlwaysNeedsReboot = 1;
k_EWindowsUpdateRebootBehavior_MightNeedReboot = 2;
}
enum EExternalSaleEventType {
k_EExternalSaleEventType_Unknown = 0;
k_EExternalSaleEventType_Publisher = 1;
k_EExternalSaleEventType_Showcase = 2;
k_EExternalSaleEventType_Region = 3;
k_EExternalSaleEventType_Theme = 4;
k_EExternalSaleEventType_Franchise = 5;
}
enum EEnhancedMarketAppearanceStatus {
k_EnhancedMarketAppearanceStatus_None = 0;
k_EnhancedMarketAppearanceStatus_Pending = 1;
k_EnhancedMarketAppearanceStatus_InProgress = 2;
k_EnhancedMarketAppearanceStatus_Completed = 3;
}
enum EContentReportSubjectType {
k_EContentReportSubjectType_Invalid = 0;
k_EContentReportSubjectType_ForumPost = 1;
k_EContentReportSubjectType_Unused = 2;
k_EContentReportSubjectType_UGCFile = 3;
k_EContentReportSubjectType_FriendChatMsg = 4;
k_EContentReportSubjectType_ChatRoomMsg = 5;
k_EContentReportSubjectType_MAX = 6;
}
enum EControlledLegalCategoryStatus {
k_EControlledLegalCategoryStatus_None = 0;
k_EControlledLegalCategoryStatus_Accused = 1;
k_EControlledLegalCategoryStatus_Convicted = 2;
k_EControlledLegalCategoryStatus_Acquitted = 3;
}
enum EContentModeratorLevel {
k_EContentModeratorLevel_Any = 0;
k_EContentModeratorLevel_Supervisor = 1;
k_EContentModeratorLevel_Valve = 10;
k_EContentModeratorLevel_MAX = 11;
}
enum EContentReportResolution {
k_EContentReportResolution_Unresolved = 0;
k_EContentReportResolution_Acquitted = 1;
k_EContentReportResolution_Removed = 2;
k_EContentReportResolution_Relabelled = 3;
k_EContentReportResolution_Suspicious = 4;
k_EContentReportResolution_HarassmentStrike = 5;
k_EContentReportResolution_Purged = 6;
k_EContentReportResolution_DisconnectedFromApp = 7;
k_EContentReportResolution_SuspiciousIncludingUpvoters = 8;
k_EContentReportResolution_VisibilityChanged = 9;
k_EContentReportResolution_CountryRestrictionsChanged = 10;
k_EContentReportResolution_MAX = 11;
}
enum EContentReportSubjectAction {
k_EContentReportSubjectAction_Invalid = 0;
k_EContentReportSubjectAction_Unresolved = 1;
k_EContentReportSubjectAction_Sanctioned = 2;
k_EContentReportSubjectAction_Acquitted = 3;
k_EContentReportSubjectAction_Cancelled = 4;
k_EContentReportSubjectAction_Updated = 5;
k_EContentReportSubjectAction_Escalated = 6;
k_EContentReportSubjectAction_Disputed = 7;
k_EContentReportSubjectAction_SustainedOnDispute = 8;
k_EContentReportSubjectAction_Locked = 9;
k_EContentReportSubjectAction_Unlocked = 10;
}
enum EContentReportReason {
k_EContentReportReason_Invalid = 0;
k_EContentReportReason_None = 1;
k_EContentReportReason_Unknown = 2;
k_EContentReportReason_Harassment = 3;
k_EContentReportReason_BullyingAndIntimidation = 4;
k_EContentReportReason_Stalking = 5;
k_EContentReportReason_Doxxing = 6;
k_EContentReportReason_OtherHarassment = 7;
k_EContentReportReason_EncouragingViolence = 8;
k_EContentReportReason_EncouragingSelfHarm = 9;
k_EContentReportReason_EncouragingSuicide = 10;
k_EContentReportReason_OtherViolenceOrSelfHarm = 11;
k_EContentReportReason_PhishingOrAccountTheft = 12;
k_EContentReportReason_AttemptedScamming = 13;
k_EContentReportReason_LinkingToMaliciousContent = 14;
k_EContentReportReason_Impersonation = 15;
k_EContentReportReason_OtherScamsAndTheft = 16;
k_EContentReportReason_EncouragingTerrorism = 17;
k_EContentReportReason_OrganizingTerrorism = 18;
k_EContentReportReason_OtherTerrorism = 19;
k_EContentReportReason_TargetedAbuse = 20;
k_EContentReportReason_NamingAndShaming = 21;
k_EContentReportReason_Discrimination = 22;
k_EContentReportReason_OtherAbuse = 23;
k_EContentReportReason_Trolling = 24;
k_EContentReportReason_Baiting = 25;
k_EContentReportReason_Derailing = 26;
k_EContentReportReason_OtherDisruptive = 27;
k_EContentReportReason_Spam = 28;
k_EContentReportReason_Begging = 29;
k_EContentReportReason_Reposting = 30;
k_EContentReportReason_OtherOffTopic = 31;
k_EContentReportReason_CSAMSexualContent = 32;
k_EContentReportReason_CSAMGroomingOrEnticement = 33;
k_EContentReportReason_CSAMOther = 34;
k_EContentReportReason_NudityOrSexualContent = 35;
k_EContentReportReason_NonConsensualMaterial = 36;
k_EContentReportReason_Advertising = 37;
k_EContentReportReason_ReferralLinks = 38;
k_EContentReportReason_Gambling = 39;
k_EContentReportReason_Raffles = 40;
k_EContentReportReason_OtherCommercialActivity = 41;
k_EContentReportReason_InauthenticReview = 42;
k_EContentReportReason_HiddenAdvertisementOrCommercialCommunication = 43;
k_EContentReportReason_MisleadingInformationAboutGoodsOrServices = 44;
k_EContentReportReason_MisleadingInformationAboutConsumerRights = 45;
k_EContentReportReason_NoncomplianceWithPricingRegulations = 46;
k_EContentReportReason_RightToBeForgottenViolation = 47;
k_EContentReportReason_MissingProcessingGroundForData = 48;
k_EContentReportReason_OtherDataProtectionAndPrivacyViolation = 49;
k_EContentReportReason_GenderedHarassment = 50;
k_EContentReportReason_GenderedBullyingAndIntimidation = 51;
k_EContentReportReason_GenderedStalking = 52;
k_EContentReportReason_GenderedDoxxing = 53;
k_EContentReportReason_GenderedOtherHarassment = 54;
k_EContentReportReason_GenderedEncouragingViolence = 55;
k_EContentReportReason_GenderedTargetedAbuse = 56;
k_EContentReportReason_CSAMFakedSexualContent = 57;
k_EContentReportReason_GenderedNonConsensualMaterial = 58;
k_EContentReportReason_FakedGenderedNonConsensualMaterial = 59;
k_EContentReportReason_FakedNonConsensualMaterial = 60;
k_EContentReportReason_NegativeEffectonDiscourseOrElections = 61;
k_EContentReportReason_MAX = 62;
}
enum EResolutionAutomation {
k_EResolutionAutomation_Manual = 0;
k_EResolutionAutomation_PartiallyAutomated = 1;
k_EResolutionAutomation_FullyAutomated = 2;
k_EResolutionAutomation_MAX = 3;
}