Add TokenType.ITEM_HELD_CONTAINER #512
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
java
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
agony-forge/agonyforge#512
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ITEM_HELD only finds things in your top-level inventory.
ITEM_HELD_CONTAINER would find something exactly one level deep in containers (to support GET ). If you have deeper layered containers you have to get them out one at a time which brings each subsequent one up to one level deep as you go.
ITEM_HELD_RECURSIVE would find anything anywhere in your inventory. (Speculative - useful for magic maybe?)