We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50131a0 commit d3208c5Copy full SHA for d3208c5
packages/isaac-typescript-definitions/src/types/classes/ItemPool.d.ts
@@ -26,12 +26,14 @@ declare global {
26
* @param decrease Default is false.
27
* @param seed Default is `Random()`.
28
* @param defaultItem Default is `CollectibleType.NULL`.
29
+ * @param backupItemPoolType Default is `ItemPoolType.POOL_NULL`.
30
*/
31
GetCollectible: (
32
itemPoolType: ItemPoolType,
33
decrease?: boolean,
34
seed?: Seed,
35
defaultItem?: CollectibleType,
36
+ backupItemPoolType?: ItemPoolType,
37
) => CollectibleType;
38
39
GetLastPool: () => ItemPoolType;
0 commit comments