UNPKG

steam-user

Version:

Steam client for Individual and AnonUser Steam account types

2,070 lines 104 kB
{ "options": { "optimize_for": "SPEED", "cc_generic_services": true, "(force_php_generation)": true }, "nested": { "ECloudPendingRemoteOperation": { "values": { "k_ECloudPendingRemoteOperationNone": 0, "k_ECloudPendingRemoteOperationAppSessionActive": 1, "k_ECloudPendingRemoteOperationUploadInProgress": 2, "k_ECloudPendingRemoteOperationUploadPending": 3, "k_ECloudPendingRemoteOperationAppSessionSuspended": 4 } }, "ESteamDeckKeyboardLayout": { "values": { "k_ESteamDeckKeyboardLayout_QWERTY": 0, "k_ESteamDeckKeyboardLayout_Bulgarian": 1, "k_ESteamDeckKeyboardLayout_Chinese_Simplified": 2, "k_ESteamDeckKeyboardLayout_Chinese_Traditional": 3, "k_ESteamDeckKeyboardLayout_Czech": 4, "k_ESteamDeckKeyboardLayout_Danish": 5, "k_ESteamDeckKeyboardLayout_Finnish": 6, "k_ESteamDeckKeyboardLayout_French": 7, "k_ESteamDeckKeyboardLayout_German": 8, "k_ESteamDeckKeyboardLayout_Greek": 9, "k_ESteamDeckKeyboardLayout_Hungarian": 10, "k_ESteamDeckKeyboardLayout_Italian": 11, "k_ESteamDeckKeyboardLayout_Japanese": 12, "k_ESteamDeckKeyboardLayout_Korean": 13, "k_ESteamDeckKeyboardLayout_Norwegian": 14, "k_ESteamDeckKeyboardLayout_Polish": 15, "k_ESteamDeckKeyboardLayout_Portuguese": 16, "k_ESteamDeckKeyboardLayout_Romanian": 17, "k_ESteamDeckKeyboardLayout_Russian": 18, "k_ESteamDeckKeyboardLayout_Spanish": 19, "k_ESteamDeckKeyboardLayout_Swedish": 20, "k_ESteamDeckKeyboardLayout_Thai": 21, "k_ESteamDeckKeyboardLayout_Turkish_F": 22, "k_ESteamDeckKeyboardLayout_Turkish_Q": 23, "k_ESteamDeckKeyboardLayout_Ukrainian": 24, "k_ESteamDeckKeyboardLayout_Vietnamese": 25, "k_ESteamDeckKeyboardLayout_QWERTY_International": 26, "k_ESteamDeckKeyboardLayout_Dvorak": 27, "k_ESteamDeckKeyboardLayout_Colemak": 28, "k_ESteamDeckKeyboardLayout_Bulgarian_Phonetic_Traditional": 29, "k_ESteamDeckKeyboardLayout_Bulgarian_Phonetic": 30, "k_ESteamDeckKeyboardLayout_Chinese_Traditional_Bopomofo": 31, "k_ESteamDeckKeyboardLayout_Chinese_Traditional_Cangjie": 32, "k_ESteamDeckKeyboardLayout_Japanese_Kana": 33, "k_ESteamDeckKeyboardLayout_Chinese_Traditional_Quick": 34 } }, "SteamMessagesClientIClientForcedEnumDependencies": { "fields": { "a": { "type": ".EBluetoothDeviceType", "id": 1, "options": { "default": "k_BluetoothDeviceType_Invalid" } }, "b": { "type": ".EStorageBlockContentType", "id": 2, "options": { "default": "k_EStorageBlockContentType_Invalid" } }, "c": { "type": ".EStorageBlockFileSystemType", "id": 3, "options": { "default": "k_EStorageBlockFileSystemType_Invalid" } }, "d": { "type": ".ESDCardFormatStage", "id": 4, "options": { "default": "k_ESDCardFormatStage_Invalid" } } } }, "CMsgNetworkDeviceIP4Address": { "fields": { "ip": { "type": "int32", "id": 1, "options": { "default": 0 } }, "netmask": { "type": "int32", "id": 2 } } }, "CMsgNetworkDeviceIP4Config": { "fields": { "addresses": { "rule": "repeated", "type": ".CMsgNetworkDeviceIP4Address", "id": 1 }, "dns_ip": { "rule": "repeated", "type": "int32", "id": 2, "options": { "packed": false } }, "gateway_ip": { "type": "int32", "id": 3 }, "is_dhcp_enabled": { "type": "bool", "id": 4 }, "is_default_route": { "type": "bool", "id": 5 }, "is_enabled": { "type": "bool", "id": 6, "options": { "default": false } } } }, "CMsgNetworkDeviceIP6Address": { "fields": { "ip": { "type": "string", "id": 1 } } }, "CMsgNetworkDeviceIP6Config": { "fields": { "addresses": { "rule": "repeated", "type": ".CMsgNetworkDeviceIP6Address", "id": 1 }, "dns_ip": { "rule": "repeated", "type": "string", "id": 2 }, "gateway_ip": { "type": "string", "id": 3 }, "is_dhcp_enabled": { "type": "bool", "id": 4 }, "is_default_route": { "type": "bool", "id": 5 }, "is_enabled": { "type": "bool", "id": 6, "options": { "default": false } } } }, "CMsgNetworkDevicesData": { "fields": { "devices": { "rule": "repeated", "type": ".CMsgNetworkDevicesData.Device", "id": 1 }, "is_wifi_enabled": { "type": "bool", "id": 2 }, "is_wifi_scanning_enabled": { "type": "bool", "id": 3 } }, "nested": { "Device": { "fields": { "id": { "type": "uint32", "id": 1, "options": { "default": 0 } }, "etype": { "type": "int32", "id": 2 }, "estate": { "type": "int32", "id": 3 }, "mac": { "type": "string", "id": 4 }, "vendor": { "type": "string", "id": 5 }, "product": { "type": "string", "id": 6 }, "ip4": { "type": ".CMsgNetworkDeviceIP4Config", "id": 7 }, "ip6": { "type": ".CMsgNetworkDeviceIP6Config", "id": 8 }, "wired": { "type": ".CMsgNetworkDevicesData.Device.Wired", "id": 9 }, "wireless": { "type": ".CMsgNetworkDevicesData.Device.Wireless", "id": 10 } }, "nested": { "Wired": { "fields": { "is_cable_present": { "type": "bool", "id": 1, "options": { "default": false } }, "speed_mbit": { "type": "uint32", "id": 2 }, "friendly_name": { "type": "string", "id": 3 } } }, "Wireless": { "fields": { "aps": { "rule": "repeated", "type": ".CMsgNetworkDevicesData.Device.Wireless.AP", "id": 1 }, "esecurity_supported": { "type": "int32", "id": 2 } }, "nested": { "AP": { "fields": { "id": { "type": "uint32", "id": 1, "options": { "default": 0 } }, "estrength": { "type": "int32", "id": 2 }, "ssid": { "type": "string", "id": 3 }, "is_active": { "type": "bool", "id": 4 }, "is_autoconnect": { "type": "bool", "id": 5 }, "esecurity": { "type": "int32", "id": 6 }, "user_name": { "type": "string", "id": 7 }, "password": { "type": "string", "id": 8 }, "strength_raw": { "type": "int32", "id": 9 } } } } } } } } }, "CMsgNetworkDeviceConnect": { "oneofs": { "ap_info": { "oneof": [ "ap_known", "ap_custom" ] } }, "fields": { "device_id": { "type": "uint32", "id": 1, "options": { "default": 0 } }, "credentials": { "type": ".CMsgNetworkDeviceConnect.Credentials", "id": 4 }, "ip4": { "type": ".CMsgNetworkDeviceIP4Config", "id": 5 }, "ip6": { "type": ".CMsgNetworkDeviceIP6Config", "id": 6 }, "ap_known": { "type": ".CMsgNetworkDeviceConnect.KnownAP", "id": 2 }, "ap_custom": { "type": ".CMsgNetworkDeviceConnect.CustomAP", "id": 3 } }, "nested": { "KnownAP": { "fields": { "ap_id": { "type": "uint32", "id": 1 } } }, "CustomAP": { "fields": { "ssid": { "type": "string", "id": 1 }, "esecurity": { "type": "int32", "id": 2 } } }, "Credentials": { "fields": { "username": { "type": "string", "id": 1 }, "password": { "type": "string", "id": 2 } } } } }, "CMsgStorageDevicesData": { "fields": { "drives": { "rule": "repeated", "type": ".CMsgStorageDevicesData.Drive", "id": 1 }, "block_devices": { "rule": "repeated", "type": ".CMsgStorageDevicesData.BlockDevice", "id": 2 }, "is_unmount_supported": { "type": "bool", "id": 3 }, "is_trim_supported": { "type": "bool", "id": 4 }, "is_trim_running": { "type": "bool", "id": 5 } }, "nested": { "Drive": { "fields": { "id": { "type": "uint32", "id": 1, "options": { "default": 0 } }, "model": { "type": "string", "id": 2 }, "vendor": { "type": "string", "id": 3 }, "serial": { "type": "string", "id": 4 }, "is_ejectable": { "type": "bool", "id": 5 }, "size_bytes": { "type": "uint64", "id": 6 }, "media_type": { "type": ".EStorageDriveMediaType", "id": 7, "options": { "default": "k_EStorageDriveMediaType_Invalid" } } } }, "BlockDevice": { "fields": { "id": { "type": "uint32", "id": 1, "options": { "default": 0 } }, "drive_id": { "type": "uint32", "id": 2, "options": { "default": 0 } }, "path": { "type": "string", "id": 3 }, "friendly_path": { "type": "string", "id": 4 }, "label": { "type": "string", "id": 5 }, "size_bytes": { "type": "uint64", "id": 6 }, "is_formattable": { "type": "bool", "id": 7 }, "is_read_only": { "type": "bool", "id": 8 }, "is_root_device": { "type": "bool", "id": 9 }, "content_type": { "type": ".EStorageBlockContentType", "id": 10, "options": { "default": "k_EStorageBlockContentType_Invalid" } }, "filesystem_type": { "type": ".EStorageBlockFileSystemType", "id": 11, "options": { "default": "k_EStorageBlockFileSystemType_Invalid" } }, "mount_path": { "type": "string", "id": 12 } } } } }, "CCloud_PendingRemoteOperation": { "fields": { "operation": { "type": ".ECloudPendingRemoteOperation", "id": 1, "options": { "default": "k_ECloudPendingRemoteOperationNone" } }, "machine_name": { "type": "string", "id": 2 }, "client_id": { "type": "uint64", "id": 3 }, "time_last_updated": { "type": "uint32", "id": 4 } } }, "CMsgCloudPendingRemoteOperations": { "fields": { "operations": { "rule": "repeated", "type": ".CCloud_PendingRemoteOperation", "id": 1 } } }, "CMsgBluetoothDevicesData": { "fields": { "adapters": { "rule": "repeated", "type": ".CMsgBluetoothDevicesData.Adapter", "id": 1 }, "devices": { "rule": "repeated", "type": ".CMsgBluetoothDevicesData.Device", "id": 2 }, "manager": { "type": ".CMsgBluetoothDevicesData.Manager", "id": 3 } }, "nested": { "Adapter": { "fields": { "id": { "type": "uint32", "id": 1, "options": { "default": 0 } }, "mac": { "type": "string", "id": 2 }, "name": { "type": "string", "id": 3 }, "is_enabled": { "type": "bool", "id": 4 }, "is_discovering": { "type": "bool", "id": 5 } } }, "Device": { "fields": { "id": { "type": "uint32", "id": 1, "options": { "default": 0 } }, "adapter_id": { "type": "uint32", "id": 2, "options": { "default": 0 } }, "etype": { "type": ".EBluetoothDeviceType", "id": 3, "options": { "default": "k_BluetoothDeviceType_Invalid" } }, "mac": { "type": "string", "id": 4 }, "name": { "type": "string", "id": 5 }, "is_connected": { "type": "bool", "id": 6 }, "is_paired": { "type": "bool", "id": 7 }, "strength_raw": { "type": "int32", "id": 8 } } }, "Manager": { "fields": { "is_bluetooth_enabled": { "type": "bool", "id": 1 } } } } }, "CMsgSystemPerfDiagnosticEntry": { "fields": { "name": { "type": "string", "id": 1 }, "value": { "type": "string", "id": 2 } } }, "CMsgSystemPerfNetworkInterface": { "fields": { "name": { "type": "string", "id": 1 }, "timestamp": { "type": "double", "id": 2 }, "tx_bytes_total": { "type": "int64", "id": 3 }, "rx_bytes_total": { "type": "int64", "id": 4 }, "tx_bytes_per_sec": { "type": "int32", "id": 5 }, "rx_bytes_per_sec": { "type": "int32", "id": 6 } } }, "CMsgSystemPerfDiagnosticInfo": { "fields": { "entries": { "rule": "repeated", "type": ".CMsgSystemPerfDiagnosticEntry", "id": 1 }, "interfaces": { "rule": "repeated", "type": ".CMsgSystemPerfNetworkInterface", "id": 2 }, "battery_temp_c": { "type": "float", "id": 3 } } }, "CMsgSystemPerfLimits": { "fields": { "cpu_governor_manual_min_mhz": { "type": "int32", "id": 1 }, "cpu_governor_manual_max_mhz": { "type": "int32", "id": 2 }, "fsr_sharpness_min": { "type": "int32", "id": 3 }, "fsr_sharpness_max": { "type": "int32", "id": 4 }, "gpu_performance_manual_min_mhz": { "type": "int32", "id": 5 }, "gpu_performance_manual_max_mhz": { "type": "int32", "id": 6 }, "perf_overlay_is_standalone": { "type": "bool", "id": 7 }, "is_dynamic_vrs_available": { "type": "bool", "id": 8 }, "is_manual_display_refresh_rate_available": { "type": "bool", "id": 9 }, "gpu_performance_levels_available": { "rule": "repeated", "type": ".EGPUPerformanceLevel", "id": 10, "options": { "packed": false } }, "display_refresh_manual_hz_min": { "type": "int32", "id": 11 }, "display_refresh_manual_hz_max": { "type": "int32", "id": 12 }, "fps_limit_options": { "rule": "repeated", "type": "int32", "id": 13, "options": { "packed": false } }, "tdp_limit_min": { "type": "int32", "id": 14 }, "tdp_limit_max": { "type": "int32", "id": 15 }, "is_nis_supported": { "type": "bool", "id": 16 }, "nis_sharpness_min": { "type": "int32", "id": 17 }, "nis_sharpness_max": { "type": "int32", "id": 18 }, "display_external_refresh_manual_hz_min": { "type": "int32", "id": 19 }, "display_external_refresh_manual_hz_max": { "type": "int32", "id": 20 }, "fps_limit_options_external": { "rule": "repeated", "type": "int32", "id": 21, "options": { "packed": false } }, "is_tearing_supported": { "type": "bool", "id": 22 }, "is_vrr_supported": { "type": "bool", "id": 23 }, "is_dynamic_refresh_rate_in_steam_supported": { "type": "bool", "id": 24 }, "is_split_scaling_and_filtering_supported": { "type": "bool", "id": 25 }, "split_scaling_filters_available": { "rule": "repeated", "type": ".ESplitScalingFilter", "id": 26, "options": { "packed": false } }, "split_scaling_scalers_available": { "rule": "repeated", "type": ".ESplitScalingScaler", "id": 27, "options": { "packed": false } }, "is_hdr_supported": { "type": "bool", "id": 28 } } }, "CMsgSystemPerfSettingsGlobal": { "fields": { "diagnostic_update_rate": { "type": "float", "id": 1 }, "system_trace_service_state": { "type": ".ESystemServiceState", "id": 2, "options": { "default": "k_ESystemServiceState_Unavailable" } }, "graphics_profiling_service_state": { "type": ".ESystemServiceState", "id": 3, "options": { "default": "k_ESystemServiceState_Unavailable" } }, "perf_overlay_service_state": { "type": ".ESystemServiceState", "id": 4, "options": { "default": "k_ESystemServiceState_Unavailable" } }, "perf_overlay_level": { "type": ".EGraphicsPerfOverlayLevel", "id": 5, "options": { "default": "k_EGraphicsPerfOverlayLevel_Hidden" } }, "is_show_perf_overlay_over_steam_enabled": { "type": "bool", "id": 6 }, "is_advanced_settings_enabled": { "type": "bool", "id": 7 }, "allow_external_display_refresh_control": { "type": "bool", "id": 8 }, "is_hdr_enabled": { "type": "bool", "id": 9 }, "force_hdr_10pq_output_debug": { "type": "bool", "id": 11 }, "hdr_on_sdr_tonemap_operator": { "type": ".EHDRToneMapOperator", "id": 12, "options": { "default": "k_EHDRToneMapOperator_Invalid" } }, "is_hdr_debug_heatmap_enabled": { "type": "bool", "id": 13 }, "debug_force_hdr_support": { "type": "bool", "id": 14 }, "force_hdr_wide_gammut_for_sdr": { "type": "bool", "id": 15, "options": { "default": true } } } }, "CMsgSystemPerfSettingsPerApp": { "fields": { "gpu_performance_manual_mhz": { "type": "int32", "id": 1 }, "fps_limit": { "type": "int32", "id": 2 }, "is_variable_resolution_enabled": { "type": "bool", "id": 3 }, "is_dynamic_refresh_rate_enabled": { "type": "bool", "id": 4 }, "tdp_limit": { "type": "int32", "id": 5 }, "cpu_governor": { "type": ".ECPUGovernor", "id": 6, "options": { "default": "k_ECPUGovernor_Invalid" } }, "cpu_governor_manual_mhz": { "type": "int32", "id": 7 }, "scaling_filter": { "type": "int32", "id": 8 }, "fsr_sharpness": { "type": "int32", "id": 9 }, "is_fps_limit_enabled": { "type": "bool", "id": 10 }, "is_tdp_limit_enabled": { "type": "bool", "id": 11 }, "is_low_latency_mode_enabled": { "type": "bool", "id": 12 }, "display_refresh_manual_hz": { "type": "int32", "id": 13 }, "is_game_perf_profile_enabled": { "type": "bool", "id": 14 }, "gpu_performance_level": { "type": ".EGPUPerformanceLevel", "id": 15, "options": { "default": "k_EGPUPerformanceLevel_Invalid" } }, "nis_sharpness": { "type": "int32", "id": 16 }, "display_external_refresh_manual_hz": { "type": "int32", "id": 17 }, "fps_limit_external": { "type": "int32", "id": 18 }, "is_tearing_enabled": { "type": "bool", "id": 19 }, "is_vrr_enabled": { "type": "bool", "id": 20 }, "is_composite_debug_enabled": { "type": "bool", "id": 21 }, "force_composite": { "type": "bool", "id": 22 }, "use_dynamic_refresh_rate_in_steam": { "type": "bool", "id": 23 }, "split_scaling_filter": { "type": ".ESplitScalingFilter", "id": 24, "options": { "default": "k_ESplitScalingFilter_Invalid" } }, "split_scaling_scaler": { "type": ".ESplitScalingScaler", "id": 25, "options": { "default": "k_ESplitScalingScaler_Invalid" } } } }, "CMsgSystemPerfSettings": { "fields": { "global": { "type": ".CMsgSystemPerfSettingsGlobal", "id": 1 }, "per_app": { "type": ".CMsgSystemPerfSettingsPerApp", "id": 2 } } }, "CMsgSystemPerfSettingsV1": { "fields": { "diagnostic_update_rate": { "type": "float", "id": 1 }, "system_trace_service_state": { "type": ".ESystemServiceState", "id": 2, "options": { "default": "k_ESystemServiceState_Unavailable" } }, "graphics_profiling_service_state": { "type": ".ESystemServiceState", "id": 3, "options": { "default": "k_ESystemServiceState_Unavailable" } }, "perf_overlay_service_state": { "type": ".ESystemServiceState", "id": 4, "options": { "default": "k_ESystemServiceState_Unavailable" } }, "perf_overlay_level": { "type": ".EGraphicsPerfOverlayLevel", "id": 5, "options": { "default": "k_EGraphicsPerfOverlayLevel_Hidden" } }, "gpu_performance_level": { "type": ".EGPUPerformanceLevel", "id": 6, "options": { "default": "k_EGPUPerformanceLevel_Invalid" } }, "gpu_performance_manual_mhz": { "type": "int32", "id": 7 }, "fps_limit": { "type": "int32", "id": 8 }, "is_variable_resolution_enabled": { "type": "bool", "id": 9 }, "is_dynamic_refresh_rate_enabled": { "type": "bool", "id": 10 }, "tdp_limit": { "type": "int32", "id": 11 }, "cpu_governor": { "type": ".ECPUGovernor", "id": 12, "options": { "default": "k_ECPUGovernor_Invalid" } }, "cpu_governor_manual_mhz": { "type": "int32", "id": 13 }, "scaling_filter": { "type": "int32", "id": 14 }, "fsr_sharpness": { "type": "int32", "id": 15 }, "is_fps_limit_enabled": { "type": "bool", "id": 16 }, "is_tdp_limit_enabled": { "type": "bool", "id": 17 }, "is_show_perf_overlay_over_steam_enabled": { "type": "bool", "id": 18 }, "is_low_latency_mode_enabled": { "type": "bool", "id": 19 }, "display_refresh_manual_hz": { "type": "int32", "id": 20 }, "is_game_perf_profile_enabled": { "type": "bool", "id": 21 } } }, "CMsgSystemPerfState": { "fields": { "limits": { "type": ".CMsgSystemPerfLimits", "id": 1 }, "settings": { "type": ".CMsgSystemPerfSettings", "id": 2 }, "current_game_id": { "type": "uint64", "id": 3 }, "active_profile_game_id": { "type": "uint64", "id": 4 } } }, "CMsgSystemPerfUpdateSettings": { "oneofs": { "update": { "oneof": [ "reset_to_default", "settings_delta" ] } }, "fields": { "gameid": { "type": "uint64", "id": 1 }, "reset_to_default": { "type": "bool", "id": 2 }, "settings_delta": { "type": ".CMsgSystemPerfSettings", "id": 3 } } }, "CMsgSystemDockUpdateState": { "fields": { "state": { "type": ".EUpdaterState", "id": 1, "options": { "default": "k_EUpdaterState_Invalid" } }, "rtime_last_checked": { "type": "fixed32", "id": 2 }, "version_current": { "type": "string", "id": 3 }, "version_available": { "type": "string", "id": 4 }, "stage_progress": { "type": "float", "id": 5 }, "rtime_estimated_completion": { "type": "fixed32", "id": 6 }, "old_fw_workaround": { "type": "int32", "id": 7 } } }, "CMsgSystemDockState": { "fields": { "update_state": { "type": ".CMsgSystemDockUpdateState", "id": 1 } } }, "CMsgSystemDockUpdateFirmware": { "fields": { "check_only": { "type": "bool", "id": 1 } } }, "CMsgSystemAudioVolume": { "fields": { "entries": { "rule": "repeated", "type": ".CMsgSystemAudioVolume.ChannelEntry", "id": 1 }, "is_muted": { "type": "bool", "id": 2 } }, "nested": { "ChannelEntry": { "fields": { "echannel": { "type": ".ESystemAudioChannel", "id": 1, "options": { "default": "k_SystemAudioChannel_Invalid" } }, "volume": { "type": "float", "id": 2 } } } } }, "CMsgSystemAudioManagerObject": { "fields": { "id": { "type": "uint32", "id": 1 }, "rtime_last_update": { "type": "fixed32", "id": 2 } } }, "CMsgSystemAudioManagerDevice": { "fields": { "base": { "type": ".CMsgSystemAudioManagerObject", "id": 1 }, "name": { "type": "string", "id": 2 }, "nick": { "type": "string", "id": 3 }, "description": { "type": "string", "id": 4 }, "api": { "type": "string", "id": 5 } } }, "CMsgSystemAudioManagerNode": { "fields": { "base": { "type": ".CMsgSystemAudioManagerObject", "id": 1 }, "device_id": { "type": "uint32", "id": 2 }, "name": { "type": "string", "id": 3 }, "nick": { "type": "string", "id": 4 }, "description": { "type": "string", "id": 5 }, "edirection": { "type": ".ESystemAudioDirection", "id": 6, "options": { "default": "k_SystemAudioDirection_Invalid" } }, "volume": { "type": ".CMsgSystemAudioVolume", "id": 7 } } }, "CMsgSystemAudioManagerPort": { "fields": { "base": { "type": ".CMsgSystemAudioManagerObject", "id": 1 }, "node_id": { "type": "uint32", "id": 3 }, "name": { "type": "string", "id": 4 }, "alias": { "type": "string", "id": 5 }, "etype": { "type": ".ESystemAudioPortType", "id": 6, "options": { "default": "k_SystemAudioPortType_Invalid" } }, "edirection": { "type": ".ESystemAudioPortDirection", "id": 7, "options": { "default": "k_SystemAudioPortDirection_Invalid" } }, "is_physical": { "type": "bool", "id": 8 }, "is_terminal": { "type": "bool", "id": 9 }, "is_control": { "type": "bool", "id": 10 }, "is_monitor": { "type": "bool", "id": 11 } } }, "CMsgSystemAudioManagerLink": { "fields": { "base": { "type": ".CMsgSystemAudioManagerObject", "id": 1 }, "output_node_id": { "type": "uint32", "id": 2 }, "output_port_id": { "type": "uint32", "id": 3 }, "input_node_id": { "type": "uint32", "id": 4 }, "input_port_id": { "type": "uint32", "id": 5 } } }, "CMsgSystemAudioManagerStateHW": { "fields": { "devices": { "rule": "repeated", "type": ".CMsgSystemAudioManagerDevice", "id": 1 }, "nodes": { "rule": "repeated", "type": ".CMsgSystemAudioManagerNode", "id": 2 }, "ports": { "rule": "repeated", "type": ".CMsgSystemAudioManagerPort", "id": 3 }, "links": { "rule": "repeated", "type": ".CMsgSystemAudioManagerLink", "id": 4 } } }, "CMsgSystemAudioManagerState": { "fields": { "rtime_filter": { "type": "fixed32", "id": 1 }, "counter": { "type": "int32", "id": 2 }, "hw": { "type": ".CMsgSystemAudioManagerStateHW", "id": 3 } } }, "CMsgSystemAudioManagerUpdateSomething": { "fields": { "counter": { "type": "int32", "id": 1 } } }, "CMsgSystemDisplayMode": { "fields": { "id": { "type": "int32", "id": 1 }, "width": { "type": "int32", "id": 2 }, "height": { "type": "int32", "id": 3 }, "refresh_hz": { "type": "int32", "id": 4 } } }, "CMsgSystemDisplay": { "fields": { "id": { "type": "int32", "id": 1 }, "name": { "type": "string", "id": 2 }, "description": { "type": "string", "id": 3 }, "is_primary": { "type": "bool", "id": 4 }, "is_enabled": { "type": "bool", "id": 5 }, "is_internal": { "type": "bool", "id": 6 }, "has_mode_override": { "type": "bool", "id": 7 }, "width_mm": { "type": "int32", "id": 8 }, "height_mm": { "type": "int32", "id": 9 }, "current_mode_id": { "type": "int32", "id": 10 }, "modes": { "rule": "repeated", "type": ".CMsgSystemDisplayMode", "id": 11 }, "refresh_rate_min": { "type": "int32", "id": 12 }, "refresh_rate_max": { "type": "int32", "id": 13 }, "is_vrr_capable": { "type": "bool", "id": 14 }, "is_vrr_enabled": { "type": "bool", "id": 15 }, "is_hdr_capable": { "type": "bool", "id": 16 }, "is_hdr_enabled": { "type": "bool", "id": 17 } } }, "CMsgSystemDisplayManagerState": { "fields": { "displays": { "rule": "repeated", "type": ".CMsgSystemDisplay", "id": 1 }, "is_mode_switching_supported": { "type": "bool", "id": 2 }, "compatibility_mode": { "type": ".ESystemDisplayCompatibilityMode", "id": 3, "options": { "default": "k_ESystemDisplayCompatibilityMode_Invalid" } } } }, "CMsgSystemDisplayManagerSetMode": { "fields": { "display_id": { "type": "int32", "id": 1 }, "mode_id": { "type": "int32", "id": 2 } } }, "CMsgSystemManagerSettings": { "fields": { "idle_backlight_dim_battery_seconds": { "type": "float", "id": 1 }, "idle_backlight_dim_ac_seconds": { "type": "float", "id": 2 }, "idle_suspend_battery_seconds": { "type": "float", "id": 3 }, "idle_suspend_ac_seconds": { "type": "float", "id": 4 }, "idle_suspend_supressed": { "type": "bool", "id": 5 }, "is_adaptive_brightness_available": { "type": "bool", "id": 6 }, "display_adaptive_brightness_enabled": { "type": "bool", "id": 7 }, "is_display_colorprofile_available": { "type": "bool", "id": 8 }, "display_colorprofile": { "type": ".EColorProfile", "id": 9, "options": { "default": "k_EColorProfile_Invalid" } }, "display_nightmode_enabled": { "type": "bool", "id": 10 }, "display_nightmode_tintstrength": { "type": "float", "id": 11 }, "display_nightmode_maxhue": { "type": "float", "id": 12 }, "display_nightmode_maxsat": { "type": "float", "id": 13 }, "display_nightmode_uiexp": { "type": "float", "id": 14 }, "display_nightmode_blend": { "type": "float", "id": 15 }, "display_nightmode_reset": { "type": "bool", "id": 16 }, "display_nightmode_schedule_enabled": { "type": "bool", "id": 17 }, "display_nightmode_schedule_starttime": { "type": "float", "id": 18 }, "display_nightmode_schedule_endtime": { "type": "float", "id": 19 }, "display_diagnostics_enabled": { "type": "bool", "id": 20 }, "als_lux_latest": { "type": "float", "id": 21 }, "als_lux_median": { "type": "float", "id": 22 }, "display_brightness_linear": { "type": "float", "id": 23 }, "display_brightness_adaptivemin": { "type": "float", "id": 24 }, "display_brightness_adaptivemax": { "type": "float", "id": 25 }, "is_wifi_powersave_enabled": { "type": "bool", "id": 26 }, "is_fan_control_available": { "type": "bool", "id": 27 }, "fan_control_mode": { "type": ".ESystemFanControlMode", "id": 28, "options": { "default": "k_SystemFanControlMode_Invalid" } } } }, "CMsgSelectOSBranchParams": { "fields": { "branch": { "type": ".EOSBranch", "id": 1, "options": { "default": "k_EOSBranch_Unknown" } }, "custom_branch": { "type": "string", "id": 2 } } }, "CMsgSystemUpdateProgress": { "fields": { "stage_progress": { "type": "float", "id": 1 }, "stage_size_bytes": { "type": "int64", "id": 2 }, "rtime_estimated_completion": { "type": "fixed32", "id": 3 } } }, "CMsgSystemUpdateCheckResult": { "fields": { "type": { "type": ".EUpdaterType", "id": 1, "options": { "default": "k_EUpdaterType_Invalid" } }, "eresult": { "type": "uint32", "id": 2, "options": { "default": 2 } }, "rtime_checked": { "type": "fixed32", "id": 3 }, "available": { "type": "bool", "id": 4 }, "version": { "type": "string", "id": 5 } } }, "CMsgSystemUpdateApplyParams": { "fields": { "apply_types": { "rule": "repeated", "type": ".EUpdaterType", "id": 1, "options": { "packed": false } } } }, "CMsgSystemUpdateApplyResult": { "fields": { "type": { "type": ".EUpdaterType", "id": 1, "options": { "default": "k_EUpdaterType_Invalid" } }, "eresult": { "type": "uint32", "id": 2, "options": { "default": 2 } }, "requires_client_restart": { "type": "bool", "id": 3, "options": { "default": false } }, "requires_system_restart": { "type": "bool", "id": 4, "options": { "default": false } } } }, "CMsgSystemUpdateState": { "fields": { "state": { "type": ".EUpdaterState", "id": 1, "options": { "default": "k_EUpdaterState_Invalid" } }, "progress": { "type": ".CMsgSystemUpdateProgress", "id": 2 }, "update_check_results": { "rule": "repeated", "type": ".CMsgSystemUpdateCheckResult", "id": 3 }, "update_apply_results": { "rule": "repeated", "type": ".CMsgSystemUpdateApplyResult", "id": 4 }, "supports_os_updates": { "type": "bool", "id": 5 } } }, "CMsgAchievementChange": { "fields": { "appid": { "type": "uint32", "id": 1 } } }, "CMsgCellList": { "fields": { "cells": { "rule": "repeated", "type": ".CMsgCellList.Cell", "id": 1 } }, "nested": { "Cell": { "fields": { "cell_id": { "type": "uint32", "id": 1 }, "loc_name": { "type": "string", "id": 2 } } } } }, "CMsgShortcutInfo": { "fields": { "appid": { "type": "uint32", "id": 1 }, "exe": { "type": "string", "id": 2 }, "start_dir": { "type": "string", "id": 3 }, "icon": { "type": "string", "id": 4 }, "path": { "type": "string", "id": 5 }, "args": { "type": "string", "id": 6 }, "app_name": { "type": "string", "id": 7 }, "override_appid": { "type": "uint32", "id": 8 }, "flatpak_appid": { "type": "string", "id": 9 }, "tags": { "rule": "repeated", "type": "string", "id": 10 }, "is_remote": { "type": "bool", "id": 11 }, "is_hidden": { "type": "bool", "id": 12 }, "is_temporary": { "type": "bool", "id": 13 }, "is_openvr": { "type": "bool", "id": 14 }, "allow_desktop_config": { "type": "bool", "id": 15 }, "allow_overlay": { "type": "bool", "id": 16 }, "rt_last_played_time": { "type": "uint32", "id": 17 }, "is_devkit_shortcut": { "type": "bool", "id": 18 }, "devkit_gameid": { "type": "string", "id": 19 } } }, "CMsgShortcutAppIds": { "fields": { "appids": { "rule": "repeated", "type": "uint32", "id": 1, "options": { "packed": false } } } }, "CMsgMonitorInfo": { "fields": { "selected_display_name": { "rule": "required", "type": "string", "id": 1 }, "monitors": { "rule": "repeated", "type": ".CMsgMonitorInfo.MonitorInfo", "id": 2 } }, "nested": { "MonitorInfo": { "fields": { "monitor_device_name": { "rule": "required", "type": "string", "id": 1 }, "monitor_display_name": { "rule": "required", "type": "string", "id": 2 } } } } }, "EPublishedFileQueryType": { "values": { "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 } }, "EPublishedFileInappropriateProvider": { "values": { "k_EPublishedFileInappropriateProvider_Invalid": 0, "k_EPublishedFileInappropriateProvider_Google": 1, "k_EPublishedFileInappropriateProvider_Amazon": 2 } }, "EPublishedFileInappropriateResult": { "values": { "k_EPublishedFileInappropriateResult_NotScanned": 0, "k_EPublishedFileInappropriateResult_VeryUnlikely": 1, "k_EPublishedFileInappropriateResult_Unlikely": 30, "k_EPublishedFileInappropriateResult_Possible": 50, "k_EPublishedFileInappropriateResult_Likely": 75, "k_EPublishedFileInappropriateResult_VeryLikely": 100 } }, "EPersonaStateFlag": { "values": { "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":