Skip to content

Commit 17c7a0f

Browse files
committed
Document ItemPool:ResetCollectible
1 parent d24e753 commit 17c7a0f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/docs/repentogon_changes/ItemPool.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,9 @@ end
112112
---@param collectibleFlags? GetCollectibleFlag @default: `0`
113113
---@return { itemID: CollectibleType, initialWeight: number, weight: number, decreaseBy: number, removeOn: number, isUnlocked: boolean } | nil
114114
function ItemPool:PickCollectible(poolType, decrease, rng, collectibleFlags)
115+
end
116+
117+
---Makes the available once again, allowing it to naturally spawned even if previously remove. Also restores all instances of the collectible to it's initialWeight in every item pool.
118+
---@param collectibleType CollectibleType
119+
function ItemPool:ResetCollectible(collectibleType)
115120
end

0 commit comments

Comments
 (0)