isaac-typescript-definitions
Version:
TypeScript definitions for The Binding of Isaac: Repentance.
14 lines (10 loc) • 373 B
text/typescript
export enum ActiveSlot {
/** The main slot for active items, in the top-left-hand corner. */
PRIMARY = 0,
/** The Schoolbag slot, to the top-left of the active item. */
SECONDARY = 1,
/** The permanent card/pill slot. Several Tainted characters use this slot. */
POCKET = 2,
/** A single use card/pill slot. Used by Dice Bag. */
POCKET_SINGLE_USE = 3,
}