steam-user
Version:
Steam client for Individual and AnonUser Steam account types
54 lines (50 loc) • 961 B
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 EAppType = {
"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,
// Value-to-name mapping for convenience
"0": "Invalid",
"1": "Game",
"2": "Application",
"4": "Tool",
"8": "Demo",
"16": "Deprected",
"32": "DLC",
"64": "Guide",
"128": "Driver",
"256": "Config",
"512": "Hardware",
"1024": "Franchise",
"2048": "Video",
"4096": "Plugin",
"8192": "Music",
"16384": "Series",
"32768": "Comic",
"65536": "Beta",
"1073741824": "Shortcut",
"-2147483648": "DepotOnly",
};
module.exports = EAppType;