Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Item pools #19

Open
1 of 2 tasks
jerbmega opened this issue Feb 28, 2023 · 2 comments
Open
1 of 2 tasks

Item pools #19

jerbmega opened this issue Feb 28, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request lua Involves LUA code

Comments

@jerbmega
Copy link
Collaborator

jerbmega commented Feb 28, 2023

  • ItemPool:AddItemToPool(CollectibleType, ItemPoolType)
  • ItemPool:IsItemInPool(CollectibleType, ItemPoolType)
@jerbmega jerbmega added the enhancement New feature or request label Feb 28, 2023
@namishere namishere added the lua Involves LUA code label Nov 16, 2024
@namishere
Copy link
Collaborator

We've added custom item pool support, is adding items to pools via lua viable now?

@Guantol-Lemat
Copy link
Contributor

I've been working on adding support, currently the only major challenge is handling cases where items are added to pools at arbitrary times, as this can lead to issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lua Involves LUA code
Projects
None yet
Development

No branches or pull requests

3 participants