bungie-net-core
Version:
An easy way to interact with the Bungie.net API
30 lines (29 loc) • 690 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DestinyPresentationDisplayStyle = void 0;
const DestinyPresentationDisplayStyle = {
Category: 0,
Badge: 1,
Medals: 2,
Collectible: 3,
Record: 4,
SeasonalTriumph: 5,
GuardianRank: 6,
CategoryCollectibles: 7,
CategoryCurrencies: 8,
CategoryEmblems: 9,
CategoryEmotes: 10,
CategoryEngrams: 11,
CategoryFinishers: 12,
CategoryGhosts: 13,
CategoryMisc: 14,
CategoryMods: 15,
CategoryOrnaments: 16,
CategoryShaders: 17,
CategoryShips: 18,
CategorySpawnfx: 19,
CategoryUpgradeMaterials: 20
};
exports.DestinyPresentationDisplayStyle = DestinyPresentationDisplayStyle;