steam-user
Version:
Steam client for Individual and AnonUser Steam account types
60 lines (56 loc) • 1.11 kB
JavaScript
/* eslint-disable */
// Auto-generated by generate-enums script on Thu Feb 24 2022 03:38:38 GMT-0500 (Eastern Standard Time)
/**
* @enum
* @readonly
*/
const EAppInfoSection = {
"Unknown": 0,
"All": 1,
"First": 2,
"Common": 2,
"Extended": 3,
"Config": 4,
"Stats": 5,
"Install": 6,
"Depots": 7,
"VAC": 8, // removed
"VAC_UNUSED": 8, // removed
"DRM": 9, // removed
"DRM_UNUSED": 9, // removed
"UFS": 10,
"OGG": 11,
"Items": 12, // removed
"ItemsUNUSED": 12, // removed
"Policies": 13,
"SysReqs": 14,
"Community": 15,
"Store": 16,
"Localization": 17,
"Broadcastgamedata": 18,
"Computed": 19,
"Albummetadata": 20,
// Value-to-name mapping for convenience
"0": "Unknown",
"1": "All",
"2": "Common",
"3": "Extended",
"4": "Config",
"5": "Stats",
"6": "Install",
"7": "Depots",
"8": "VAC_UNUSED",
"9": "DRM_UNUSED",
"10": "UFS",
"11": "OGG",
"12": "ItemsUNUSED",
"13": "Policies",
"14": "SysReqs",
"15": "Community",
"16": "Store",
"17": "Localization",
"18": "Broadcastgamedata",
"19": "Computed",
"20": "Albummetadata",
};
module.exports = EAppInfoSection;