UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

10 lines (8 loc) 259 B
declare interface ItemConfigList extends IsaacAPIClass { /** * @deprecated This method is bugged and returns useless `userdata`. Use the * `ItemConfig.GetCollectible` method instead. */ Get: (idx: int) => LuaUserdata; Size: int; }