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

[Quest API] Add multiple inventory method short hands to client. #2078

Merged
merged 2 commits into from
Apr 30, 2022

Conversation

Kinglykrab
Copy link
Contributor

  • Allows you to just directly use Client instead of having to grab reference to inventory.
  • Add $client->CountAugmentEquippedByID(item_id) to Perl.
  • Add $client->HasAugmentEquippedByID(item_id) to Perl.
  • Add $client->CountItemEquippedByID(item_id) to Perl.
  • Add $client->HasItemEquippedByID(item_id) to Perl.
  • Add client:CountAugmentEquippedByID(item_id) to Lua.
  • Add client:HasAugmentEquippedByID(item_id) to Lua
  • Add client:CountItemEquippedByID(item_id) to Lua.
  • Add client:HasItemEquippedByID(item_id) to Lua.

- Allows you to just directly use Client instead of having to grab reference to inventory.
- Add $client->CountAugmentEquippedByID(item_id) to Perl.
- Add $client->HasAugmentEquippedByID(item_id) to Perl.
- Add $client->CountItemEquippedByID(item_id) to Perl.
- Add $client->HasItemEquippedByID(item_id) to Perl.
- Add client:CountAugmentEquippedByID(item_id) to Lua.
- Add client:HasAugmentEquippedByID(item_id) to Lua
- Add client:CountItemEquippedByID(item_id) to Lua.
- Add client:HasItemEquippedByID(item_id) to Lua.
@Kinglykrab Kinglykrab merged commit c709a6a into master Apr 30, 2022
@Kinglykrab Kinglykrab deleted the quest_api/inventory_shorthand branch April 30, 2022 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants